Page 2 of 3

Re: New User: Export Error

Posted: Thu May 28, 2020 4:03 pm
by Pauven
Sorry, I wasn't clear. I want to see it for the full export. I'm assuming it will work, so I want to get an idea of what it might be hanging on.

Re: New User: Export Error

Posted: Thu May 28, 2020 6:06 pm
by ScareDcrow
Here is the log of the full export zipped up

Re: New User: Export Error

Posted: Thu May 28, 2020 6:11 pm
by ScareDcrow
And confirmed that the "Export Changes Only" still errors

Re: New User: Export Error

Posted: Thu May 28, 2020 6:23 pm
by Pauven
Got it, thanks.

Sure enough, the full export completes successfully, including the standalone TV series export. Seems like something odd is happening when the Changes Only logic is kicking in. Perhaps the My Movies API response is different on your machine.

Please open the following URL on your PC that is running the My Movies systray icon.

Code: Select all

http://localhost:51414/?command=GetTVSeriesList&APIKey=abcde
Note: Replace the abcde with the API code for your My Movies access that you configured in CME.

Then post here at least a few lines from the beginning of the output that is generated.

Re: New User: Export Error

Posted: Thu May 28, 2020 6:41 pm
by ScareDcrow
Here is the entire output :-)

Re: New User: Export Error

Posted: Thu May 28, 2020 7:10 pm
by Pauven
I think the problem is this line:

Code: Select all

<Series guid="A7BD2161-7809-47F5-ACD4-7FDA6279414C" recordChanged="2012-08-17T14:19:45" personalChanged="2015-10-31T13:16:47" episodeCount="0" lastEpisodePersonalChange="1900-01-01T00:00:00" title="James Clavell's Shogun"/>
You don't have any episodes for "James Clavell's Shogun", and for that reason the attribute field "lastEpisodeChange" is missing. I suppose that could be considered a bug in the My Movies API that one of the fields went missing. Thought I doubt you could convince Binnerup to address it. Alternatively, I can make CME more robust to handle this field being missing.

To confirm my theory, can you either add an episode to James Clavell's Shogun, or remove the series since you don't have any episodes?

Re: New User: Export Error

Posted: Thu May 28, 2020 7:15 pm
by Pauven
By the way, I'm going to move this topic to the CME section (after you've read this), so if you see it go missing here, check there.

Re: New User: Export Error

Posted: Thu May 28, 2020 8:02 pm
by ScareDcrow
LOL. I had real problems with this as the Disc Structure/Menus on the Disc didn't match the episode data AT ALL
I guess I just forgot about it after that.

I set some episodes to the Discs and yes, this fixes the problem.

Many Thanks

Re: New User: Export Error

Posted: Thu May 28, 2020 8:21 pm
by Pauven
:D

Re: [Fixed in vTBD] New User: Export Error

Posted: Fri May 29, 2020 12:01 pm
by Pauven
I have updated the CME code to address this issue. Since you were able to work around this rare issue, I'm not going to push a special release just for this fix. Instead I will include this fix in the next version of CME, which version is still "To Be Determined", vTBD.