Server Troubleshooting
Last updated
Was this helpful?
Last updated
Was this helpful?
If a parameter is not working properly, often the first place to check for issues is the server
Monitor the server log file
Guide
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 )
Using the server update 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,