The openwrt widget is working abnormally #3530
Replies: 5 comments 2 replies
-
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided, it seems that the OpenWRT widget for the R2S device is not displaying correctly in the Homepage dashboard, despite the curl requests returning valid data when tested directly on the host machine. This suggests that the issue may not be with the OpenWRT device or its configuration, but rather with how Homepage is processing or displaying the data. Here are some steps you can take to troubleshoot the issue further:
If you provide the output from the troubleshooting steps, especially the Homepage container logs, it would help in diagnosing the issue further. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
Notice the http status is a 504 gateway timeout, thats usually a networking issue. Did you run those calls from inside the homepage container (not the host)? |
Beta Was this translation helpful? Give feedback.
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
I have configured widgets for two of my OpenWRT systems, but only one is working correctly, the other isn't
homepage version
0.8.13
Installation method
Docker
Configuration
Container Logs
Doesn't seem to have anything to do with the openwrt widget.
Browser Logs
Troubleshooting
I tried to build two curl requests based on the source code, and tested the one with the error on the host machine
respectively, returned the following
It looks fine. I don't know what's wrong with it.
Beta Was this translation helpful? Give feedback.
All reactions