Music section

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!

Full log:
Jan 13,2020 20:47:41 WebServer: File Not Found:

Traceback (most recent call last):

File “/usr/local/lib/PlexConnect-master/WebServer.py”, line 244, in do_GET

XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)

File “/usr/local/lib/PlexConnect-master/XMLConverter.py”, line 390, 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’

It used to work, I’ll see what I can do.

I’ve applied one change, can you pls test ?

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’

:frowning:

Made another change, can you pls try again ? It’s working on my side

1 Like

Works! Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.