You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When doing a request through the API with a value for requestOnBehalf I get this error "You do not have the correct permissions to request on behalf of users!". If I don't put any values for requestOnBehalf the requests goes through. Same issue also happens in swagger.
The API key doesn't give the privilege to request on behalf
To Reproduce
Steps to reproduce the behavior:
Go to swagger
Set the API key
Go to Post /api/v1/Request/movie or /api/v2/Requests/tv
Click on Try it out
Make sure there's a value for requestOnBehalf
Click on Execute
See error
Expected behavior
The request should go though.
In Ombi, under request, the Requested By should show the value entered on step 5
Screenshots
I can add screenshots if needed, but should be easy to reproduce with swagger.
Logs (Logs directory where Ombi is located)
{
result: false,
message: 'You do not have the correct permissions to request on behalf of users!',
isError: true,
errorMessage: 'You do not have the correct permissions to request on behalf of users!',
errorCode: null,
requestId: 0
}.
Desktop (please complete the following information):
OS: Windows 10
Ombi Version (please complete the following information):
Version 4.35.10
Media Server: Plex but not used in this case
Database Type: SQLite
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When doing a request through the API with a value for requestOnBehalf I get this error "You do not have the correct permissions to request on behalf of users!". If I don't put any values for requestOnBehalf the requests goes through. Same issue also happens in swagger.
The API key doesn't give the privilege to request on behalf
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The request should go though.
In Ombi, under request, the Requested By should show the value entered on step 5
Screenshots
I can add screenshots if needed, but should be easy to reproduce with swagger.
Logs (Logs directory where Ombi is located)
{
result: false,
message: 'You do not have the correct permissions to request on behalf of users!',
isError: true,
errorMessage: 'You do not have the correct permissions to request on behalf of users!',
errorCode: null,
requestId: 0
}.
Desktop (please complete the following information):
Ombi Version (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: