Review: Needs Fixing
Using an existing service file
Exception happened during processing of request from ('192.168.0.51', 36010)
Traceback (most recent call last):
File "/usr/lib64/python3.3/socketserver.py", line 306, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib64/python3.3/socketserver.py", line 332, in process_request
self.finish_request(request, client_address)
File "/usr/lib64/python3.3/socketserver.py", line 345, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib64/python3.3/socketserver.py", line 666, in __init__
self.handle()
File "/usr/lib64/python3.3/http/server.py", line 400, in handle
self.handle_one_request()
File "/usr/lib64/python3.3/http/server.py", line 388, in handle_one_request
method()
File
"/home/tim/Projects/openlp/better-remote/openlp/plugins/remotes/lib/httpserver.py",
line 71, in do_GET
self.do_post_processor()
File
"/home/tim/Projects/openlp/better-remote/openlp/plugins/remotes/lib/httprouter.py",
line 206, in do_post_processor
self.call_function(function, *args)
File
"/home/tim/Projects/openlp/better-remote/openlp/plugins/remotes/lib/httprouter.py",
line 215, in call_function
response = function['function'](*args)
File
"/home/tim/Projects/openlp/better-remote/openlp/plugins/remotes/lib/httprouter.py",
line 508, in controller_text
elif current_item.is_image() and not frame['image'] and
Settings().value('remotes/thumbnails'):
KeyError: 'image'
--
https://code.launchpad.net/~tomasgroth/openlp/better-remote/+merge/234075
Your team OpenLP Core is subscribed to branch lp:openlp.
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp