LogoLogo
MainsailMainsailOSCrowsnest
  • Crowsnest
  • Setup
    • Installation
      • Multi Instance Install
    • Uninstall
    • Additional options
  • Configuration
    • Sample config
    • [crowsnest] section
    • [cam] section
  • FAQ / Trouble Shoot
    • Backends from Crowsnest
    • Upgrade from v3 to v4
    • Use legacy branch on Buster
    • How to use identical USB Cam models twice?
    • How to setup a Raspicam?
    • How to use WYZE-Cams?
    • Error 127 in line 31
    • Help!
  • Extras
    • CustomPIOS Module
    • Backends
    • ❤️Credits
  • Github
Powered by GitBook
On this page
  • My log says...
  • What should I do?

Was this helpful?

Edit on GitHub
  1. FAQ / Trouble Shoot

Error 127 in line 31

My log says...

[11/19/22 17:06:08] crowsnest: ERROR: Error 127 occured on line 31

What should I do?

This error indicates that, in the build process of ustreamer something went wrong. Sometimes an update of ustreamer dependencies might also lead to that error message. That is an easy fix, you have to do.

Simply copy & pasta the following commands:

sudo systemctl stop crowsnest.service
cd ~/crowsnest
make buildclean
make build
sudo systemctl start crowsnest.service

This should fix your error.

PreviousHow to use WYZE-Cams?NextHelp!

Last updated 2 years ago

Was this helpful?