-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy/Telemetry/APRS Error Long Duration Raspberry Pi 3 #190
Comments
So is the remote unit even logging into telemetry sqlite db anymore? |
I'm not sure, looks like -25 is the last log in the system but only -2 is being updated after APRS.py restart... |
See the log file I posted? @kb1lqc |
Per
This is causing the float error since it is not a float as we expect. Problems
It appears as though the GPS Altitude of 17.4 was appended with a 3.90 to create 17.43.90 we see. notice the previous GPS Altitudes for @kb1lqd I believe it's firmware because I've seen the firmware do this however I guess it could be software since we really should be checking GPS Altitude as a float prior to inserting it into the database. However it is converted to a string so there is a change we are messing up in |
Having only restarted APRS.py on thursday after the crash and not seeing I'm not sure why it is now working but it's a good clue that it cleared itself after the restart, eventually. @el-iso I'm not sure yet but I think this is a question of both:
|
Summary
While letting a Raspberry Pi 3 run the noted commit run for ~1.5 days it seems that APRS.py errored. Telemetry and Proxy remained running although after a restart of APRS.py only ARPS uploading restarted for only 1 of two units. 1 Unit is local while the other is remote (RF).
Problem Explanation
This long duration test of proxy, telemetry, and APRS scripts ran for over a day but failed due to what looks like unexpected data/format from unit
KB1LQD-25
. The error crash APRS.py, I was logging proxy logs and telemetry logs. Restarting the APRS.py script refreshedKB1LQD-2
but notKB1LQD-15
.Environment
Software
Running Master:
commit 3d91490
Merge: 421aa2f 84c67be
Author: Reilly Grant [email protected]
Date: Mon Apr 24 00:23:35 2017 -0700
Hardware
Supporting Information
Logs
logs.db
telemetry.db
Logs.zip
Debugging
Proxy
Telemetry
APRS
APRS Stopped working randomly after many hours left running (~1.5 days). It seems like only APRS died.
I restarted APRS:
A little longer later…
KB1LQD-2 seems to have restarted but -25 did not… must be the one erroring:
The text was updated successfully, but these errors were encountered: