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
Hi! I am currently working on a manual scrobbler for maloja in python, however i am not able to authenticate with my server. I tried it like many other api's through the exposed challenge (seen in my code below) and by just using the apikey as my token with no success.
Thanks for spending your time helping me. I thought it was done using challenges as there is an endpoint in the api explorer. It seems to work now thanks to your solution thought.
Hi! I am currently working on a manual scrobbler for maloja in python, however i am not able to authenticate with my server. I tried it like many other api's through the exposed challenge (seen in my code below) and by just using the apikey as my token with no success.
How do i use the api the correct way?
{"status": "failure", "error": {"type": "authentication_fail", "desc": "Invalid or missing authentication"}}
403
This is how i deal with most api-challenges:
The text was updated successfully, but these errors were encountered: