[...startup]
2011-06-28 20:43:52.835 [DEBUG][1] Command Line --updateepg
2011-06-28 20:43:52.954 [DEBUG][1] Searching select scheduled_recording.name, event_details from scheduled_recording, channel where filename = "" group by scheduled_recording.name
2011-06-28 20:43:56.948 [DEBUG][1] America's Funniest Home Videos (XX) False
2011-06-28 20:44:00.354 [DEBUG][1] Heroes (IV) False
2011-06-28 20:44:02.784 [DEBUG][1] TMDb error Data at the root level is invalid. Line 1, position 1.
2011-06-28 20:44:02.785 [DEBUG][1] Hot Water 2011/12 False
2011-06-28 20:44:06.095 [INFO][1] Found on http://www.thetvdb.com
2011-06-28 20:44:06.095 [DEBUG][1] Human Planet True
2011-06-28 20:44:12.488 [DEBUG][1] Human Planet Behind the Lens False
2011-06-28 20:44:15.380 [DEBUG][1] Siebenstein False
2011-06-28 20:44:19.057 [DEBUG][1] Super Rugby (L) Red v TBC False
2011-06-28 20:44:21.704 [DEBUG][1] TMDb error Data at the root level is invalid. Line 1, position 1.
2011-06-28 20:44:21.704 [DEBUG][1] Total Rugby/Super Rugby (L) Red v TBC False
Looking Good!
I assume True is a Hit, False is no image found?
Not sure about the "TMDb error Data at the root level is invalid. Line 1, position 1." message.
I finally got a chance to install and try this out. Unfortunately, my server is running Win7 64-bit, so when I try to run it, I get the following error:
Code:
[...startup]
2011-06-28 08:40:03.622 [DEBUG][1] Command Line --updateepg
2011-06-28 08:40:04.891 [ERROR][1] Read Error is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
It's a little confusing to me, because your app seems to be launching OK--hence there is some log output. Maybe it is trying to call something else which isn't compatible with the 32-bit emulator in 64-bit Win7?
jksmurf Wrote:I assume True is a Hit, False is no image found?
Correct
Quote:Not sure about the "TMDb error Data at the root level is invalid. Line 1, position 1." message.
That is just a response to the API call, after the beta when I know how things work, I will start no logging some of these. It looks like your EPG is not sending true series names and adding info like season number to Heroes.
BrettB Wrote:It's a little confusing to me, because your app seems to be launching OK--hence there is some log output. Maybe it is trying to call something else which isn't compatible with the 32-bit emulator in 64-bit Win7?
It is odd, because it doesn't call any other exe's Did you try running from the command line directly in Program Files(x86)\NPVR ?
mvallevand Wrote:It is odd, because it doesn't call any other exe's Did you try running from the command line directly in Program Files(x86)\NPVR ?
I was running from the command line. But I had be current directory set to C:\Users\Public\NPVR\Scripts\ since my post update EPG batch file set the current directory to there, and I was trying to emulate it running.
mvallevand Wrote:It looks like your EPG is not sending true series names and adding info like season number to Heroes.
Martin
Hmmm... OK, thanks. But surely we'd want ImageGrabber to download Images for any Show including those with season numbers, if they exist? I seem to remember the same discussion when WizImageGrabber was being developed?
BrettB Wrote:I was running from the command line. But I had be current directory set to C:\Users\Public\NPVR\Scripts\ since my post update EPG batch file set the current directory to there, and I was trying to emulate it running.
Just tested from the Program Files (x86)\NPVR directory. Same error.
BrettB Wrote:I was running from the command line. But I had be current directory set to C:\Users\Public\NPVR\Scripts\ since my post update EPG batch file set the current directory to there, and I was trying to emulate it running.
See if changing the directory helps. My W7 64 machine is a client.
Edit I saw the test failed, I will see what I can do on the client