champinzee 0 Posted April 11, 2020 Posted April 11, 2020 I am having trouble authenticating as user through the apis. I'm trying to get a POST in postman working before I move it into py code. I have followed the docs to the best of my ability. I have tried both AuthenticateByName and Authenticate, but come up short with a: "500 - Exception of type 'SQLitePCL.pretty.SQLiteException' was thrown." each time. This isn't giving me much to work with. Any ideas how to get passed this? Thanks in advance.
champinzee 0 Posted April 11, 2020 Author Posted April 11, 2020 Update: When I remove the Content-Type header in the request I move onto "Value cannot be null. Parameter name: username" despite having the username in the request body.
TeamB 2438 Posted April 11, 2020 Posted April 11, 2020 Here is am example in python https://github.com/faush01/EmbyToolbox/blob/master/WatchedStatusBackup/emby_client.py
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now