-
Notifications
You must be signed in to change notification settings - Fork 4
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
xhr poll error on intranet domain #1
Comments
Can you test with If you don't see Give me the version of your Uptime Kuma (Docker tag of the image used). And do you use a reverse proxy in front of your kuma ? Thanks |
Hi there, Updated plugin to 1.1.2, tested it with https://uptime.marlburrow.io, same result: xhr poll error. Should that work? If yes, then it could be me I guess. I use the latest kuma version, tag is louislam/uptime-kuma:1 - last pulled 6 days ago. No reverse proxy. |
Uptime Kuma is using the default CORS policy. I believe @wortkrieg's result is expected. @MarlBurroW I think you can reproduce by using my instance: |
@louislam thank you very much for your reply. I'm not able to reproduce on your instance, the socket request is allowed without any CORS restrictions like on mine. I agree this error is expected on an end-user browser, but I think the built-in Chromium instance integrated in the Streamdeck software have less CORS restrictions than classic browsers (probably to give more flexibility to developers) Some users reported CORS issues on early major 6 of the Streamdeck Software. So my guess is @wortkrieg hasn't the latest version of the Streamdeck software installed (Hope so). |
Ok, updating stream deck software fixed the issue. Now I can connect to any instance without xhr failure. Shame on me for not checking my software version first. Good work, @MarlBurroW digging into reddit and finding this thread. |
Thanks again for your report, I'll link this issue in the troubleshooting section (in README.md) |
Just an FYI - OSX users using Mojave can't update to Stream Deck 6. Yes Mojave is outdated, initially being released in September 2018, but it's also the latest OSX that users of the also outdated cheesegrater Mac Pro's can upgrade to (without significant hacking). Using 5.3.3 I get the CORS error. |
Hi there,
I tried to spin this up on our uptime kuma. Two things could be the problem:
When trying to connect to my domain http://uptime.xy.intranet/ in the PI, I get "xhr poll error".
Having a look at the debugger I get:
Let me know if more information required.
The text was updated successfully, but these errors were encountered: