Page 1 of 1

Meteobridge RPi "Stalling" Weather Network Uploads. **solved**

Posted: Sat May 10, 2025 1:31 pm
by grwkak
Updated to the latest version with the Aurora cloud dashboard. Couple of times now I have found it has stopped uploading data to weather networks. There is nothing in the log indicating an issue, but the upload status indicates the last uploads were hours ago (and were successful). An example below. Its 7:29am here and the last upload seems to be around 1am. Rebooting usually fixes the stall. I have not rolled back my version yet - but this started directly after updating. Data is still being recorded locally and connections to sensors are good.
Screenshot 2025-05-10 072708.jpg
Screenshot 2025-05-10 072708.jpg (78.46 KiB) Viewed 2499 times

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Sun May 11, 2025 12:57 pm
by grwkak
It was good this morning after a reboot yesterday. The last time, it took about two days until it happened. I changed the upload interval for the Aurora cloud from 2 to 5 minutes, just in case there were too many uploads.

Other than that, not sure of the cause.

Guy

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 12, 2025 12:16 am
by admin
Does buffer shown on "System - Info" tab fill up over time?
If so you are sending something too often or do too much retries.

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 12, 2025 1:16 am
by grwkak
Right now it says:

1 days, 11 hours, 43 minutes Buffer: 2 items (0%)

So seems fine, but will monitor.

Guy

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 12, 2025 9:07 am
by admin
when you give me a remote login once it occurs again, I could further investigate.

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 12, 2025 12:29 pm
by grwkak
Thanks, I would email next time with credentials. I assume no reboot to restart the uploads?

Guy

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 12, 2025 1:37 pm
by admin
grwkak wrote: Mon May 12, 2025 12:29 pm I assume no reboot to restart the uploads?
yes, exactly.

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 26, 2025 10:00 pm
by grwkak
@admin

seems I have a stalling situation. Buffer is filling - I will email credentials for you to look if you could.

Uptime: 3 days, 8 hours, 52 minutes Buffer: 26 items (3%)

Guy

Re: Meteobridge RPi "Stalling" Weather Network Uploads

Posted: Mon May 26, 2025 11:00 pm
by admin
I found the reason. On your RPI install the ssl version of wget can get stalled under certain circumstances. I built a timeout wrapper around the call, that terminates operation after some time. By doing so the event is removed that blocks the queue from being processed.

Re: Meteobridge RPi "Stalling" Weather Network Uploads. **solved**

Posted: Mon May 26, 2025 11:22 pm
by grwkak
Thanks! Took a while to show - I also had issues with my web server and FTP that required a reboot to check.

Guy