Server Troubleshooting
Guide
Check the server software page for more information
Monitor the server log file
Guide here
Any time you are troubleshooting the server, make sure to save your calibrations.json file in a secure location before going further
If the log file is not updating (via
evolver tail -f
)If you have manually edited the conf.yml file, most likely you have made an error somewhere there
This could be formatting or a typo
Copy a conf.yml that you know works (for example to base eVOLVER conf.yml)
Using the server update guide as a reference
ONLY copy the conf.yml to
home/pi/evolver/evolver/
Otherwise you will overwrite your calibration files
Restart the server
Stop following the server using
ctrl+C
Type
restart evolver
evolver tail -f
The server log should now be updating each cycle
If not, and you have not recently updated the evolver.py or other python files, update them
Relevant Forum Posts
Directly Connecting to Rpi over USB
Last updated