rlevere
Joined: 18 Jul 2008 Posts: 1
|
Posted: Fri Jul 18, 2008 2:54 pm Post subject: KeyError: 'Unique ID' - blank page on localhost |
|
|
I'm having a problem using the pyTivo To Go.
I see my Tivo id in the pulldown box but when I click 'View Now Playing List' I get an error:
KeyError: 'Unique ID'
More specifically, here's the Console log:
-----------------------------------------
DEBUG:debug.48 [<module>] *****************************************************
***
DEBUG:debug.48 [<module>] ** Begin pyTivo Session: 2008-07-18 18:44:35.687000
**
DEBUG:debug.48 [<module>] *****************************************************
***
DEBUG:debug.48 [<module>] ----- begin pyTivo.conf -----
DEBUG:debug.48 [<module>] [Admin]
DEBUG:debug.48 [<module>] type = admin
DEBUG:debug.48 [<module>] tivo_mak = 6970369962
DEBUG:debug.48 [<module>] togo_path = j:\Program Files\pyTivo\
DEBUG:debug.48 [<module>] [Movies]
DEBUG:debug.48 [<module>] path = G:\Movies\
DEBUG:debug.48 [<module>] [Server]
DEBUG:debug.48 [<module>] ffmpeg = j:\Program Files\pyTivo\plugins\video\ffmpeg
_mp2.exe
DEBUG:debug.48 [<module>] video_br = 8192
DEBUG:debug.48 [<module>] debug = true
DEBUG:debug.48 [<module>] port = 9032
DEBUG:debug.48 [<module>] [My Videos]
DEBUG:debug.48 [<module>] type = video
DEBUG:debug.48 [<module>] path = I:\Users\Ran\Videos
DEBUG:debug.48 [<module>] ------- end pyTivo.conf -----
Unable to add container Movies
pyTivo is ready.
Movies - 'type'
j:\Program Files\pyTivo\Cheetah\Compiler.py:1508: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's us
eStackFrames option as it is painfully slow with the Python version of NameMappe
r. You should get a copy of Cheetah with the compiled C version of NameMapper.
"\nYou don't have the C version of NameMapper installed! "
192.168.0.102 - - [18/Jul/2008 18:44:36] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
127.0.0.1 - - [18/Jul/2008 18:45:25] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Jul/2008 18:46:08] "GET /TiVoConnect?Command=NPL&Container=Adm
in HTTP/1.1" 200 -
127.0.0.1 - - [18/Jul/2008 18:46:14] "GET /TiVoConnect?Command=NPL&Container=Adm
in&TiVo=192.168.0.102 HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 49163)
Traceback (most recent call last):
File "J:\Python25\lib\SocketServer.py", line 464, in process_request_thread
self.finish_request(request, client_address)
File "J:\Python25\lib\SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "J:\Python25\lib\SocketServer.py", line 522, in __init__
self.handle()
File "J:\Python25\lib\BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "J:\Python25\lib\BaseHTTPServer.py", line 310, in handle_one_request
method()
File "j:\Program Files\pyTivo\httpserver.py", line 85, in do_GET
method(self, query)
File "j:\Program Files\pyTivo\plugins\admin\admin.py", line 292, in NPL
o = ''.join([i for i in unicode(t) if i not in (u'\u200b')])
File "j:\Program Files\pyTivo\Cheetah\Template.py", line 990, in __str__
def __str__(self): return getattr(self, mainMethName)()
File "_Program_Files_pyTivo_plugins_admin_templates_npl_tmpl.py", line 167, in
respond
KeyError: 'UniqueId'
-----------------------
Here's my Conf file:
-------------------------------
[Admin]
type = admin
tivo_mak = 6970369962
togo_path = j:\Program Files\pyTivo\
[Movies]
path = G:\Movies\
[Server]
ffmpeg = j:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
video_br = 8192
debug = true
port = 9032
[My Videos]
type = video
path = I:\Users\****private***\Videos
Any help would be much apprciated. It appears as though something might have transferred but I can't really tell if it was pyTivo or possibly Tivo Desktop Plus.
thanks! |
|