Hello, all.
Just installed plexconnect (0.7-dev-151119) to my ubuntu server with plex server (1.18.4.2171).
Everything works great with my ATV gen3, except music section.
When i’m trying to open “Music” i’m geting error “Trailers unavailable…”
In log file i’m getting error:
“No such file or directory: '/PlexConnect-master/assets/templates/Plex/Music.xml”, via line 390 in “XMLConverter.py”
BTW, same error with plexconnect 0.6-250218.
How it’s can be fixed?
Thanks in advance!
Traceback (most recent call last):
File “/usr/local/lib/PlexConnect-master/WebServer.py”, line 248, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File “/usr/local/lib/PlexConnect-master/XMLConverter.py”, line 394, in XML_PMS2aTV
aTVTree = etree.parse(sys.path[0]+’/assets/templates/’+XMLtemplate)
File “”, line 62, in parse
File “”, line 26, in parse
IOError: [Errno 2] No such file or directory: ‘/usr/local/lib/PlexConnect-master/assets/templates/Plex/Music.xml’