C:\TiVo\pyTivo>c:\Python25\python.exe pytivo.py
pyTivo is ready.
C:\TiVo\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.1.129 - - [15/Feb/2008 23:08:09] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
192.168.1.129 - - [15/Feb/2008 23:13:39] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
192.168.1.129 - - [15/Feb/2008 23:13:51] "GET /TiVoConnect?Command=QueryContaine
r&Container=Epic%20Fu&SortOrder=!CaptureDate&ItemCount=8&Filter=x-tivo-container
%2Ftivo-videos,x-tivo-container%2Ffolder,video%2Fx-tivo-mpeg,video%2F* HTTP/1.1"
200 -
----------------------------------------
Exception happened during processing of request from ('192.168.1.129', 32790)
Traceback (most recent call last):
File "c:\Python25\lib\SocketServer.py", line 464, in process_request_thread
self.finish_request(request, client_address)
File "c:\Python25\lib\SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "c:\Python25\lib\SocketServer.py", line 522, in __init__
self.handle()
File "c:\Python25\lib\BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "c:\Python25\lib\BaseHTTPServer.py", line 310, in handle_one_request
method()
File "C:\TiVo\pyTivo\httpserver.py", line 69, in do_GET
method(self, query)
File "C:\TiVo\pyTivo\plugins\video\video.py", line 183, in QueryContainer
video['valid'] = transcode.supported_format(file)
File "C:\TiVo\pyTivo\plugins\video\transcode.py", line 365, in supported_forma
t
if video_info(inFile)[0]:
File "C:\TiVo\pyTivo\plugins\video\transcode.py", line 275, in video_info
ffmpeg = subprocess.Popen(cmd, stderr=subprocess.PIPE, stdout=subprocess.PIP
E, stdin=subprocess.PIPE)
File "c:\Python25\lib\subprocess.py", line 593, in __init__
errread, errwrite)
File "c:\Python25\lib\subprocess.py", line 815, in _execute_child
startupinfo)
WindowsError: [Error 3] The system cannot find the path specified
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('192.168.1.129', 32792)
Traceback (most recent call last):
File "c:\Python25\lib\SocketServer.py", line 464, in process_request_thread
self.finish_request(request, client_address)
File "c:\Python25\lib\SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "c:\Python25\lib\SocketServer.py", line 522, in __init__
self.handle()
File "c:\Python25\lib\BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "c:\Python25\lib\BaseHTTPServer.py", line 310, in handle_one_request
method()
File "C:\TiVo\pyTivo\httpserver.py", line 69, in do_GET
method(self, query)
File "C:\TiVo\pyTivo\plugins\video\video.py", line 183, in QueryContainer
video['valid'] = transcode.supported_format(file)
File "C:\TiVo\pyTivo\plugins\video\transcode.py", line 365, in supported_forma
t
if video_info(inFile)[0]:
File "C:\TiVo\pyTivo\plugins\video\transcode.py", line 275, in video_info
ffmpeg = subprocess.Popen(cmd, stderr=subprocess.PIPE, stdout=subprocess.PIP
E, stdin=subprocess.PIPE)
File "c:\Python25\lib\subprocess.py", line 593, in __init__
errread, errwrite)
File "c:\Python25\lib\subprocess.py", line 815, in _execute_child
startupinfo)
WindowsError: [Error 3] The system cannot find the path specified
---------------------------------------- |