-
Notifications
You must be signed in to change notification settings - Fork 100
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
OpenWeather API call crash (curl error) #202
Comments
Openweather is turning off the api that we use. There's a branch with the
changes to the new api but I haven't had time to validate that the weather
is working properly.
…On Fri, Jun 28, 2024, 6:19 AM fernplant ***@***.***> wrote:
I had a working install on a RPi 4 but have migrated to a Proxmox setup. I
really like the simplicity of sprinklers_pi so I got it running inside an
LXC (all irrigation valves are triggered by remote ESP8266s). Everything is
working well now except when a weather call is made the program crashes.
Log is unfortunately not helpful but says:
2024/06/28 04:12:35 Get Today's Weather
2024/06/28 04:12:35 curl error output:
I then have to manually restart the service. Any tips on how to further
troubleshoot? Thanks much
—
Reply to this email directly, view it on GitHub
<#202>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIJXFKOY7WIAE7RUTOM2DZJTP65AVCNFSM6AAAAABKBDLNCGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TSNJTG44DMMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@fernplant: See #200 and #201 |
Thank you both. I guess it was coincidence this happened just as I migrated systems, weird. Ill keep weather off for now but hope for a fix. Thanks again |
I just updated to v2 RC1 using the new OpenWeather v3 API and Im unfortunately having the same issue. Crashes on the curl. Maybe an issue specific to my peculiar install (not on a Pi)? Not sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a working install on a RPi 4 but have migrated to a Proxmox setup. I really like the simplicity of sprinklers_pi so I got it running inside an LXC (all irrigation valves are triggered by remote ESP8266s). Everything is working well now except when a weather call is made the program crashes. Log is unfortunately not helpful but says:
2024/06/28 04:12:35 Get Today's Weather
2024/06/28 04:12:35 curl error output:
I then have to manually restart the service.
Ive confirmed the LXC container can contact the outside world
Any tips on how to further troubleshoot? Thanks much
The text was updated successfully, but these errors were encountered: