BouncySteak

Results 3 comments of BouncySteak

You are making your query based off of Uptime-Kuma itself not the API noted buy the port number you have used. curl -X 'GET' \ 'http://hadersdorf.myDomain.com:3002/statuspages' \ -H 'accept: application/json'...

> @raufis27 @hteibler /monitors/{monitor_id}/beats => it has a status field, if the status is true then its Up , else its DOWN I notice that the response is in relation...

Try removing the trailing backslash from you get token. ### Replicating error **Input** `curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' --data 'username=admin&password=admin' http://127.0.0.1:8000/login/access-token/` **Output** `nothing (literally) ` ### Possible fix **Input**...