TV Shows & Others working - Movies gives "trailers unavailable"

Hi,

so - I've been keeping my PlexConnect updated (pretty much doing a pull from git once a day, at least) and it's been working just dandy from the minute I installed it way back up until this weekend. Do not know if it's a issue I have with a recent commit or if it's something else.

 

But, this is my issue:

 

My storage setup is set up like the following:

Drive 1

  - TV Shows

 

Drive 2

  - Movies

  - Others (a folder with no scrobbler just serving temp-content)

 

What happens is that TV Shows and files from Other play just fine, but as soon as I try to enter the movie grid on Movies - I get a "Trailers is unavailable"-error message. I see thumbnails from Movies in the main menu, but as soon as I try to enter "All movies" (or any of the other filters) I get the error.

 

I have an aTV 2 running the latest iOS (6.0.2)

PMS version is 0.9.9.2

 

I've deleted and re-created certs, deleted and recreated settings.cfg

 

This is how it looks like now

[PlexConnect]
enable_plexgdm = True
ip_pms = 192.168.178.10
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
enable_plexconnect_autodetect = True
ip_plexconnect = 0.0.0.0
hosttointercept = trailers.apple.com
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
certfile = ./assets/certificates/trailers.pem
loglevel = Normal
logpath = .

Attached my log as well. http://d.pr/f/r1yG+

 

Many thanks!

/Niclas

20:29:29.

PMS XML delivers a MediaContainer with viewGroup="movie" (line 3310).

XMLConverter picks viewGroup: None (line 5784).

What is happening? I don't know.

Are you on the latest sources?

Can you create a new Movie section in PMS with just a coupe of movies in it and try to access that. Looking at you log, it seem your movie section is trying to access the Directory template and I’m not sure why, could you also update to the latest commit from today.

Trying to always stay on the latest commit, will do a new pull and try that - if that doesn't work, I'll create a new section. Give me a few and I'll report back!

Roidy... it happens because the thumb attribute doesn't contain the word "movie".

line 3310: thumb="/library/sections/5/thumb/1392298333"

Same with art - no indication of "movie": art="/library/sections/5/art/1392298333"

XMLConverter uses "thumb" to decide between move and home videos...

With viewGroup="secondary" it uses thumb OR art. Which wouldn't work with that example either.

But why, you can’t change the thumb or art of the

I can't. He can. :-D

Creating a new section seems to be working. Do you want me to just create a new one or do you need me to further test something?

Creating a new section seems to be working. Do you want me to just create a new one or do you need me to further test something?


First thing to try is shut down PMS and restart it to see if that fixes the problem, failing that all I can suggest is delete the Movie library section and recreate it :(

That's no problem : ) Just wanted to make sure I don't delete anything if you guys wanted me to test anything else to figure out what caused it! 

Thanks for your help, guys!

But did you try restarting PMS?

I tried restarting the computer before I re-created settings.cfg and the certificate, no dice.

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