-
I'm trying to do a post operation on the API to try to add a movie with the generated token and get this error: requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://IP:8080/api/users/USERNAME/played/movies Reads function though. Only that post cannot go though. Not sure what to do. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can you provide me e.g. a curl http request, so that I can try to reproduce the error? FYI I am currently pretty buys, I will not be able to look into this and respond in the next few days. |
Beta Was this translation helpful? Give feedback.
-
Oh and please check your |
Beta Was this translation helpful? Give feedback.
-
There was indeed a bug with the API authorization which caused this behavior. This should now be fixed with the 0.65.0 release. |
Beta Was this translation helpful? Give feedback.
There was indeed a bug with the API authorization which caused this behavior. This should now be fixed with the 0.65.0 release.