-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
bug: Jellyserr integration, invalid enum value 4 #1873
Comments
|
Updated... |
Thank you. We don't know the impact - it could be, that the whole board is no longer usable. Hence it is crucial information. |
It seems issue was on jellyseer side, on last build error have disappeared. |
Can you elaborate? Why an issue on Jellyseer? Any links / issues? |
Okay it seems like this status (4) already existed prior, it is |
Describe the bug
TRPCClientError: [ { "received": 4, "code": "invalid_enum_value", "options": [ 1, 2, 3 ], "path": [ "results", 4, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3, received '4'" }, { "received": 4, "code": "invalid_enum_value", "options": [ 1, 2, 3 ], "path": [ "results", 5, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3, received '4'" }, { "received": 4, "code": "invalid_enum_value", "options": [ 1, 2, 3 ], "path": [ "results", 6, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3, received '4'" }, { "received": 4, "code": "invalid_enum_value", "options": [ 1, 2, 3 ], "path": [ "results", 7, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3, received '4'" } ]
Steps to reproduce
use jellyserr integration?
Additional information
No response
Version
1.0.0-beta
Installation method
Docker Run
Browser
Brave
The text was updated successfully, but these errors were encountered: