this_is_nate
this_is_nate
HHomarr
Created by this_is_nate on 4/16/2025 in #💬・get-help
Overseerr Media Requests List issue
Looks like Overseerr added another status enum again, I'm getting the following error:
TRPCClientError: [ { "received": 5, "code": "invalid_enum_value", "options": [ 1, 2, 3, 4 ], "path": [ "results", 0, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3 | 4, received '5'" }
TRPCClientError: [ { "received": 5, "code": "invalid_enum_value", "options": [ 1, 2, 3, 4 ], "path": [ "results", 0, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3 | 4, received '5'" }
Did a little digging and if I had to guess, its a 'Completed' status, which seems to be new and I'm not sure why they even added it as filtering by 'Available' shows the same items in Overseerr
7 replies
HHomarr
Created by this_is_nate on 12/18/2024 in #💬・get-help
Cannot get homarr v1.0.0-beta4 to start (permissions)
I have been unable to get appropriate permissions set up for /appdata. Tried setting perms to 777, subdirectories are created but container is unable to chown. Recently tried just using a volume instead of a bind and now getting mkdir: can't create directory '/appdata/db': Permission denied Is there a way to set the uid/gid that the container runs as? Passing them as env vars did not appear to work
59 replies