-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plex Server error #684
Comments
Hey, does it still work with the previous version (1.6.10)? & Could you post the corresponding Plex debug log as well? you can get the Plex log by using Plex web -> console and re running rules. |
Hi, on 1.6.10 it doesn't work as well. There's a lot of logs on the console when the rules are running. A couple of them might be relevant. This line repeats several times: And this one four times. |
Are you seeing the ‘Missing X-Plex-container-size’ warning with the latest version as well? 1.7.0 contains a change where this header was added to all calls that missed it. I’ll look into the ‘metadataItemID’ warning when i’ve got some free time. It seems odd that Plex would remove something from their API. |
Are you still encountering this issue? The metadataItemID is used (and required) to fetch the Plex watchlist of an item and to update a collection's settings. Since this hasn't changed, I'm uncertain about the source of your error messages. |
Hi. Yes, I'm still having this issue. Sorry, I thought I had replied to your previous message. On 1.7.0 I don't have the 'Missing X-Plex-container-size' warning but I'm seeing this one:
Probably was there on 1.6.10 as well but I might missed it. I filtered now for errors and warning and I got this:
|
I'll fix the 'exceeds limit 120' in a next release as well. Are you also still seeing the issue where media can't be added to the Plex collection? |
Yes. The media still can't be added to the Plex collection. |
Could you compare the Maintainerr collection to the Plex collection? Maybe something got corrupted there. Do the items in Maintainerrs collection match those in the Plex one? |
The items weren't added to the Maintainerr collections as well. I'm using a custom collection name. Anyway, it's working now. I deleted the sqllite file and started a fresh installation. Probably was something corrupted there. You may close the issue. I'll get back if it happens again. |
Okay, if you come across it again, feel free to give a shout! :) |
Hi, again. I'm having that Plex error again when adding to a collection. And now I couldn't fix it deleting the sqllite file. But now only happens when using a custom collection. If I let it automatically create a collection with the rule name works fine. |
What error are you seeing exactly? Make sure your manual collection is of the correct media type (movies, shows, seasons, or episodes). You can't add seasons or episodes to a collection of type show. |
It was precisely the same error I had on the original post. This post not to be in vain, if I may add a small suggestion. The reason I need custom collections is to edit the 'sort title' so I can push the collection to the top of the list. Would be a nice feature to add that to the rule option. Thank you |
I'll need to test this theory, but it's possible that the link is lost after a reboot. However, this shouldn't happen, as the ID is persisted in the database. Nonetheless, it's always possible there might be scenarios where this happens. Also, good suggestion. Sounds useful. I'll check it out! FR #854 to track it |
Describe the bug
Rules that were previously working now can't add media to collections. There's an error on the logs about plex server not responding but connection tested ok. I even redid the authentication.
To Reproduce
Steps to reproduce the behavior:
Not sure how to reproduce. I just hit 'run rules' and the collections stays empty.
Expected behavior
Media should be added to collections according to rules.
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
Additional context
Relevant logs:
The text was updated successfully, but these errors were encountered: