-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Weather widget failing to fetch form Server: Receives 500 Internal Server Error #2067
Comments
Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly. |
Hello, This appears to be some kind of bug with node(?) and not an issue with Homarr, but might be something to know about and maybe any new changes in the future might help prevent or resolve this issue. I hope this helps correct any issues for anyone else who experiences this. |
Hello 👋, this issue has been open for 60 days without activity. We mark issues to help prioritise and close dead issues. Can you confirm that this issue is still relevant on the latest version? I'll remove the stale label as soon as there is further activity on this issue. Thank you 🙏 |
As of 0.15.3, this issue is still present |
I am experiencing this problem right now, it's frustrating and still no fix? |
Hi, as mentioned in #1993 , we are currently focusing on the development of the new version. Sorry that it takes longer for us to reply. Can you all confirm that you can retrieve https://geocoding-api.open-meteo.com/v1/search?name=Paris from your containers (not the host machine)? |
Hey @manuel-rw, Thanks for taking the time to look, no problems, take your time :)
I have just pulled down the latest dev branch as a test on the server, looks to be working perfectly 👍 Thank you very much for looking into the issue. This is solved for me. |
Closing, problem has been solved |
Environment
Docker
Version
0.15.3
Describe the problem
Hello,
I have recently setup Homarr on my server in a docker container, all is working fine except for the weather widget...
I have been trying to track down the issue but not found the root cause.
Having the widget on screen causes the browser to preform a network request, this receives a 500 error and logs nothing in the containers logs. Only giving me an error in the browsers dev tools network tab.
Logs
Weather fetch request
Find City request
Context
Notes and testing:
I have tried to locate the issue and done the following things
geocoding-api.open-meteo.com
const res = await fetch(`https://geocoding-api.open-meteo.com/v1/search?name=${query})
or line 65 inweather.ts
linkAt this point, I am not sure what else could be the issue and why it is only affecting the one system, hopefully this is helpful for any one else who has had a similar issue or has some knowledge on what it could be.
I don't know this is so much a bug with Homarr, but it could be an issue on NextJS or my system in a configuration causing this issue.
OS: Ubuntu Server 24.04
Homarr version: 0.15.3
Please tick the boxes
The text was updated successfully, but these errors were encountered: