#Runtime Collection not updating

1 messages · Page 1 of 1 (latest)

quartz anvil
#

I have a few collections being created based on movie runtimes: under <90m, 90-99m, 100-140m, >140m.

The 100-140m collection is giving an error in the logs and plex shows 0 movies in the collection. All the others are populated as expected. These were all working fine until recently.

Appreciate the help in trying to resolve this!

urban locustBOT
#

Welcome @quartz anvil!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

quartz anvil
urban locustBOT
#

📝 If you want to review this again, wereberry:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

twin quartz
#

An attempt to set some detail on the collection is failing because the URL is too long at 9700 characters or so [probably because of the 1196 IDs on the query string]:

#

The error appears to be coming from nginx, not Plex itself:

<html>
<head><title>414 Request-URI Too Large</title></head>
<body>
<center><h1>414 Request-URI Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

Which means you probably have some sort of proxy in front of Plex, and that proxy is failing the long URL.

quartz anvil
#

i do have a reverse proxy in front of plex

twin quartz
#

Looks like it's kicking the request back.

quartz anvil
#

dang. so it looks like from a quick search i'm going to need to increase the URL length in the nginx config

#

i guess the other option could be to decrease the size of the collection

twin quartz
#

One or the other, I suppose. increasing the URL length seems simpler.