Dirk Meyer wrote:
Duncan Webb wrote:
Hi,
Made some progress, thanks for the READMEs.
Great.
Now the program bombs out looking for config.LIVETV_URL on the line:
url = 'udp://%s:%s' % (config.LIVETV_URL, channel.port)
Traceback (most recent call last):
File
"/usr/local/freevo2/lib/python2.3/site-packages/freevo/ipc/mbus_wrapper.py",
line 113, in __call__
result = super(RPC, self).__call__(*args)
File
"/usr/local/freevo2/lib/python2.3/site-packages/kaa/notifier/callback.py",
line 171, in __call__
result = cb(*cb_args, **cb_kwargs)
File "lib/python2.3/site-packages/freevo/tvserver/server.py", line
640, in rpc_watch_start
AttributeError: 'module' object has no attribute 'LIVETV_URL'
I added to local_conf.py, but this didn't work
LIVETV_URL='localhost'
oops, my fault. For some strange reason I forgot to update server.py
to the new config stuff. Try again.
Now got two other errors:
ERROR mbus_wrapper(181): RPC Return handling <RPCReturn
home-theatre.watch.start.return([1, u'udp://224.224.224.10:6002'])>
Traceback (most recent call last):
File
"/usr/local/freevo2/lib/python2.3/site-packages/freevo/ipc/mbus_wrapper.py",
line 177, in __call__
super(RPCClient, self).__call__(result)
File
"/usr/local/freevo2/lib/python2.3/site-packages/kaa/notifier/callback.py",
line 171, in __call__
result = cb(*cb_args, **cb_kwargs)
File
"/usr/local/freevo2/lib/python2.3/site-packages/freevo/ui/tv/plugins/xine.py",
line 174, in __receive_url
command = config.XINE_COMMAND.split(' ') + \
AttributeError: 'module' object has no attribute 'XINE_VO_DEV'
ERROR recorder(147): unable to find recorder for event <Event
home-theatre.vdr.started>
ERROR mbus_wrapper(127): Error in RPC handling
Traceback (most recent call last):
File
"/usr/local/freevo2/lib/python2.3/site-packages/freevo/ipc/mbus_wrapper.py",
line 113, in __call__
result = super(RPC, self).__call__(*args)
File
"/usr/local/freevo2/lib/python2.3/site-packages/kaa/notifier/callback.py",
line 171, in __call__
result = cb(*cb_args, **cb_kwargs)
File
"/usr/local/freevo2/lib/python2.3/site-packages/freevo/tvserver/server.py",
line 627, in rpc_watch_start
return [ id, url ]
UnboundLocalError: local variable 'url' referenced before assignment
Cheers
Duncan
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel