Regarding Observation 5046071 …
Hi hopestation,
This is a comprehensive troubleshooting guide that covers most common issues:
https://wiki.satnogs.org/Troubleshooting
First thing to do is to set logging to DEBUG via satnogs-setup
Then look for /var/log/syslog error messages at the beginning/end of the observation in question.
grep satnogs-client /var/log/syslog* | grep -iE “warning|error|fail|exit|cannot”
The -i means case insensitive. Or use ‘journalctl’
journalctl -f -u satnogs-client.service
Looking at your metadata you have your Antenna parameter set as
SoapySDRUtil --probe 2>&1| grep Antennas
Try setting antenna to just ‘RX’ instead