Page 37 of 92

Re: EPG123 Bug Reports

Posted: Thu Feb 22, 2018 3:18 pm
by rimmel
My lineup has also disappeared when I execute epg123. It says [Deleted] DELETED LINEUP() at the top of the EPG123 configuration dialog where my lineup usually appears. The trace log shows no error messages. Is this only happening to selected lineups or is everyone affected? If i use the browser to login to my SD account my lineup looks OK. I will submit a ticket to SD as you suggest.

Re: EPG123 Bug Reports

Posted: Thu Feb 22, 2018 3:23 pm
by garyan2
rimmel wrote:My lineup has also disappeared when I execute epg123. It says [Deleted] DELETED LINEUP() at the top of the EPG123 configuration dialog where my lineup usually appears. The trace log shows no error messages. Is this only happening to selected lineups or is everyone affected? If i use the browser to login to my SD account my lineup looks OK. I will submit a ticket to SD as you suggest.
Looks like this may be widespread. Last time this happened all the ATSC lineups were okay. Everything else was at risk.

The SD website only shows the XML server lineups, not the JSON lineups which is what EPG123 uses. Please open a ticket.

Good to know EPG123 is doing its job and keeping lineups safe.

Re: EPG123 Bug Reports

Posted: Thu Feb 22, 2018 9:03 pm
by Steves70
Got this from schedulesdirect:

[schedulesdirect.org #16698] Provider:Cablevision, Type:CableDigital, Zip:11738, Lineup:NY31532:X Device:Digital
Robert Kulagowski via RT <lineups@schedulesdirect.org>

On Thu Feb 22 09:45:31 2018,
> As of last night my EPG client reported an error:

Bad update from our upstream; the lineup is showing valid now, please let me know if you're seeing that on your end.

I have also confirmed my listings are back in the client so all is good again. Thanks for all the help....GREAT PRODUCT!!!

Re: EPG123 Bug Reports

Posted: Thu Feb 22, 2018 9:26 pm
by rimmel
My lineup is back as well this afternoon. Thanks for your help!

Re: EPG123 Bug Reports

Posted: Fri Mar 16, 2018 11:35 pm
by DSperber
I noticed that my OTA channel 50.1 was showing "no data" in the WMC Guide. So I opened EPG123 to check the lineup data, and sure enough somehow 50.1 had become unchecked.

So I re-checked 50.1 and then double-checked both my OTA lineup as well as my digital cable lineup (where some other new channels which I had no interest in had been added and auto-checked, so I un-checked them).

When all done I pushed SAVE+EXECUTE, and it asked for my confirmation on the change in number of channels to which I gave it the OK. And it performed the expected process, except that I then noticed I hadn't seen the "updating channel lineup" message. I then noticed there was an EPG123 icon still present in the System Tray and when I hovered the mouse over it the popup message "delaying import due to recording in progress". This was actually a valid situation, as I really did have a recording in progress at that moment (even though I had closed the WMC window through which I had been watching something else, knowing that EPG123 wouldn't import the updated Guide data unless WMC was not active).

Since it was just a few minutes before the end of my scheduled recording (which would likely be a commercial anyway) I STOP'ed the recording, so that WMC was now truly idle. No recording in progress any longer, and no WMC window open. I expected that EPG123 would then instantly come to life and import the new Guide data... but it did not.

I then used Taskmgro kill EPG123 and EPG123Client (which were both shown to be running), relaunched EPG123, re-pushed the SAVE+EXECUTE button, watched as the early processing again proceeded as expected, and then once again it didn't finish but instead left its icon in the System Tray. And once again, "delaying import due to recording in progress". Huh?

It would appear to me that this "delaying import" decision is based on the theoretical scheduled recording at the moment, rather than the ACTUAL occurrence of a genuine recording going on. Apparently, stopping the scheduled-recording-in-progress through WMC is insufficient to kick-start the waiting EPG123 back to life to finish the import as soon as the scheduled-recording-in-progress is manually stopped. It appears that there can't be any SCHEDULED recordings when EPG123 runs, regardless of whether or not they are genuinely running, in order to allow EPG123 to perform the import.

This isn't the end of the world, but if there's any way for EPG123 to actually detect in real time that WMC is not truly recording (regardless of what had been theoretically scheduled), that this might be a better way to decide whether the import can be performed right now or not.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 12:02 am
by garyan2
Interesting. I'll start with how the delay for an active recording works to fill in some blanks.

When epg123 goes to import, it queries the database for any recordings at that time. If there is an active recording, then it will determine when that recording is supposed to end and it will "sleep" until that time plus a few minutes. It does not periodically check the status of those recordings so will never know if the recording was canceled which leads to...

I will have to setup your scenario to see why WMC/epg123 was still showing a recording. I need to see if there is any way to determine whether the recording has been canceled or not. To be continued...

Also note, WMC does not have to be closed for an import to occur. There is actually no harm, and I do not limit epg123 from importing while WMC is open. This limitation for importing during a recording was because there were reports that an import stopped active recordings. Which leads to...

You can still import the file regardless of recording status. The client GUI does not do a check for recordings. My approach with the GUI was that the user is demanding an import and is aware a recording is active. There is also a flag for the epg123client.exe command line that will force an import regardless of recording status. Using -F will skip the check and import the MXF file.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 12:16 pm
by iankb
v1.1.21 is causing some existing series recordings to lose their matches with future episodes. WMC then allows a new series to be added that will match with the missing episodes.

The problem appears to be that the episode titles that are added to the new series have double-quotes around them, while the existing series that still work do not.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 4:51 pm
by garyan2
iankb wrote:v1.1.21 is causing some existing series recordings to lose their matches with future episodes. WMC then allows a new series to be added that will match with the missing episodes.

The problem appears to be that the episode titles that are added to the new series have double-quotes around them, while the existing series that still work do not.
Series recordings are based off the series UID, not the title unless your recordings are setup as a Wish List. If you are set up using Wish List, then the above kind of makes sense and the change/break is due to the data source.

You can also get this scenario if the PvrScheduleTask is failing to run. You can force it by running "c:\windows\ehome\mcupdate.exe -PvrSchedule" to see if that works.

The problem could also be the source changed the series UID which will break the connection between past and future. I would need to see your latest backup recordings file located at "c:\programdata\microsoft\ehome\mcepgX-Y\backup\recordings\" It keeps a history so we will be able to see the old series setup and new series setup to compare the series IDs.

As far as epg123 being the source, that can only happen if I change the way I store the series ID which would be global and break everyone's recordings. Problem is most likely either the guide data source or the local machine. I think the backup recordings file might help point us in the right direction.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 8:57 pm
by rimmel
I don't know if this issue has anything to do with epg123 or version 1.1.21 of epg123, but the next run of epg123 after updating to V.1.1.21 I experienced a problem similar to the one described by iankb. One and only one of my old series recordings lost all future recording entries. To fix this I simply deleted the series recording and created a new series recording for the same series. All future recording reappeared. Nothing like this has happened on subsequent epg123 [V1.1.21] runs.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 9:22 pm
by garyan2
What version of epg123 did you upgrade from? Anything in the trace.log file? Also, I wouldn't mind seeing you backup recordings file to see what the before & after series requests look like.
garyan2 wrote:The problem could also be the source changed the series UID which will break the connection between past and future. I would need to see your latest backup recordings file located at "c:\programdata\microsoft\ehome\mcepgX-Y\backup\recordings\" It keeps a history so we will be able to see the old series setup and new series setup to compare the series IDs.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 10:30 pm
by Richard7169
just upgraded today twice and when trying to save and execute i receive an error and can not continue. See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at epg123.frmMain.btnSave_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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2634.0 built by: NET471REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
epg123
Assembly Version: 1.1.23.0
Win32 Version: 1.1.23.0
CodeBase: file:///C:/epg123/epg123.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2634.0 built by: NET471REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2634.0 built by: NET471REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Newtonsoft.Json
Assembly Version: 10.0.0.0
Win32 Version: 1.1.23.0
CodeBase: file:///C:/epg123/epg123.exe
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2623.0 built by: NET471REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2623.0 built by: NET471REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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.

Re: EPG123 Bug Reports

Posted: Sat Mar 17, 2018 10:50 pm
by garyan2
@Richard7169:
Try v1.1.24 that was just released. This may be related to this and this. It has been a pretty embarrassing day for garyan2 here, but it's all on me and I'm sorry for any inconvenience.

Re: EPG123 Bug Reports

Posted: Sun Mar 18, 2018 1:55 am
by rimmel
garyan2 wrote:What version of epg123 did you upgrade from? Anything in the trace.log file? Also, I wouldn't mind seeing you backup recordings file to see what the before & after series requests look like.
garyan2 wrote:The problem could also be the source changed the series UID which will break the connection between past and future. I would need to see your latest backup recordings file located at "c:\programdata\microsoft\ehome\mcepgX-Y\backup\recordings\" It keeps a history so we will be able to see the old series setup and new series setup to compare the series IDs.
I upgraded epg123 from V1.1.19 to V1.1.21. I saw nothing unusual in the trace log, but I included the portion for the first V1.1.21 run below. I also attached the latest backup recording file as requested. The series recording was for the X-Files.

Code: Select all

[3/13/2018 6:02:00 PM] ===============================================================================
[3/13/2018 6:02:00 PM]  Activating the epg123 configuration GUI.
[3/13/2018 6:02:00 PM] ===============================================================================
[3/13/2018 6:02:00 PM] [ INFO] epg123 version: 1.1.21
[3/13/2018 6:02:01 PM] [ INFO] Successfully queried the Task Scheduler for status. No task is scheduled to run.
[3/13/2018 6:02:02 PM] [ INFO] Token request successful. serverID: 20141201.web.3
[3/13/2018 6:02:02 PM] [ INFO] Status request successful. account expires: 2019-01-20T01:58:13Z , lineups: 1/4 , lastDataUpdate: 2018-03-13T20:45:20Z
[3/13/2018 6:02:02 PM] [ INFO] system status: Online , message: No known issues.
[3/13/2018 6:02:02 PM] [ INFO] Successfully requested listing of client lineups from Schedules Direct.
[3/13/2018 6:02:02 PM] [ INFO] Successfully retrieved the station mapping for lineup USA-WA46544-X.
[3/13/2018 6:02:26 PM] ===============================================================================
[3/13/2018 6:02:26 PM]  Beginning epg123 update execution.
[3/13/2018 6:02:26 PM] ===============================================================================
[3/13/2018 6:02:26 PM] [ INFO] Beginning EPG123 update execution. 2018-03-14 01:02:26Z
[3/13/2018 6:02:26 PM] [ INFO] DaysToDownload: 21 , TheTVDBNumbers : True , PrefixEpisodeTitle: False , PrefixEpisodeDescription : False , AppendEpisodeDesc: True , OADOverride : True , TMDbCoverArt: True , IncludeSDLogos : True , AutoAddNew: True , CreateXmltv: False
[3/13/2018 6:02:26 PM] [ INFO] Status request successful. account expires: 2019-01-20T01:58:13Z , lineups: 1/4 , lastDataUpdate: 2018-03-13T20:45:20Z
[3/13/2018 6:02:26 PM] [ INFO] system status: Online , message: No known issues.
[3/13/2018 6:02:26 PM] [ INFO] epg123 version: 1.1.21
[3/13/2018 6:02:27 PM] [ INFO] Successfully retrieved TMDb configurations.
[3/13/2018 6:02:27 PM] [ INFO] Successfully requested listing of client lineups from Schedules Direct.
[3/13/2018 6:02:27 PM] Entering buildLineupServices() for 1 lineups.
[3/13/2018 6:02:27 PM] [ INFO] Successfully retrieved the station mapping for lineup USA-WA46544-X.
[3/13/2018 6:02:28 PM] Exiting buildLineupServices(). SUCCESS.
[3/13/2018 6:02:28 PM] Entering getAllScheduleEntryMd5s() for 21 days on 519 stations.
[3/13/2018 6:02:36 PM] [ INFO] Successfully retrieved Md5s for 519 station's daily schedules.
[3/13/2018 6:02:36 PM] [ INFO] Found 5956 cached daily schedules.
[3/13/2018 6:02:44 PM] [ INFO] Successfully retrieved 519 station's daily schedules.
[3/13/2018 6:02:49 PM] [ INFO] Downloaded 4728 daily schedules.
[3/13/2018 6:02:56 PM] [ INFO] Processed 10684 daily schedules for 519 stations.
[3/13/2018 6:02:56 PM] Exiting getAllScheduleEntryMd5s(). SUCCESS.
[3/13/2018 6:02:56 PM] Entering buildAllProgramEntries() for 49455 programs.
[3/13/2018 6:03:13 PM] [ INFO] Found 44121 cached program descriptions.
[3/13/2018 6:03:18 PM] [ INFO] Successfully retrieved 5000 program descriptions.
[3/13/2018 6:03:22 PM] [ INFO] Successfully retrieved 334 program descriptions.
[3/13/2018 6:03:22 PM] [ INFO] Processed 49455 program descriptions.
[3/13/2018 6:03:22 PM] Exiting buildAllProgramEntries(). SUCCESS.
[3/13/2018 6:03:22 PM] Entering buildAllGenericSeriesInfoDescriptions() for 8252 series.
[3/13/2018 6:03:23 PM] [ INFO] Found 7825 cached series descriptions.
[3/13/2018 6:03:24 PM] [ INFO] Successfully retrieved 427 generic program descriptions.
[3/13/2018 6:03:24 PM] [ INFO] Processed 8252 series descriptions.
[3/13/2018 6:03:24 PM] Exiting buildAllGenericSeriesInfoDescriptions(). SUCCESS.
[3/13/2018 6:03:24 PM] Entering getAllMoviePosters() for 4807 movies.
[3/13/2018 6:03:24 PM] [ INFO] Found 4413 cached movie poster links.
[3/13/2018 6:03:25 PM] [ INFO] Successfully retrieved artwork info for 394 programs.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Mere Jeevan Saathi" from 1972 found 1 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Starye dolgi" from 1980 found 0 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Starye dolgi" from 1979 found 0 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Starye dolgi" from 1981 found 0 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Lady Godiva Rides Again" from 1953 found 0 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Lady Godiva Rides Again" from 1952 found 0 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "Lady Godiva Rides Again" from 1954 found 0 results.
[3/13/2018 6:03:26 PM] [ INFO] TMDb catalog search for "El báculo de Pioquinto" from 1993 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "El báculo de Pioquinto" from 1992 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "El báculo de Pioquinto" from 1994 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "Las parábolas de Jesucristo" from 2013 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "Las parábolas de Jesucristo" from 2012 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "Las parábolas de Jesucristo" from 2014 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "Semana Santa en Acapulco" from 1981 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "Semana Santa en Acapulco" from 1980 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "Semana Santa en Acapulco" from 1982 found 0 results.
[3/13/2018 6:03:27 PM] [ INFO] TMDb catalog search for "El sexo me da risa 7" from 2017 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "El sexo me da risa 7" from 2016 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "El sexo me da risa 7" from 2018 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Mi padrino es el diablo" from 2015 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Mi padrino es el diablo" from 2014 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Mi padrino es el diablo" from 2016 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Chain Khulli Ki Main Khulli" from 2007 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Chain Khulli Ki Main Khulli" from 2006 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Chain Khulli Ki Main Khulli" from 2008 found 0 results.
[3/13/2018 6:03:28 PM] [ INFO] TMDb catalog search for "Naya Ajooba" from 2007 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Naya Ajooba" from 2006 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Naya Ajooba" from 2008 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Hum Hogaye Aap Ke" from 2001 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Hum Hogaye Aap Ke" from 2000 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Hum Hogaye Aap Ke" from 2002 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Portraits of Professional Caregivers: Their Passion, Their Pain" from 2015 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Portraits of Professional Caregivers: Their Passion, Their Pain" from 2014 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Portraits of Professional Caregivers: Their Passion, Their Pain" from 2016 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Evil Nanny" from 2017 found 0 results.
[3/13/2018 6:03:29 PM] [ INFO] TMDb catalog search for "Evil Nanny" from 2016 found 1 results.
[3/13/2018 6:03:30 PM] [ INFO] TMDb catalog search for "Psycho In-Law" from 2017 found 1 results.
[3/13/2018 6:03:30 PM] [ INFO] TMDb catalog search for "Custody" from 2016 found 2 results.
[3/13/2018 6:03:30 PM] [ INFO] TMDb catalog search for "The Horror of It All" from 1964 found 1 results.
[3/13/2018 6:03:30 PM] [ INFO] TMDb catalog search for "Fin de Fiesta" from 1971 found 0 results.
[3/13/2018 6:03:30 PM] [ INFO] TMDb API server requested a delay of 6 seconds before next request.
[3/13/2018 6:03:36 PM] [ INFO] TMDb catalog search for "Fin de Fiesta" from 1970 found 0 results.
[3/13/2018 6:03:36 PM] [ INFO] TMDb catalog search for "Fin de Fiesta" from 1972 found 1 results.
[3/13/2018 6:03:36 PM] [ INFO] TMDb catalog search for "Home by Spring" from 2018 found 0 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Home by Spring" from 2017 found 0 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Home by Spring" from 2019 found 0 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Golmaal: Fun Unlimited" from 2006 found 1 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Fire Fighters" from 1922 found 1 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "A Pleasant Journey" from 1923 found 1 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Rogue" from 2007 found 3 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Daughter for Sale" from 2017 found 1 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Family of Lies" from 2017 found 0 results.
[3/13/2018 6:03:37 PM] [ INFO] TMDb catalog search for "Family of Lies" from 2016 found 0 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Family of Lies" from 2018 found 0 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Overexposed" from 2018 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Secrets of My Stepdaughter" from 2017 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Barge" from 2015 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Way of a Gaucho" from 1952 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "King in the Wilderness" from 2018 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Happening: A Clean Energy Revolution" from 2017 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Daisy" from 2016 found 4 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Jugando al Esconder" from 2009 found 1 results.
[3/13/2018 6:03:38 PM] [ INFO] TMDb catalog search for "Extra Terrestres" from 2017 found 1 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "Cambalache" from 2016 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "Cambalache" from 2015 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "Cambalache" from 2017 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "Dariela los Martes" from 2014 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "Dariela los Martes" from 2013 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "Dariela los Martes" from 2015 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "El rapto" from 2013 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "El rapto" from 2012 found 0 results.
[3/13/2018 6:03:39 PM] [ INFO] TMDb catalog search for "El rapto" from 2014 found 1 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "Abre los ojos" from 1997 found 1 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "La Madre Teresa" from 2003 found 0 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "La Madre Teresa" from 2002 found 0 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "La Madre Teresa" from 2004 found 0 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "Lamberto Quintero" from 1988 found 0 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "Lamberto Quintero" from 1987 found 1 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "Los Tres Alegres Compadres" from 1951 found 0 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "Los Tres Alegres Compadres" from 1950 found 0 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb catalog search for "Los Tres Alegres Compadres" from 1952 found 1 results.
[3/13/2018 6:03:40 PM] [ INFO] TMDb API server requested a delay of 6 seconds before next request.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Don Herculano Enamorado" from 1984 found 0 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Don Herculano Enamorado" from 1983 found 0 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Don Herculano Enamorado" from 1985 found 0 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Tan Bueno el Giro Como el Colorado" from 1957 found 0 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Tan Bueno el Giro Como el Colorado" from 1956 found 0 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Tan Bueno el Giro Como el Colorado" from 1958 found 0 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Detectives o Ladrones" from 1967 found 1 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Pepito As del Volante" from 1957 found 1 results.
[3/13/2018 6:03:47 PM] [ INFO] TMDb catalog search for "Yo Maté a Juan Charrasqueado" from 1949 found 0 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "Yo Maté a Juan Charrasqueado" from 1948 found 0 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "Yo Maté a Juan Charrasqueado" from 1950 found 0 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "El Yugo" from 1947 found 1 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "El lunar de la familia" from 1953 found 1 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "Pepito y el Monstruo" from 1957 found 1 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "La Edad de la Violencia" from 1964 found 0 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "La Edad de la Violencia" from 1963 found 0 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "La Edad de la Violencia" from 1965 found 0 results.
[3/13/2018 6:03:48 PM] [ INFO] TMDb catalog search for "Aquella Rosita Alvírez" from 1965 found 1 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Jaque mate" from 2017 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Jaque mate" from 2016 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Jaque mate" from 2018 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "La clave siete" from 2001 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "La clave siete" from 2000 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "La clave siete" from 2002 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Dos Plebes 2" from 2003 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Dos Plebes 2" from 2002 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Dos Plebes 2" from 2004 found 0 results.
[3/13/2018 6:03:49 PM] [ INFO] TMDb catalog search for "Angeles de la Noche" from 2017 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Angeles de la Noche" from 2016 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Angeles de la Noche" from 2018 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Perras de Barrio" from 2015 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Perras de Barrio" from 2014 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Perras de Barrio" from 2016 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Regalo Caro" from 2003 found 1 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Regalo Caro III" from 2006 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Regalo Caro III" from 2005 found 0 results.
[3/13/2018 6:03:50 PM] [ INFO] TMDb catalog search for "Regalo Caro III" from 2007 found 0 results.
[3/13/2018 6:03:51 PM] [ INFO] TMDb catalog search for "La Clave Siete 2" from 2002 found 0 results.
[3/13/2018 6:03:51 PM] [ INFO] TMDb catalog search for "La Clave Siete 2" from 2001 found 0 results.
[3/13/2018 6:03:51 PM] [ INFO] TMDb catalog search for "La Clave Siete 2" from 2003 found 0 results.
[3/13/2018 6:03:51 PM] [ INFO] TMDb API server requested a delay of 6 seconds before next request.
[3/13/2018 6:03:57 PM] [ INFO] TMDb catalog search for "Sabse Bada Khiladi" from 1995 found 1 results.
[3/13/2018 6:03:57 PM] [ INFO] Processed 4807 movie poster links.
[3/13/2018 6:03:57 PM] Exiting getAllMoviePosters(). SUCCESS.
[3/13/2018 6:03:57 PM] Entering getAllSeriesImages() for 8252 series.
[3/13/2018 6:03:57 PM] [ INFO] Found 7396 cached series image links.
[3/13/2018 6:03:58 PM] [ INFO] Successfully retrieved artwork info for 500 programs.
[3/13/2018 6:03:59 PM] [ INFO] Successfully retrieved artwork info for 356 programs.
[3/13/2018 6:03:59 PM] [ INFO] Processed 8252 series image links.
[3/13/2018 6:03:59 PM] Exiting getAllSeriesImages(). SUCCESS.
[3/13/2018 6:03:59 PM] [ INFO] Completed compiling keywords and keyword groups.
[3/13/2018 6:03:59 PM] Entering writeMxf().
[3/13/2018 6:04:00 PM] [ INFO] Completed save of mxf file.
[3/13/2018 6:04:00 PM] Exiting writeMxf(). SUCCESS.
[3/13/2018 6:04:00 PM] Entering writeImageArchive().
[3/13/2018 6:04:00 PM] [ INFO] Completed save of image archive file.
[3/13/2018 6:04:00 PM] Exiting writeImageArchive(). SUCCESS.
[3/13/2018 6:04:03 PM] [ INFO] 12774 files deleted from the cache directory during cleanup.
[3/13/2018 6:04:03 PM] [ INFO] Generated .mxf file contains 519 services, 8252 series, 49455 programs, and 66382 people with 13030 image links.
[3/13/2018 6:04:03 PM] [ INFO] Completed EPG123 update execution. SUCCESS.
[3/13/2018 6:04:03 PM] [ INFO] epg123 update execution time was 00:01:36.2208006.
[3/13/2018 6:04:03 PM] ===============================================================================
[3/13/2018 6:04:03 PM]  Beginning epg123 client execution.
[3/13/2018 6:04:03 PM] ===============================================================================
[3/13/2018 6:04:03 PM] [ INFO] Beginning epg123 client execution. 2018-03-14 01:04:03Z
[3/13/2018 6:04:03 PM] [ INFO] Import: True , Match: True , NoLogo: False , Force: False , ShowProgress: True
[3/13/2018 6:04:03 PM] [ INFO] epg123 client version: 1.1.21 for Win7
[3/13/2018 6:04:03 PM] Entering importMxfFile() for file "C:\epg123\epg123.mxf"
[3/13/2018 6:05:23 PM] [ INFO] Successfully imported .mxf file into Media Center database. Exit code: 0
[3/13/2018 6:05:23 PM] Exiting importMxfFile(). SUCCESS.
[3/13/2018 6:05:25 PM] [ INFO] Completed the automatch of lineup stations to tuner channels.
[3/13/2018 6:05:25 PM] Entering reindexDatabase()
[3/13/2018 6:05:25 PM] [ INFO] SUCCESS: Attempted to run the scheduled task "Microsoft\Windows\Media Center\ReindexSearchRoot".
[3/13/2018 6:05:25 PM] [ INFO] Successfully started the ReindexSearchRoot task. Exit code: 0
[3/13/2018 6:05:25 PM] Exiting reindexDatabase(). SUCCESS.
[3/13/2018 6:05:25 PM] [ INFO] Completed EPG123 client execution.
[3/13/2018 6:05:25 PM] [ INFO] EPG123 client execution time was 00:01:21.9780005.

Re: EPG123 Bug Reports

Posted: Sun Mar 18, 2018 2:26 am
by Richard7169
1.1.24 was the answer buzzed through setup perfectly and loaded fine . working well as usual once again . great job to end the day , THANKS Gary !!!

Re: EPG123 Bug Reports

Posted: Sun Mar 18, 2018 6:04 pm
by garyan2
rimmel wrote:I also attached the latest backup recording file as requested. The series recording was for the X-Files
I'm going to describe what I discovered in the backup file to try and make sense here.

On 12/17/2017 you created the series recording from the detail screen of the premiere episode of season 11 (s11e01) airing on 1/4/2018. It was set up for New episodes only, any day, any time, channel 103 only.

Code: Select all

  <SeriesRequest prototypicalProgram="!Program!EP00080955_0226" prototypicalService="!Service!EPG123_36009" channel="00006" series="!Series!00080955" creationTime="2017-12-17T01:31:46.5512173Z" sourceName="" complete="true" prototypicalStartTime="2018-01-04T04:00:00Z" prototypicalDuration="PT1H" prototypicalLanguage="English" prototypicalTitle="The X-Files" prototypicalIsHdtv="true" prototypicalChannelNumber="103" anyChannel="false" anyLanguage="false" contentQualityPreference="0" scheduleLimit="0" tooManyScheduled="false" sourceTypeFilter="" prePaddingRequired="PT0S" prePaddingRequested="PT2M" postPaddingRequired="PT0S" postPaddingRequested="PT3M" keepLength="-1" quality="3" isRecurring="false" recordingLimit="-1" runType="1" anyTime="true" dayOfWeekMask="127" airtime="PT0S" airtimeValid="false">
    <priorityToken priority="18688" />
  </SeriesRequest>
