Code Monkey home page Code Monkey logo

Comments (4)

Arksine avatar Arksine commented on July 20, 2024

The first thing I would check is the python version. Moonraker requires Python 3.7.

If your python version is correct, you could try running the application manually to see if an error is sent to stderr:

python3 ~/moonraker/moonraker/moonraker.py

from moonraker.

Makhaira avatar Makhaira commented on July 20, 2024

I may be having a similar issue. Trying to install at the moment and whilst the install script completes successfully I cannot get moonraker to start (no evidence in the klippy.log).

Running the moonraker.py check originally threw up an error with not having tornado so I've added that to python3 and now I can run moonraker.py but nothing happens.

Interestingly in the klippy.log it's reporting my python version as 2.7 even though I have 3.7 installed and have even tried setting a bash alias to redirect python to python3.

from moonraker.

Arksine avatar Arksine commented on July 20, 2024

Klippy requires Python 2, so it will report 2.7 as the verision. Moonraker requires Python 3.7 +. If moonraker.py is failing prior to creating /tmp/moonraker.log then it is likely still missing a dependency, running manually should produce an error. Unfortunately I do not own any devices that run Armbian so I am unable to provide much meaningful help. If the virtualenv installed correctly, running a slightly different command might be useful.

~/moonraker-env/bin/python ~/moonraker/moonraker/moonraker.py

from moonraker.

Arksine avatar Arksine commented on July 20, 2024

Since this discussion has concluded I am going to close this. Given that moonraker now runs as a systemd service it is now possible to possible to use journalctl to view the log as well as any error that may have prevented Moonraker from starting, ie:

sudo journalctl -u moonraker.service

from moonraker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.