what is return code 255
Hi @Lino77,
It looks like there is some information missing from your bug report that will be needed in order to solve the problem. Read the Contribution Guidelines which will provide you with a template to fill out here so that your bug report is ready to be investigated (I promise I'll go away then too!).
If you did not intend to report a bug but wanted to request a feature or brain storm about some kind of development, please take special note of the title format to use as described in the Contribution Guidelines.
Please do not abuse the bug tracker as a support forum - that can be found at discourse.octoprint.org. Go there for any kind of issues with network connectivity, webcam functionality, printer detection or any other kind of such support requests or general questions.
Also make sure you are at the right place - this is the bug tracker of the official version of OctoPrint, not the Raspberry Pi image OctoPi nor any unbundled third party OctoPrint plugins or unofficial versions. Make sure too that you have read through the Frequently Asked Questions and searched the existing tickets for your problem - try multiple search terms please.
I'm marking this one now as needing some more information. Please understand that if you do not provide that information within the next two weeks (until 2019-07-17 11:00 UTC) I'll close this ticket so it doesn't clutter the bug tracker. This is nothing personal, so please just be considerate and help the maintainers solve this problem quickly by following the guidelines linked above. Remember, the less time the devs have to spend running after information on tickets, the more time they have to actually solve problems and add awesome new features. Thank you!
Best regards,
~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being, so don't expect any replies from me :) Your ticket is read by humans too, I'm just not one of them.
For questions or other kind of help or support, please get in touch on the community forum. The bug tracker is reserved for bugs, feature requests and brainstorming tickets. See also the Contribution Guidelines. Thank you! :)
Hi @Lino77,
Check the webcam settings if the path to FFMPEG is ok.
For me (Raspbian Buster Image) _/usr/bin/avconv_ was the wrong path.
I changed it to _/usr/bin/ffmpeg_ and now it works.
Check the webcam settings if the path to FFMPEG is ok.
For me (Raspbian Buster Image) _/usr/bin/avconv_ was the wrong path.
I changed it to _/usr/bin/ffmpeg_ and now it works.
I couldn't update plugins with older versions of OctoPi anymore so I imaged 0.17.0 and restored backups from my older installations. Everything worked except the above issue and this comment saved my day. Thanks @pfanntec !
I'm guessing the backup restoration to a newer version should probably auto-correct this specific issue as it was the only snag I encountered.
Most helpful comment
Hi @Lino77,
Check the webcam settings if the path to FFMPEG is ok.
For me (Raspbian Buster Image) _/usr/bin/avconv_ was the wrong path.
I changed it to _/usr/bin/ffmpeg_ and now it works.