Page 1 of 1

S3D 5.1.2 can't connect with Octoprint 1.9.3

Posted: Sat Nov 11, 2023 2:21 pm
by RoboDLC
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
}
}
}

Re: S3D 5.1.2 can't connect with Octoprint 1.9.3

Posted: Tue Nov 14, 2023 9:27 am
by S3D-Jason
I think you would need to post the full communication log with the printer for us to know what's happening.

Otherwise, you can always try pressing the "Add New" button again and repeating the setup wizard.

Re: S3D 5.1.2 can't connect with Octoprint 1.9.3

Posted: Thu Nov 16, 2023 12:21 am
by RoboDLC
S3D-Jason wrote: Tue Nov 14, 2023 9:27 am I think you would need to post the full communication log with the printer for us to know what's happening.

Otherwise, you can always try pressing the "Add New" button again and repeating the setup wizard.
Which is what I did, and it now works again. As long as I am not looking at the web site, then, it stops working.
Not sure why that should be, I can have multiple web sites looking at the Duet console.

be well,