2009-03-25, 02:19 AM
zehd Wrote:35471Hey. Don't you read messages? The guy who wrote the program doesn't want us to upload screen caps.
[ATTACHMENT NOT FOUND]
|
2009-03-25, 02:19 AM
zehd Wrote:35471Hey. Don't you read messages? The guy who wrote the program doesn't want us to upload screen caps.
2009-03-25, 02:21 AM
LewE Wrote:Hey. Don't you read messages? The guy who wrote the program doesn't want us to upload screen caps. That screen cap wasn't for him. It was for the lurkers who are having trouble keeping up with the design changes... :p
Frank Z
[COLOR="Gray"] I used to ask 'why?' Now I just reinstall... [SIZE="1"]______________________________________________ Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE] [/COLOR]
2009-03-25, 02:33 AM
zehd Wrote:[quote=LewE]You pretty much had me convinced that the proper place for GO, etc was on the TS page because that is where someone would go to do initial testing of their settings. My suggestion was only half in jest (i.e. the DONATE button being the only thing on the Main tab). I see you went the opposite way. Instead of moving the Enhancement stuff to all be on TS tab you removed it from the TS tab. Since doing the GO by itself doesn't get you that much without updating the EPG to see your real results, I still think that the TS tab is the better place rather than in a common area that users would think is relevant to every tab. I'll leave it to you though. It reminds me when at work we would have reviews of program technical specs with clients. Most of the discussion would be beyond the comprehension of most attendees in the meeting. That is until we'd get to the User Interface. Then Everyone would have an opinion.
2009-03-25, 02:35 AM
zehd Wrote:New Release: 2.0.32090 Delete several files from XLM_Cache. Test 1 No dial up connection. Launch Ultra. Enhance. No fetches. No errors. Test 2 Connect to internet with dial up. Launch Ultra. Enhance. Disconnect dial up connection. Errors when 1st fetch occurs. Entries in log file: 24/03/2009 10:25:46 PM :3> ** Found 'Ended' : Twice in a Lifetime 24/03/2009 10:25:47 PM :2> Fetching EpisodesXML: Ghost Whisperer.Episodes.xml 24/03/2009 10:25:48 PM :1> ERROR: RETRY Download after: 15000 ms. : 4009 : Ghost Whisperer : Big Chills 24/03/2009 10:25:48 PM :1> ERROR during Download: 4009 : Ghost Whisperer : Big Chills :: The remote name could not be resolved: 'www.thetvdb.com' 24/03/2009 10:25:48 PM :1> ERROR: EpisodesXML is bad, deleting and redownloading : E:\EPG\UltraXMLTV\XML_Cache\Ghost Whisperer.Episodes.xml 24/03/2009 10:25:48 PM :2> Fetching EpisodesXML: Ghost Whisperer.Episodes.xml 24/03/2009 10:25:49 PM :1> ERROR: RETRY Download after: 15000 ms. : 4009 : Ghost Whisperer : Big Chills 24/03/2009 10:25:49 PM :1> ERROR during Download: 4009 : Ghost Whisperer : Big Chills :: The remote name could not be resolved: 'www.thetvdb.com' Application is not hung but no more progress or entries in log file. I know this is an odd occurrence but it still happened (unintentionally the 1st time). Possibly try using a Try/Catch around your code for the fetch routine.
2009-03-25, 02:38 AM
zehd Wrote:35471I just noticed. You have either removed or hidden the Revision number of the program from the upper right corner. I think even when you release the formal Version 2.0 you should keep that Rev information visible.
2009-03-25, 02:46 AM
TomR Wrote:Delete several files from XLM_Cache. Now that's just not fair. I have a routine that takes 'some time' (and I don't want to do it on each fetch) at the beginning to test for connectivity. You basically tell the program that you have the net, and then you take it away... Of course it should error. In fact I'm considering having a big hand jump out at you and slapping something... OK. For the rest of us who have faster internet, I'll bet we won't notice, but to be sure there's a connection on each fetch, I run the test for each fetch. Just so you know, for these stupid net connections, when there's error, it's too late to trap...
Frank Z
[COLOR="Gray"] I used to ask 'why?' Now I just reinstall... [SIZE="1"]______________________________________________ Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE] [/COLOR]
2009-03-25, 03:21 AM
Release: 2.0.3370.35835
Added inet check for each fetch, and even if TOM decides to pull the plug DURING a download... @LewE, Have noticed yet, the version revision number is on the main tab?
Frank Z
[COLOR="Gray"] I used to ask 'why?' Now I just reinstall... [SIZE="1"]______________________________________________ Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE] [/COLOR]
2009-03-25, 03:25 AM
zehd Wrote:@LewE, Have noticed yet, the version revision number is on the main tab?Missed it. Sorry.
2009-03-25, 04:11 AM
Error after downloading V2.0.3370.35835
Code: See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Xml.XmlException: The 'br' start tag on line 9 does not match the end tag of 'Overview'. Line 10, position 397.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at UltraXMLTV_Enhancer.tvdb_XML_File.Load_Series()
at UltraXMLTV_Enhancer.tvdb_XML_File.QueryTVdb(String paramSeries, String paramEpisode, String paramProdCode, Boolean ForceNoLookup)
at UltraXMLTV_Enhancer.myP_Enhance.Enhance()
at UltraXMLTV_Enhancer.frmMain.DoEnhance()
at UltraXMLTV_Enhancer.frmMain.btnXMLTV_Go_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
UltraXMLTV_Enhancer
Assembly Version: 2.0.3370.35835
Win32 Version: 2.0.3370.35835
CodeBase: file:///C:/EPG/UltraXMLTV_Enhancer/UltraXMLTV_Enhancer.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Microsoft.VisualBasic.Compatibility
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic.Compatibility/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.Compatibility.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.30.1
Win32 Version: 1.0.30.1
CodeBase: file:///C:/EPG/UltraXMLTV_Enhancer/System.Data.SQLite.DLL
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
tzfxcdp9
Assembly Version: 2.0.3370.35835
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
0bni9qya
Assembly Version: 2.0.3370.35835
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
XmlTv
Assembly Version: 1.0.0.2
Win32 Version: 1.0.0.2
CodeBase: file:///C:/EPG/UltraXMLTV_Enhancer/XmlTv.DLL
----------------------------------------
IsoCodes
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/EPG/UltraXMLTV_Enhancer/IsoCodes.DLL
----------------------------------------
System.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Design
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
Microsoft.VisualC
Assembly Version: 8.0.0.0
Win32 Version: 8.00.50727.3053
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
----------------------------------------
System.Data.SqlXml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
e9ornie6
Assembly Version: 1.0.0.2
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
2009-03-25, 04:27 AM
dark_half Wrote:Error after downloading V2.0.3370.35835 Looks like it's having some trouble reading a text file. I can't tell from the reposrt. When in doubt, delete the _seriesId.txt file and see what happens when you start it up. You could also dlete the _title and _tag files and start from scratch
Frank Z
[COLOR="Gray"] I used to ask 'why?' Now I just reinstall... [SIZE="1"]______________________________________________ Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE] [/COLOR] |
|
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| UltraXMLTV Enhancer 2.2 stopped working | dshoup | 4 | 7,810 |
2017-09-09, 08:54 PM Last Post: dshoup |
|
| UltraXMLTV NEWS! | zehd | 19 | 20,187 |
2013-09-07, 03:02 AM Last Post: zehd |
|
| ZTools and UltraXMLTV is done. RIP | zehd | 0 | 5,719 |
2013-09-07, 02:56 AM Last Post: zehd |
|
| UltraXMLTV Enhancer 2 - Public Release | zehd | 9 | 11,063 |
2013-01-18, 01:21 PM Last Post: Graham |
|
| Beta: UltraXMLTV Post-Process Renamer | zehd | 25 | 25,688 |
2011-11-14, 06:18 AM Last Post: Ski098 |
|
| UltraXMLTV does not complete from UpdateEPG.bat | agerdin | 0 | 5,419 |
2011-11-01, 07:19 PM Last Post: agerdin |
|
| UltraXMLTV 2.1 - Movie ratings not being added description | BrettB | 11 | 12,594 |
2011-10-13, 12:34 AM Last Post: OTAjunkie |
|
| UltraXMLTV 2.1 - Episode numbers | TomR | 4 | 8,223 |
2011-02-06, 12:48 AM Last Post: zehd |
|
| Updated UltraXMLTV - now won't work | jfm | 3 | 7,123 |
2011-01-03, 05:09 AM Last Post: zehd |
|
| UltraXMLTV - New Beta | zehd | 46 | 36,034 |
2010-11-17, 09:08 PM Last Post: zehd |
|