-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OctoPrint crashing after adding any slicing profile #956
Comments
My slic4r is also latest 1.2.9 |
Hi @mheilimo, It looks like there is some information missing from your ticket that will be needed in order to process it properly. Please take a look at the Contribution Guidelines and the page How to file a bug report on the project wiki, which will tell you exactly what your ticket has to contain in order to be processable. If you did not intend to report a bug, please take special note of the title format to use as described in the Contribution Guidelines. I'm closing this one now as it is currently incomplete. Please feel free to comment here to request a reopen of this issue once you can provide all required information. Best regards, PS: I'm just an automated script, not a human being. |
well now it follow guidance.... |
Wait... you've been trying to add a slic3r profile to the "CuraEngine" settings dialog? |
Also...
The full log please |
No this is Slic3r - I disabled my Cura engine because it crashing same way. That reason I try now to add slic3r - there is my profile: http://1drv.ms/1LO2aJx |
There is my full dialog that you can see that it is right place: |
That plugin is not published yet for a reason. It is not ready for general consumption or it would be listed on the plugin repository. Uninstall it please. Then reproduce with the bundled CuraEngine plugin and provide a full log file (the whole of |
There is also full log and there you will find other problem: |
Again. Please uninstall the not yet released Slic3r plugin that is still under development. It is not released for a reason. It is not bundled for a reason. Uninstall it. Provide the log of the error you are getting with the bundled CuraEngine plugin. The Slic3r plugin is not supported here. We can spent the whole night running in circles here, or you can show me the problem you are having with the CuraEngine plugin and we can try to solve that instead. |
Take it easy... How I can know that this don't work at all with slic3r because there is no note that it is very unstable (yes it is not released, but I was expecting that it works someway...) there is my new log with cura: and there is my cura profile: Some reason I can't anymore even add this profile there and crashing to error: |
And cura says that if I run it manually: This program is free software: you can redistribute it and/or modify This program is distributed in the hope that it will be useful, You should have received a copy of the GNU Affero General Public License |
and when you get angry about my comments please understand that I didn't see you comment that it don't work with slic3r before I posted these other informations because I didn't click re-refesh when I writing to you. Thanks! |
Ok, I understand. Please try to understand though that I get a lot of tickets that start out with people ignoring the big box that says "Please review the guidelines for contributing to this repository", which also includes the bug reporting guide, which at the very top also includes things like "This is the bug tracker for OctoPrint, not OctoPi or any [non bundled] OctoPrint plugins" and "Please disable all third party plugins and try to reproduce". Can get a bit tiring ;) That Can you please tell me where/how you got this profile? What was the exact Cura version from which that was exported? |
In understand your problems well - I working myself in software business :) I am using repetier 1.0.6 and cura engine is version Cura_SteamEngine version 14.12. I installed new cura engine that I can get profile in ini format and my log after clicking same 'make default' star (and after crash): and my ini based profile looks like that: for me it looks that there is no error in import anymore - only after trying to get that to 'make default'. |
Ok, now we are getting something :) I just could reproduce your problem, happens when you try to make some profile a default profile but have not yet configured the path to CuraEngine. That's a bug, will look into it. |
Thanks! This program is free software: you can redistribute it and/or modify This program is distributed in the hope that it will be useful, You should have received a copy of the GNU Affero General Public License And my cura path is: ~/cura_engine - there is just one file what is that binary engine file. Is that right? |
You need to specify the full path in OctoPrint, not just To get your setup running again you can edit your |
Previously depended on the slicer being already configured, which is not really necessary. Closes #956
Thanks this works - I propose to fix also error message that says that ~/... path don't work . This was in many instructions. It should say something that 'can't use relative paths or only absolute path allowed. |
Anything about that in the wiki/the official docs? If so that should be fixed... |
Thank you - great solution! I love that product :) |
Sorry about reply delay originally for that path issue - I spend time to try to find guidance - I am quite sure that it was official example, but I have to double check it before I can guarantee that (I could find link)- I will try to do that in this week. |
I was enabling slicing - same problem with Cura and Slic3r
That I can use slicer...
OctoPrint was crashing:
I used latest version of OctoPrint and when I try to add default Slic3r slicer profile my Octoprint crashing and give this error:
2015-06-28 00:14:10,870 - octoprint.server - CRITICAL - Now that is embarrassing... Something really really went wrong here. Please report this including the stacktrace below in OctoPrint's bugtracker. Thanks!
2015-06-28 00:14:10,872 - octoprint.server - ERROR - Stacktrace follows:
Traceback (most recent call last):
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/server/init.py", line 451, in run
ioloop.start()
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/ioloop.py", line 780, in start
self._run_callback(callback)
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/ioloop.py", line 565, in _run_callback
ret = callback()
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/stack_context.py", line 275, in null_wrapper
return fn(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/gen.py", line 697, in
self.future, lambda f: self.run())
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/gen.py", line 622, in run
yielded = self.gen.send(value)
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/web.py", line 1332, in _execute
result = method(_self.path_args, *_self.path_kwargs)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/server/util/tornado.py", line 405, in _handle_method
self._fallback(self.request, body)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/server/util/tornado.py", line 461, in call
WsgiInputContainer.environ(request, body), start_response)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/server/util/init.py", line 219, in call
return self.app(environ, start_response)
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request
return self.view_functionsrule.endpoint
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/server/util/flask.py", line 363, in decorated_view
return flask.ext.login.login_required(func)(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/Flask_Login-0.2.2-py2.7.egg/flask_login.py", line 637, in decorated_view
return func(_args, *_kwargs)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/server/api/slicing.py", line 109, in slicingPatchSlicerProfile
profile = slicingManager.load_profile(slicer, name)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/slicing/init.py", line 349, in load_profile
return self._load_profile_from_path(slicer, path, require_configured=require_configured)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/slicing/init.py", line 554, in _load_profile_from_path
return self.get_slicer(slicer, require_configured=require_configured).get_slicer_profile(path)
File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.0-py2.7.egg/octoprint/slicing/init.py", line 187, in get_slicer
raise SlicerNotConfigured(slicer)
SlicerNotConfigured
So this happen when I was clicking star that define 'make default' - what went wrong? Nicer error at least would be nice.
Before that adding slicer slicer button was disabled:
http://1drv.ms/1Holf70
and when I was trying to set my profile to default it looks like that:
http://1drv.ms/1QW9FEQ
if the case is that I already have automatically default profile it should crash to clicking it and why my slice button is disabled?
latest stable build
(if applicable - always include if unsure):
MendelMax 3
System running Browser (if applicable - always
include if unsure):
Chrome in windows 8.1
(ALWAYS INCLUDE AND DO NOT TRUNCATE):
http://1drv.ms/1QWa3mG
gist.github.com or pastebin.com (if applicable - always
include if unsure or reporting communication issues AND
DO NOT TRUNCATE):
on gist.github.com or pastebin.com or alternatively a
screenshot (if applicable - always include if unsure
or reporting UI issues):
include if unsure or reporting UI issues):
Before that adding slicer slicer button was disabled:
http://1drv.ms/1Holf70
and when I was trying to set my profile to default it looks like that:
http://1drv.ms/1QW9FEQ
I have read the FAQ.
The text was updated successfully, but these errors were encountered: