I am sending data to db.satnogs.org, and it arrives intermittently, some arrive, others do not, I send with skyroof like lw2dyb/gs since I cannot put the same token as the satnogs 1861 station, and I write here because I cannot open a topic new, I don’t know why.
Glad you find it useful. When we started at www.dk0tu.de with streaming the station roughly one year ago, we did it mainly for publicity. The stream is embedded in our website too:
The stream was also a nice exhibition piece for our presence at the German Chaos Communications Congress, showing guests the actual operation of a satnogs-based satellite ground station.
I became co-maintainer of satnogs-monitor too. If you have patches for the software, feel free to send them in (no AI-slop please).
I continue sending to DB as station LW2DYB/GS and not all of them impact the DB, only some, I don’t know if they are lost or rejected for some reason or if they remain on the stack and are old but it does not reflect what I sent. Thank you in advance, very good job
I can see that some (~40%) of the requests you send fail with 400 error code.
Usually this error code is returned in one of these cases:
Invalid NORAD ID (currently without the Alpha-5 support, sent NORAD ID should be a number, you can use the temporary NORAD ID for now until we release the Alpha-5 support)
Missing parameters, like missing latitude or longitude
Invalid station coordinates
Timestamp is in the future
Given that some request succeed, I tend to believe that the error comes either from using and Alpha-5 NORAD ID (the ones with letters) or from a timestamp that it is in the future.
Are there any logs from SKYROOF that we can see what is error is returned or the parameters of the request? That would be very useful to debug the issue.