I recently did an update to Octoprint and can no longer connect. The wizard does not ask for the API key, just bunches of this of the "Communication" screen. This used to work, and I can get to the Octopi from a browser.
Has anyone else seen this and gotten it to work?
be well,
DLC
SENT: GET http://192.168.1.221:80/api/printer
READ: {
"sd": {
"ready": false
},
"state": {
"error": "",
"flags": {
"cancelling": false,
"closedOrError": false,
"error": false,
"finishing": false,
"operational": true,
"paused": false,
"pausing": false,
"printing": false,
"ready": true,
"resuming": false,
"sdReady": false
},
"text": "Operational"
},
"temperature": {
"E": {
"actual": 0.0,
"offset": 0,
"target": null
},
"bed": {
"actual": 43.0,
"offset": 0,
"target": 0.0
},
"tool0": {
"actual": 219.0,
"offset": 0,
"target": 219.0
}
}
}