-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Batch operations on large libraries can fail #2284
Comments
idont know if its related or if i should make a new issue but seems like same same but diffrent:
|
It looks like something's missing from that. |
Similar:
|
A Discord user is also seeing this when using
|
I am not sure this is the same error. This appears to be an error on a relatively small API call, and it throwing a 500 Server error instead of the 414 Too Large error. |
Are you using a reverse proxy or anything else that may be limiting URI size outside of Kometa/Plex? I was facing a similar issue, but I was testing the API directly in Postman and I noticed I was only getting the 414 error from my Reverse Proxy URL, but even when submitting a larger request than you (35k+ chars) I was getting 200 OK when using the API from my IP directly. Using Reverse Proxy URL:
Using IP Address:
|
Version Number
2.1.0
What branch are you on?
master
Describe the Bug
Trying to do a reset on a large library may result in:
Probably this should have some backoff or retry to split the list up into more than one call.
Relevant Collection/Overlay/Playlist Definition
Logs
No response
The text was updated successfully, but these errors were encountered: