I want add in to octoprint second printer. So I have IP:5001. When I Sign-In then is open Setup wizard.
I click on Finish button but Setup Wizard don't close. I can clicking and clicking and nothing happened.
This happens just in IP:500X, in normal all works ok.
What is the solution for this?
I have Octoprint 0.17.0, Raspberry 3B+, Windows 10
I am having same issue, did fresh install of octoprint last night and got it all up and running. Today it would not accept my login so I tried first reset method and would not work. Second reset method seemed to work but now stuck at wizard screen and won't go past finish. What am i looking for on the javascript console?
Error
Response header RAW
XHRPOSThttp://192.168.1.58/api/settings
[HTTP/1.1 500 INTERNAL SERVER ERROR 153ms]
POST http://192.168.1.58/api/settings
Status500
INTERNAL SERVER ERROR
VersionHTTP/1.1
Transferred1.02 kB (290 B size)
Referrer Policyno-referrer
@Jason_Sawchuk@Bostjan - Could you both now upload the octoprint logs? You might have to get to them through SSH, there's an internal server error which will be logged.
@foosel I think this might be a reappearance of the bug I reported with wizards back when OctoPrint 1.5.0 was about to go live - it has to be quite rare, because it hasn't come up all that often (not at all since then) but I guess now with the release of OctoPi 0.18 more people will be going through the setup wizards on 1.5.x instead of 1.4.2 as they upgrade?
Seconding the request for octoprint.log - internal server error means something went wrong on the server, and in order to figure out what I'll need those logs. Instructions on how to get them via SSH are available if you click on logs - it's a link.
Ok, a bunch of questions first: I see a bunch of plugins installed and this being version 1.5.3. So that means this is NOT a fully fresh OctoPrint installation but a bootstrapped one. Which in turn means, I need info on how you've created that.
The issue in question seems to stem from the save payload containing an unset gcode script. I'm not sure how that could even happen (though I will take measures in OctoPrint to make it no longer cause a 500), so I need help to figure out what's going on here, and that means more info on how you even got to this point.
I really wish tutorials like these were in text form, I don't really have the time to go through 19min of a video to figure out what you did
Quickly skipping through it however it seems like the virtual environment and thus the plugin installations are shared, but port and basedir are different. So what I'd suggest here first is check whether the issue persists if you start your secondary instance in safe mode. Because if it doesn't persist, it's something about some plugin you have installed interfering with the setup wizard.