What is interesting in looking at the rest of your series requests is, "The X-Files" is the ONLY request that was created in this method. It looks like the rest of your requests were done by a title/category search to include your new series request for "The X-Files" on 3/14/2018.

Code: Select all

  <SeriesRequest creationTime="2018-03-14T01:22:11.3402188Z" sourceName="" complete="false" prototypicalStartTime="0001-01-01T00:00:00Z" prototypicalDuration="PT0S" prototypicalLanguage="" prototypicalTitle="" prototypicalIsHdtv="false" prototypicalChannelNumber="" anyChannel="true" anyLanguage="true" contentQualityPreference="1" scheduleLimit="0" tooManyScheduled="false" sourceTypeFilter="" prePaddingRequired="PT0S" prePaddingRequested="PT2M" postPaddingRequired="PT0S" postPaddingRequested="PT3M" keepLength="-1" quality="3" isRecurring="false" recordingLimit="-1" runType="1" anyTime="true" dayOfWeekMask="127" airtime="PT0S" airtimeValid="false">
    <priorityToken priority="22016" />
    <series uid="!Series!00080955" title="The X-Files" shortTitle="" shortDescription="FBI special agents probe cases involving phenomena that defy conventional explanations." studio="" startAirdate="0001-01-01T00:00:00Z" endAirdate="0001-01-01T00:00:00Z" year="0">
      <description>In one of the longest-running science fiction series in network TV history, FBI special agents investigate unexplained, mind-bending cases known as "X-Files." Though the government is convinced that the outlandish reports are false, conspiracy theorist Fox Mulder (David Duchovny) and realist Dana Scully (Gillian Anderson), for most of the series, stop at nothing to prove that "the truth is out there." Series creator Chris Carter also serves as executive producer of the thrilling pop-culture phenomenon.</description>
    </series>
  </SeriesRequest>
