Open mattirantakomi opened 11 months ago
With debug log enabled I can see that there is some bug with altitude positions:
2023-12-05 11:57:18,964 :: DEBUG :: add altitude for -3427 positions point
2023-12-05 11:57:19,058 :: DEBUG :: add altitude for -3428 positions point
2023-12-05 11:57:19,147 :: DEBUG :: add altitude for -3429 positions point
2023-12-05 11:57:19,207 :: DEBUG :: add altitude for -3430 positions point
2023-12-05 11:57:19,273 :: DEBUG :: add altitude for -3431 positions point
It seems that it will never stop/complete and will probably cause application become unresponsive.
Server suddenly stops responding. After restart it doesn't even print "* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)". When I remove info.db and restart again, it works for some time and then becomes unresponsive.
To Reproduce Steps to reproduce the behavior:
what command did you use docker image flobz/psa_car_controller:latest (3.2.0)
when the bug append ? 4th Dec
Does it persist after restarting the program? Yes
Does it persist after recreate config by going to http://server_address:port/config? /config doesn't even respond.
Config file Give the anonymize content of the config file
cars.json:
config.ini:
config.json:
Environment (please complete the following information):
OS: [e.g. Windows] Debian 11 / Docker version 24.0.7, build afdd53b
Brand and model of car Peugeot E-2008
Application version (commit number, branch or tag) docker image flobz/psa_car_controller:latest (3.2.0)
Log from http://server_address:port/log and browser console log