Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upTimelapses not rendering #909
Comments
This comment has been minimized.
This comment has been minimized.
|
I'm currently running a print and when I SSH into the ~/.octoprint/timelapse/tmp directory, it's still empty even though I should have several Z change snapshots in there. |
This comment has been minimized.
This comment has been minimized.
|
Have you tried with a "Timed" timelapse? Might be that OctoPrint does not correctly detect your z-changes and that this is the actual issue. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hi @stevelucky, 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. |
This comment has been minimized.
This comment has been minimized.
|
I'd like to request a reopen. I'm not sure what info is missing as I read the FAQ and gave all the information that was asked for. |
This comment has been minimized.
This comment has been minimized.
|
I was just about to click reopen for these exact reasons. A crucial line from the original post you since added was missing which triggered it ;) |
This comment has been minimized.
This comment has been minimized.
|
Okay, that's what I was hoping. I noticed I missed that line. :-) |
This comment has been minimized.
This comment has been minimized.
|
I just started a timed timelapse (every 20 seconds) and snapshots are appearing in the ~/.octoprint/timelapse/tmp directory. The print won't be done for a while so I can't say whether or not it's going to render, but the fact that snapshots are appearing is good. So, it sounds like you were right, OctoPrint is not detecting z changes. Any idea why that could be or how to fix it? |
This comment has been minimized.
This comment has been minimized.
|
I just tried with my current devel build, and there z triggering still appears to work just fine. So maybe it's caused by files you are trying to print in some way. Could you upload a file with which the issue can be reproduced somewhere and provide the link? If you don't want to do this publicly, you can also mail me the link to osd@foosel.net |
This comment has been minimized.
This comment has been minimized.
|
Here's what I'm printing right now. It should be noted that this happens with every single thing I print. I'm using Slic3r version .9.9 |
This comment has been minimized.
This comment has been minimized.
|
Yes, a timed timelapse worked great. It's just the z-change timelapse that isn't. |
This comment has been minimized.
This comment has been minimized.
|
I think I found and fixed it (see above commit). Please verify. |
This comment has been minimized.
This comment has been minimized.
|
Hmmm. I'm just having a little trouble finding those two files so that I can change them. What is their full path? |
This comment has been minimized.
This comment has been minimized.
|
Or do I just need to perform an update? |
This comment has been minimized.
This comment has been minimized.
|
Just perform an update. |
This comment has been minimized.
This comment has been minimized.
|
Hmmm. Now I can't connect to octopi.local at all. I can still SSH in so I know it's up, but the GUI won't appear. I just get: 503 Service Unavailable No server is available to handle this request. |
This comment has been minimized.
This comment has been minimized.
|
Something went wrong while updating then, or you did forget to (re)start the server. Take a look into the log: (I assume you followed this) |
This comment has been minimized.
This comment has been minimized.
|
Yes, I followed it exactly. Here's my octoprint.log |
This comment has been minimized.
This comment has been minimized.
|
This is still trying to start up your old version (note the version it prints during startup:
Verify that this prints out something along the lines of
If yes, continue
|
This comment has been minimized.
This comment has been minimized.
|
This is what I'm getting:
I just want to restate, I followed the upgrade to the letter as per the FAQ. |
This comment has been minimized.
This comment has been minimized.
|
Also, when I do git pull, this is what I get:
|
This comment has been minimized.
This comment has been minimized.
|
Is this a current nightly of OctoPi? |
This comment has been minimized.
This comment has been minimized.
|
It's from an update sometime last week. |
This comment has been minimized.
This comment has been minimized.
|
Yeah, but was it originally a nightly or a regular release version of OctoPi? If the former, it might be that there's an issue with the build that @guysoft needs to know about. Anyway, your user can't write the update since it can't overwrite some of the changed files and so it ran into some very odd partial update situation. Try this:
This should fix the permissions hopefully. Then try the update steps again. |
This comment has been minimized.
This comment has been minimized.
|
Yes, I downloaded the 2015-02-16-octopi-wheezy-0.12.0.img from the nightlies. That permission fixed seems to have fixed it. I did that then re-ran the update and now it's showing: Version: 1.2.0-dev-862-g3ac2d5d (devel branch) Also, it seems to have fixed the z change issue. screenshots are showing up in the ~/.octoprint/timelapse/tmp directory as I'm printing. |
This comment has been minimized.
This comment has been minimized.
|
Ok, great, then this is fixed. |

I'm having an issue where my timelapses aren't rendering after a print.
Rendering of timelapse FILENAME.mpg failed with return code 1
/home/pi/.octoprint/timelapse/tmp/tmp_%05d.jpg: No such file or directory
The log said:
2015-05-16 13:43:19,235 - octoprint.timelapse - WARNING - Could not render movie, got return code 1: /home/pi/.octoprint/timelapse/tmp/tmp_%05d.jpg: No such file or directory
(if applicable - always include if unsure): MakerFarm Prusa 10" i3v. Most current firmware, but I don’t have any numbers available at the moment.
System running Browser (if applicable - always
include if unsure): OX X Yosemite 10.10.4, Firefox 38.0.1
(ALWAYS INCLUDE AND DO NOT TRUNCATE):
http://pastebin.com/raw.php?i=QPb9CfUq
gist.github.com or pastebin.com (if applicable - always
include if unsure or reporting communication issues AND
DO NOT TRUNCATE):
serial.log is empty
on gist.github.com or pastebin.com or alternatively a
screenshot (if applicable - always include if unsure
or reporting UI issues):
http://pastebin.com/raw.php?i=c2nmfGCH
include if unsure or reporting UI issues): I'm running a print right now and will attach a screenshot of the error as soon as it's done.
I have read the FAQ.