Replies: 1 comment 4 replies
-
Hi yeah that nothing on you end, glances recently updated to api v4, hence why it throws an error. I already submitted a PR which got merged yesterday, just re-pull the latest dashy image from dockerhub and it should all work. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Finally figured out status checks, then tried some Widgets: down another rabbit hole!
Basically, with this in my conf.yml:
I get:
GET http://localhost:61208/api/3/load net::ERR_CONNECTION_REFUSED
In the browser log.
With this:
I get:
GET http://octosnap.local/cors-proxy 500 (Internal Server Error)
'octosnap.local' is the external URL of the Raspberry Pi on which Dashy is running (in a Docker container). The Glances server is running on the Raspberry Pi, not in a Docker container (although I have also tried it in a Docker container with the same result). The Dashy client is running in Vivaldi browser on a Windows machine on the same local network. http://octosnap.local:61208 works fine, bringing up the Glances Web Page in the same browser.
I believe I have read all the relevant documentation for both Dashy and for Glances. I am really puzzled, because this should be a well trodden path: I do not think I am doing anything unusual! Is there something I need to do to configure the CORS proxy that I have missed?
Beta Was this translation helpful? Give feedback.
All reactions