First off, I gotta say that this is AMAZING so far!! You guys are brilliant! totally brilliant :)
Everything is working great on my system except the music section. I can go into Music, and see the sub-menus (All Artists, All Albums, etc), but if I click on any of those, I get the following on my server:
Exception happened during processing of request from ('10.0.0.185', 60582)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
self.process_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 343, in handle
self.handle_one_request()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 331, in handle_one_request
method()
File "/Applications/PlexConnect/WebServer.py", line 123, in do_GET
XML = XMLConverter.XML_PMS2aTV(self.client_address, self.path)
File "/Applications/PlexConnect/XMLConverter.py", line 276, in XML_PMS2aTV
dprint(__name__, 1, XMLtemplate)
UnboundLocalError: local variable 'XMLtemplate' referenced before assignment
I'm happy to try out any other dev versions (I can pull a separate branch off git) if you need me to test anything out to fix this.
Thanks!!