I've suspected in the past that creating series requests from an episode can cause some problems, and this would be the strongest evidence for that but I still can't say for certain. I do know that this has happened before in the past even before EPG123 and/or Rovi.

This is the best theory I can come up with. I don't believe there is anything EPG123 could be causing or do anything about. My opinion is this is another WMC quirk that we have to deal with.

Re: EPG123 Bug Reports

Posted: Sun Mar 18, 2018 7:58 pm
by rimmel
garyan2 wrote:
rimmel wrote:I also attached the latest backup recording file as requested. The series recording was for the X-Files
I'm going to describe what I discovered in the backup file to try and make sense here.

On 12/17/2017 you created the series recording from the detail screen of the premiere episode of season 11 (s11e01) airing on 1/4/2018. It was set up for New episodes only, any day, any time, channel 103 only.

What is interesting in looking at the rest of your series requests is, "The X-Files" is the ONLY request that was created in this method. It looks like the rest of your requests were done by a title/category search to include your new series request for "The X-Files" on 3/14/2018.

I've suspected in the past that creating series requests from an episode can cause some problems, and this would be the strongest evidence for that but I still can't say for certain. I do know that this has happened before in the past even before EPG123 and/or Rovi.

This is the best theory I can come up with. I don't believe there is anything EPG123 could be causing or do anything about. My opinion is this is another WMC quirk that we have to deal with.
Thanks for all your help with this issue. I will make sure that all future series requests are done via the title/category search dialog.

Re: EPG123 Bug Reports

Posted: Sun Mar 18, 2018 11:52 pm
by Space
garyan2 wrote:...

I've suspected in the past that creating series requests from an episode can cause some problems, and this would be the strongest evidence for that but I still can't say for certain. I do know that this has happened before in the past even before EPG123 and/or Rovi.

This is the best theory I can come up with. I don't believe there is anything EPG123 could be causing or do anything about. My opinion is this is another WMC quirk that we have to deal with.
Pretty much all of my Series are created by selecting an episode (usually the premiere) and selecting "Record Series" and I've never had this problem. Why did you suspect (in the past) that this could be a problem?

Re: EPG123 Bug Reports

Posted: Mon Mar 19, 2018 12:54 am
by garyan2
Space wrote:Pretty much all of my Series are created by selecting an episode (usually the premiere) and selecting "Record Series" and I've never had this problem. Why did you suspect (in the past) that this could be a problem?
For the same reason as above, except at the time I didn't know about the xml file to make a connection. All I know is that when this happened to me, I had created the broken recordings differently than the others. Ever since then I have strictly created my recordings by searching for the series title.

I'm not saying that if you created your series recordings from the premiere episode that this will happen to you. I just feel it is safer to create the requests with the title search.

Re: EPG123 Bug Reports

Posted: Mon Mar 19, 2018 1:04 am
by Space
I see, so it is very circumstantial. I'll keep it in mind if I ever have this issue... Thanks for the info.

Re: EPG123 Bug Reports

Posted: Mon Mar 19, 2018 1:38 am
by garyan2
DSperber wrote:When all done I pushed SAVE+EXECUTE, and it asked for my confirmation on the change in number of channels to which I gave it the OK. And it performed the expected process, except that I then noticed I hadn't seen the "updating channel lineup" message. I then noticed there was an EPG123 icon still present in the System Tray and when I hovered the mouse over it the popup message "delaying import due to recording in progress". This was actually a valid situation, as I really did have a recording in progress at that moment (even though I had closed the WMC window through which I had been watching something else, knowing that EPG123 wouldn't import the updated Guide data unless WMC was not active).

Since it was just a few minutes before the end of my scheduled recording (which would likely be a commercial anyway) I STOP'ed the recording, so that WMC was now truly idle. No recording in progress any longer, and no WMC window open. I expected that EPG123 would then instantly come to life and import the new Guide data... but it did not.
I'm starting to look into this one. Could you send or post your trace.log entries for when all this occurred. There should be something in there to help me determine where things went wrong.

Thank you,


EDIT: Everything is working as expected here with your scenario. The only other thing it could be is you had a recording getting ready to start... EPG123 will delay import if you have an active recording OR there is a recording initializing. (I don't know how long before a recording is supposed to start that it is in the Initialization mode.) Your trace.log file should let us know.