MedAziz11 / Uptime-Kuma-Web-API

Uptime Kuma REST API
204 stars 42 forks source link

Incorrect Kuma credentials #48

Open pablo-webassist opened 1 year ago

pablo-webassist commented 1 year ago

I succesfully installed the docker-compose containers and I have both ports working with uptime kuma and the api. However when I try to login via the Swagger page or via Postman I'm getting the message:

{ "detail": { "message": "Incorrect Kuma credentials" } }

And the login seems to be ok, because if I try to use another password or username I'm getting:

{ "detail": { "message": "Incorrect username or password" } }

The curl example doesn't seem to be working for me also. I'm getting an Internal Server Error response.

I'm not sure if it's a bug or something related with the permissions problem #33 that I already managed to solve (apparently) with the instructions provided there.

MedAziz11 commented 1 year ago

Try the new version

pablo-webassist commented 1 year ago

It's working now! Thanks!

mariyamh commented 11 months ago

@MedAziz11 , which and where to update the version ?

hillout commented 10 months ago

By the way, if I disable authentication on Uptime Kuma at all, how can I use Api? Now, seems it's not working.

toxa81 commented 6 months ago

I have similar problem with latest combination of Kuma and Kuma-Web-API. Authentication trough Python UptimeKumaApi framework works fine.

midikeyboard commented 4 months ago

Similar problem here. authentication impossible and inconsistent error messages