12 hours ago, xsimplex said:
But if I try to verify the id,key pair with
requests.post('http://192.168.1.91/api/v1/auth/verify', auth=requests.auth.HTTPDigestAuth(usr, pwd))
Use a get request for auth/verify, not a post request.
requests.gett('http://192.168.1.91/api/v1/auth/verify', auth=requests.auth.HTTPDigestAuth(usr, pwd))
-
1
Recommended Posts
gr5 2,094
Did you know you can ssh into your printer with user/pass root/ultimaker? You have to put the printer into "developer" mode first. When in developer mode it also shows the ip address on the main display which is helpful. Then you are in linux and can use utilities like "dmesg" to search for possible errors. It's "debian jessie". Or it was - I think maybe firmware version 6.X is a newer version of debian.
But even if you don't want to do that you can insert a USB stick, and in the maintenance menu on the printer you can dump all the log files (there's a LOT) and see if there are more details in there. You can match up the timing of the 405 error with what's happening in the exact same second in the log files.
Link to post
Share on other sites