-
-
Notifications
You must be signed in to change notification settings
8000
- Fork 126
Weather error #60
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
Comments
Same issue :( | Perchance are you also on a Pi Zero W (not Pi Zero 2W) |
@cellfreak @stemow This is likely an issue when when taking a screenshot to generate an image. Can you provide the logs? You can find instructions here: troubleshooting.md Also, are you using a Pi Zero W? |
Looks like hardware limitation of Pi Zero: Mar 21 07:28:51 stemow-inky inkypi[404]: 07:28:51 - INFO - werkzeug - 192.168.1.39 - - [21/Mar/2025 07:28:51] "GET /plugin/weather HTTP/1.1" 200 - |
FWIW, I'm getting the same error message and log error, and I'm using a Pi Zero 2W... |
How interesting. I pulled a Pi Zero 2W and set it up for this project and it works perfectly. I flashed PiOS bookworm with desktop image. |
So I just did a full reflash/rebuild with PiOS bookworm and it is now working for me as well. I honestly don't recall what I selected when I first set this up, but it is entirely possible that I chose a headless version of PiOS thinking that there's no point in installing desktop support--which makes it possible that there is a component that requires one or more of the libraries only available when you do a full desktop install? Just a guess in the dark... |
@cellfreak based on your latest comment, it seems like its working for you now. Is this issue good to close? |
Hello fatihak: I got the same error - weather screenshot is dead OS:Raspberry Pi OS 64bit lite Bookworm Apr 09 06:41:24 LoneOne-Weather-Board inkypi[582]: File "/home/loneone/InkyPi/src/refresh_task.py", line 106, in _run |
Getting this error. Error! An error occurred: 'NoneType' object has no attribute 'save'
I have created an API and saved it to the .env
OpenWeather shows 9 calls
This URL does return weather data using my lat long and API
https://api.openweathermap.org/data/3.0/onecall?lat= API
The text was updated successfully, but these errors were encountered: