Page 1 of 1

Getting API upload error after NANOSD rebooted and updated

Posted: Wed Dec 24, 2025 6:54 pm
by tomas21
NanoSD has worked solid for years.. no changes...

Last night NanoSD rebooted and grabbed latest update..

Seems to coincide around time my uploads stopped to personal webserver with the API upload config.... any ideas ?

Code: Select all

Meteobridge settings successfully reloaded
Error: 34 Meteobridge: 2025-12-24 08:47:25 URL:https://XXXXXXXXXX/mb.php?d= [0/0] -> "-" [1] 

Re: Getting API upload error after NANOSD rebooted and updated

Posted: Sat Dec 27, 2025 11:52 am
by admin
As far as I remember it also loads the parameter definition for feeding the "34 Meteobridge" upload to your web server. When I get you code snippet right there is not data added past the "d=" string. Which is odd.

Do you still have the issue? If so I could login remotely and check a few things, of you send me credentials.

Re: Getting API upload error after NANOSD rebooted and updated

Posted: Sat Dec 27, 2025 6:35 pm
by tomas21
Looks like I discovered the potential issue...PHP version upgrade on webserver

My web server has always run 7.4 but I upgraded to a newer version 8.x given the new Aurora Meteobridge November 2025 template prefers... When I did that my older William (Lightmaster) Weather34 template stopped loading giving 500 error and the upload failed from NanoSD to the API url.

If I roll back to PHP 7.x there is no issues other than my expanded large weather cam php in Aurora Meteobridge November 2025 doesn't load and I had to hard code url in the config file..

So i'm going to say the breakage is due to upgrading to PHP 8.x on my webserver...