[Support] Linuxserver.io - Plex Media Server


Recommended Posts

2 minutes ago, saarg said:

 

You might want to change the config one to /mnt/cache or /mnt/diskX as user might cause issues. 

I also see that for some of your mounts there are no container path. You should add one.

 

The Plex container only auto updates when you restart the container.

 

If I take all my dockers apps in none of them I have applied the container path? why do I need it?

 

Why "user" can cause issues?


Sorry for asking but I like to understand the root cause, so I learn and don't repeat mistakes.

Link to comment
3 minutes ago, L0rdRaiden said:

If I take all my dockers apps in none of them I have applied the container path? why do I need it?

Without a container path, there is no way for the application to access the storage specified by the host path. I am surprised you aren't getting an error trying to start the docker with the settings in your screenshot.

 

5 minutes ago, L0rdRaiden said:

Why "user" can cause issues?

Depends. What is the Use cache: setting of your Docker user share?

 

10 minutes ago, L0rdRaiden said:

Sorry for asking but I like to understand the root cause, so I learn and don't repeat mistakes.

 

If you don't understand what is wrong with the settings in your screenshot, then you obviously don't understand volume mapping. Please see the first link in the Docker FAQ. It will tell you what we need to help you. Then read at least the "Getting Started" portion of the Docker FAQ.

 

Link to Docker FAQ:

 

https://lime-technology.com/forums/topic/57181-real-docker-faq/

 

 

 

Link to comment
12 minutes ago, trurl said:

Without a container path, there is no way for the application to access the storage specified by the host path. I am surprised you aren't getting an error trying to start the docker with the settings in your screenshot.

 

Depends. What is the Use cache: setting of your Docker user share?

 

 

If you don't understand what is wrong with the settings in your screenshot, then you obviously don't understand volume mapping. Please see the first link in the Docker FAQ. It will tell you what we need to help you. Then read at least the "Getting Started" portion of the Docker FAQ.

 

Link to Docker FAQ:

 

https://lime-technology.com/forums/topic/57181-real-docker-faq/

 

 

 

 

I understand the mapping, I think, I already read the guide but I don't see anything that goes against my configuration

My container is in /mnt/user/Docker/Plex/ including the config files, but I have never map in any docker app the container path and everything works.

For example this is what Jackett looks like

Captura.thumb.PNG.6e5cf01da727caccf399265d776133f8.PNG

 

I guess is because I have used the same path for both configs files and containers/images, is this a bad idea?

 

Captura2.PNG.a7644c60e5e53698881382c3e899f4c8.PNG

 

Do I need to map then the image? how do I do it? what paths do I use? where can I find an example?

 

The cache setting is prefer. I treat the docker folder as AppData since I don't have Appdata (I don't use that share or that name)

Edited by L0rdRaiden
Link to comment

If you compare that screenshot with the previous one, you will see that in the area below the textbox where it has the words "Container Path" in orange lettering, Jackett has /downloads, for example, but similar places on your other screenshot there is nothing next to "Container Path" for many of those. For example, for the host path /mnt/user/Storage/movies, there is nothing next to "Container Path".

 

If you really want to learn, please do as I said and look at that link to the Docker FAQ I already gave. Then you will know what we want you to give us whenever you have any docker problem (at the first link in the FAQ), and you will be able to ask better questions if you at least try to understand the "Getting Started" stuff. The questions you are asking now are really just kind of random.

Link to comment
8 minutes ago, trurl said:

If you compare that screenshot with the previous one, you will see that in the area below the textbox where it has the words "Container Path" in orange lettering, Jackett has /downloads, for example, but similar places on your other screenshot there is nothing next to "Container Path" for many of those. For example, for the host path /mnt/user/Storage/movies, there is nothing next to "Container Path".

 

If you really want to learn, please do as I said and look at that link to the Docker FAQ I already gave. Then you will know what we want you to give us whenever you have any docker problem (at the first link in the FAQ), and you will be able to ask better questions if you at least try to understand the "Getting Started" stuff.

 

As I already said I read the FAQ weeks ago and understood it.

If you don't see the path is becasue this taken from the description of it, and I haven't written anything, but the mapings are setup correctly.

Captura.thumb.PNG.983a0fb155e1d77f1fabc8e5baf8cbb7.PNG

 

So the config is fine, and regarding the issue that brought me here of plex settings not being saved, which has nothing to do by the way with having a movie folder with a bad mapping, I will take a closer look to see what could be the root cause, in case you may know why, I'm all ears.

 

Edited by L0rdRaiden
Link to comment

@trurl

I am not in front of the computer right now, will post the details tomorrow.

 

Plex settings like transcoder quality, and a few other settings related with the streaming quality.

 

I have adblocker disabled, I am using Firefox will try with chrome tomorrow, but I am pretty sure that the orange text is taken from the description and it has 0 impact in the actual configuration

 

Edited by L0rdRaiden
Link to comment
7 hours ago, L0rdRaiden said:

@trurl

I am not in front of the computer right now, will post the details tomorrow.

 

Plex settings like transcoder quality, and a few other settings related with the streaming quality.

 

I have adblocker disabled, I am using Firefox will try with chrome tomorrow, but I am pretty sure that the orange text is taken from the description and it has 0 impact in the actual configuration

 

 

By using /mnt/user instead of /mnt/cache or /mnt/diskX you might get issues like you have with config not saving. Using /mnt/user you are going through the fuse system and that has shown to have a bad impact on config mounts alot of times. 

So try changing that as a start. 

 

As for the container path not there, we just tried to help as we saw something was wrong. But I'll hold it in next time. 

Link to comment

Can anyone help me figure out why HW transcoding is no longer working??? I just reinstalled the latest docker and i can no longer get it to work.

 

M/B: ASRock - Z370M Pro4
CPU: Intel® Core™ i5-8400 CPU 

Transcoding to /ramdisk  (8GB)

"Use hardware acceleration when available" settings enabled 

Unraid 6.5.0

 

root@HAL9000:/ramdisk# chown -R nobody:users /dev/dri
chown: cannot access '/dev/dri': No such file or directory
root@HAL9000:/ramdisk# ls -alh /dev/dri
/bin/ls: cannot access '/dev/dri': No such file or directory
root@HAL9000:/ramdisk# lsmod | grep i915
i915                 1138688  0
iosf_mbi               16384  1 i915
drm_kms_helper        122880  1 i915
drm                   294912  2 i915,drm_kms_helper
intel_gtt              20480  1 i915
i2c_algo_bit           16384  2 igb,i915
i2c_core               36864  6 i2c_algo_bit,igb,i2c_i801,i915,drm_kms_helper,drm
video                  36864  1 i915
backlight              16384  2 video,i915
button                 16384  1 i915
root@HAL9000:/ramdisk#

Syscfg

 

label unRAID OS GUI Mode
  menu default
  kernel /bzimage
  append pcie_acs_override=downstream initrd=/bzroot,/bzroot-gui i915.alpha_support=1

 

 

NVM got it working, needed to adjust my go file to include

 

modprobe i915
chown -R nobody:users /dev/dri
chmod -R 777 /dev/dri 
#copy docker-shell script
cp /boot/custom/docker-shell /usr/local/bin
#make 8gb ramdisk
mkdir /ramdisk
mount -t tmpfs -o size=8192m tmpfs /ramdisk
# Start the Management Utility
/usr/local/sbin/emhttp &

 

Edited by pyrater
Link to comment

I hope everyone is having a great weekend.

 

I'm having trouble with my Plex server docker where it refuses to update the library. I've added several files to the watched folders, but they are all ignored. This occured around the time that my cache disk filled up, and I think it might be connected, as this happened a few months back and the only way I could solve the problem was to rebuild the plex server.

 

Thus far, I've tried the scan, optimize, clean, empty trash options in the Plex server GUI. I've tried refreshing metadata (no luck so far). I've deleted the docker image and installed a new one (25 GB this time, in case that helps).

 

Also, I've noticed that playing a file through Plex, even on my local network, take about 10 - 20 sec to load. It used to be instantaneous. I'm not sure if this is connected with the new player or the issue with my server.

 

Short of building the server from scratch again I'm out of ideas, I'm hoping there is a better solution.

 

I've attached my log file. Please let me know if there is anything else I can share.

 

Thanks!

Plex Media Server Logs_2018-03-24_19-08-05.zip

Link to comment
1 hour ago, CHBMB said:

Looking at your logs

 


Mar 24, 2018 18:58:39.839 [0x14e4405fe700] ERROR - SQLITE3:0x10, 11, database corruption at line 62624 of [fc49f556e4]

Think that's probably what's causing your issue.  Would recommend restoring from a backup.

Thanks. Is there no way to just fix the corruption? I don't have a backup stored.

 

If not, then how could I cause Plex to rebuild the database? Should I just delete the appdata and start again like I did last time. That's an ok fix, but kind of annoying since I lose all of the watched/unwatched info, which is what I'm hoping to avoid. 

 

Thanks  

Link to comment
10 hours ago, 3doubled said:

Thanks. Is there no way to just fix the corruption? I don't have a backup stored.

 

If not, then how could I cause Plex to rebuild the database? Should I just delete the appdata and start again like I did last time. That's an ok fix, but kind of annoying since I lose all of the watched/unwatched info, which is what I'm hoping to avoid. 

 

Thanks  

 

If you don't want to loose anything, making a backup regularly is a good idea. 

For fixing your database you might ask in the plex  community. 

Link to comment
13 hours ago, 3doubled said:

Thanks. Is there no way to just fix the corruption? I don't have a backup stored.

 

If not, then how could I cause Plex to rebuild the database? Should I just delete the appdata and start again like I did last time. That's an ok fix, but kind of annoying since I lose all of the watched/unwatched info, which is what I'm hoping to avoid. 

 

Thanks  

 

I believe plex does auto backups of the db. The setting is under scheduled tasks

Link to comment

what am I doing wrong.

 

I have the official plex docker.

i stopped it, i want to try to create a seperate one, with this image.

i stop the main one, so it wouldn't conflict with this in host mode.

 

when i start up this docker, i go to the local IP:32400, I log in, and there is no server set-up screen, only the normal plex web interface, which is looking for my offline server

WTF?

i started a new server, why cant it start to set it up? (i have plexpass, so it should be possible to have multiple servers under the same plex.tv account, but it doesn't matter, since i cant claim the server with a brand new plex account either...)

Edited by LSL1337
Link to comment

I got the docker running. I think I have some issues with the update library feature. I would like to scan the new movie to the library when adding a new movie to the library folder. I have quite a few movies, so don't want to do a complete scan.

 

Enable "run a partial scan when changed are detected" - no scan activity once new movie is added

 

Enable both "run a partial scan when changes are detected" and "update my library automatically" - scan happens once new movie is added, but all movies are scanned again, not just the added folder

 

Any thoughts?

Link to comment
3 minutes ago, steve1977 said:

I got the docker running. I think I have some issues with the update library feature. I would like to scan the new movie to the library when adding a new movie to the library folder. I have quite a few movies, so don't want to do a complete scan.

 

Enable "run a partial scan when changed are detected" - no scan activity once new movie is added

 

Enable both "run a partial scan when changes are detected" and "update my library automatically" - scan happens once new movie is added, but all movies are scanned again, not just the added folder

 

Any thoughts?

Since these are app issues (rather than container issues) it would probably be best to raise them on the Plex forum as well. Lot more experienced Plex users there.

Link to comment

Hi,

 

Occasionally, I have this bug when I play a movie. I have to restart the Plex docker to continue watching the movie.

Other dockers are working without problem. I have this bug just with this Plex docker.

[138418.486045] BUG: unable to handle kernel NULL pointer dereference at 0000000000000038
[138418.486658] IP: tcp_push+0x4e/0xee
[138418.486970] PGD 8000000104be6067 P4D 8000000104be6067 PUD 1487d5067 PMD 0
[138418.487294] Oops: 0002 [#1] PREEMPT SMP PTI
[138418.487607] Modules linked in: xt_CHECKSUM iptable_mangle ipt_REJECT nf_reject_ipv4 ebtable_filter ebtables ip6table_filter ip6_tables vhost_net tun vhost tap xt_nat veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 iptable_filter ip_tables nf_nat xfs md_mod it87 hwmon_vid bonding r8169 mii intel_powerclamp coretemp kvm_intel kvm crc32c_intel intel_cstate intel_uncore i2c_i801 i2c_core mxm_wmi ahci i7core_edac libahci pata_jmicron wmi button acpi_cpufreq [last unloaded: mii]
[138418.489695] CPU: 7 PID: 18395 Comm: Plex Media Serv Tainted: G          I     4.14.26-unRAID #1
[138418.490289] Hardware name: Gigabyte Technology Co., Ltd. X58A-UD7/X58A-UD7, BIOS F2 11/10/2009
[138418.490882] task: ffff88014658bfc0 task.stack: ffffc9000201c000
[138418.491207] RIP: 0010:tcp_push+0x4e/0xee
[138418.491526] RSP: 0018:ffffc9000201fc70 EFLAGS: 00010246
[138418.491850] RAX: 0000000000000000 RBX: 00000000000005a8 RCX: 0000000000000000
[138418.492177] RDX: 0000000000000000 RSI: 0000000000004040 RDI: ffff880059a53000
[138418.492504] RBP: 0000000000000000 R08: 00000000000005a8 R09: ffffffff8151be00
[138418.492824] R10: ffff880059a53158 R11: 0000000000000000 R12: ffff880059a53000
[138418.493146] R13: 0000000000000000 R14: ffff88014c885c00 R15: 00000000ffffffe0
[138418.493467] FS:  00001462c31fe700(0000) GS:ffff8801993c0000(0000) knlGS:0000000000000000
[138418.493792] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[138418.494113] CR2: 0000000000000038 CR3: 0000000103aa6000 CR4: 00000000000006e0
[138418.494433] Call Trace:
[138418.494748]  tcp_sendmsg_locked+0xa53/0xbac
[138418.495064]  tcp_sendmsg+0x23/0x35
[138418.495375]  sock_sendmsg+0x14/0x1e
[138418.495690]  ___sys_sendmsg+0x1ab/0x229
[138418.496005]  ? seccomp_run_filters+0xdc/0x106
[138418.496320]  ? generic_file_read_iter+0x595/0x6e4
[138418.496634]  ? __seccomp_filter+0x26/0x1c5
[138418.496952]  ? dput+0x30/0x190
[138418.497265]  ? __sys_sendmsg+0x3c/0x5d
[138418.497576]  __sys_sendmsg+0x3c/0x5d
[138418.497890]  do_syscall_64+0xfe/0x107
[138418.498205]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[138418.498521] RIP: 0033:0x1462cff3ea6d
[138418.498831] RSP: 002b:00001462c31fd320 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[138418.499154] RAX: ffffffffffffffda RBX: 00001462c31fd350 RCX: 00001462cff3ea6d
[138418.499476] RDX: 0000000000004000 RSI: 00001462c31fd350 RDI: 0000000000000055
[138418.499797] RBP: 00001462c31fd350 R08: 00001462b3806498 R09: 00001462b38064a8
[138418.500118] R10: 0000000000000001 R11: 0000000000000293 R12: 00001462c31fe5b8
[138418.500438] R13: 0000000000000001 R14: 0000000000000001 R15: 00001462b3806498
[138418.500761] Code: d0 75 02 31 c0 41 89 f3 41 81 e3 00 80 00 00 74 1a 44 8b 8f 68 05 00 00 41 d1 e9 44 2b 8f 6c 06 00 00 44 03 8f 74 06 00 00 79 10 <80> 48 38 08 8b 8f 6c 06 00 00 89 8f 74 06 00 00 40 80 e6 01 74
[138418.501691] RIP: tcp_push+0x4e/0xee RSP: ffffc9000201fc70
[138418.502014] CR2: 0000000000000038
[138418.502350] ---[ end trace 7ef9ab90b7be7027 ]---

 

Link to comment
12 hours ago, wgstarks said:

Since these are app issues (rather than container issues) it would probably be best to raise them on the Plex forum as well. Lot more experienced Plex users there.

 

Ok, thanks, let me post on the Plex forum. You are right that it is not a container, but I anticipate it to be some form of docker/Unraid related issue (XFS disks, network drives, etc.). Given this is a common feature, I am hoping that some fellow Unraid user can confirm that it is not working?

Link to comment

Hi,

 

I'm trying to debug a startup problem with Linuxserver.io's Plex docker on my Unraid v6.5.0 server.  I've installed the ap and configured it under Docker page.  When I launch it from the Docker page, it repeatedly outputs the message "Starting Plex Media Server.", never launching a listener on port 34200 as it should.  Log extract below shows the startup and shutdown of the app.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 10-adduser: executing...
usermod: no changes

-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/


Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------

User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-dbus: executing...
[cont-init.d] 30-dbus: exited 0.
[cont-init.d] 40-chown-files: executing...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...



#####################################################
# Login via the webui at http://<ip>:32400/web #
# and restart the docker, because there was no #
# preference file found, possibly first startup. #
#####################################################


[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting Plex Media Server.
Starting dbus-daemon
[services.d] done.
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Plex Media Server.
Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
*** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***

*** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***

Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv6 with address fe80::4f3:beff:fe49:2b09.
New relevant interface br0.IPv6 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.2.22.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface bond0.IPv6 with address fe80::6a05:caff:fe2a:1182.
New relevant interface bond0.IPv6 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for fe80::4f3:beff:fe49:2b09 on br0.*.
Registering new address record for 192.168.2.22 on br0.IPv4.
Registering new address record for fe80::6a05:caff:fe2a:1182 on bond0.*.
Server startup complete. Host name is NAS.local. Local service cookie is 4093093207.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
.
.
.
.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
Leaving mDNS multicast group on interface br0.IPv6 with address fe80::4f3:beff:fe49:2b09.
Leaving mDNS multicast group on interface br0.IPv4 with address 192.168.2.22.
Leaving mDNS multicast group on interface bond0.IPv6 with address fe80::6a05:caff:fe2a:1182.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

I believe this situation is related to some servicing that I did on the Unraid server.  Plex was installed and operating for a few days before.  I fooled with the cache drive and things went a bit wrong when I tried to remove the cache.  I needed to follow the instructions on how to change the cache drive, meanwhile I deinstalled the Plex docker from the system.  I since corrected the cache problem and now with a clean reinstall I'm getting this problem.

Link to comment
33 minutes ago, rbm said:

Hi,

 

I'm trying to debug a startup problem with Linuxserver.io's Plex docker on my Unraid v6.5.0 server.  I've installed the ap and configured it under Docker page.  When I launch it from the Docker page, it repeatedly outputs the message "Starting Plex Media Server.", never launching a listener on port 34200 as it should.  Log extract below shows the startup and shutdown of the app.

 

I believe this situation is related to some servicing that I did on the Unraid server.  Plex was installed and operating for a few days before.  I fooled with the cache drive and things went a bit wrong when I tried to remove the cache.  I needed to follow the instructions on how to change the cache drive, meanwhile I deinstalled the Plex docker from the system.  I since corrected the cache problem and now with a clean reinstall I'm getting this problem.

 

Post your docker run command.  Link in my sig

Link to comment

Hi there, 

 

I just upgraded to 6.5.0 from 6.3.5 and right after the upgrade, Plex is no longer pulling down Movie posters or backgrounds.  I'm wondering if this may be related to any changes in docker networking or configuration changes in 6.5.  This was working perfectly right up until the UnRAID OS upgrade.

 

I see some strange errors in the PlexMediaServer.log but not yielding anything in Plex forums or Google and I'm pretty sure it's related to something in UnRAID.

 

And I see some errors in com.plexapp.agents.imdb.log

 

INFO (__init__:1472) - Error fetching JSON from The Movie Database: http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3Den
2018-03-31 14:45:34,766 (14934930f700) :  DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D'
2018-03-31 14:45:49,798 (14934930f700) :  ERROR (networking:219) - Error opening URL 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D'
2018-03-31 14:45:49,799 (14934930f700) :  INFO (__init__:1472) - Error fetching JSON from The Movie Database: http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D
2018-03-31 14:45:49,804 (14934930f700) :  DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%2Fimages'
2018-03-31 14:46:04,836 (14934930f700) :  ERROR (networking:219) - Error opening URL 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%2Fimages'
2018-03-31 14:46:04,837 (14934930f700) :  INFO (__init__:1472) - Error fetching JSON from The Movie Database: http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%2Fimages
2018-03-31 14:46:04,837 (14934930f700) :  INFO (__init__:566) - Unable to get TMDb movie data (in Plex Movie) for 0118842: argument of type 'NoneType' is not iterable
2018-03-31 14:46:04,838 (14934930f700) :  DEBUG (networking:166) - Requesting 'https://meta.plex.tv/m/0118842?lang=en&ratings=1&reviews=1&extras=1'
2018-03-31 14:46:04,991 (14934930f700) :  DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D'
2018-03-31 14:46:20,021 (14934930f700) :  ERROR (networking:219) - Error opening URL 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D'
2018-03-31 14:46:20,021 (14934930f700) :  INFO (__init__:1472) - Error fetching JSON from The Movie Database: http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D
2018-03-31 14:46:20,027 (14934930f700) :  DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D'
2018-03-31 14:46:35,061 (14934930f700) :  ERROR (networking:219) - Error opening URL 'http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D'
2018-03-31 14:46:35,062 (14934930f700) :  INFO (__init__:1472) - Error fetching JSON from The Movie Database: http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt0118842%3Fappend_to_response%3Dreleases%2Ccredits%26language%3D

 

Any help or guidance greatly appreciated.

 

 

Plex Media Server Logs_2018-03-31_14-51-21.zip

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.