-
Notifications
You must be signed in to change notification settings - Fork 636
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
Web Interface not working on Safari/iOS #507
Comments
I've previously posted the things I see in a browser on the other thread. Is there a serial terminal I can watch for debugging output? Would a remote session be of any value? I could provide you with a macOS with a fresh install and a couple of espurna devices on a network. |
If building the firmware yourself, please double check you have the proper version of ESPAsyncWebServer. There is an issue with WebSocket authentication (!!) on the latest versions. The recommended version is me-no-dev/ESPAsyncWebServer@313f337. |
1.12.1 work fine with SAFARI on Apple but not 1.12.3 :-(. |
The current version of Espurna seems to open fine on an Ipad in Safari, but not on Iphone. |
I have the same problem with safari 11.0.3 (13604.5.6) on macOS High Sierra with the official ESPURNA v1.12.4. Safari reports: [Error] WebSocket connection to 'ws://device.local/ws' failed: Unexpected response code: 401 This seems to be related to https://bugs.webkit.org/show_bug.cgi?id=80362. |
same Problem here:
and a blank page (don't mind the favicon.ico "error", i am fine with that) |
At the moment, the WS Auth setting in the web interface is the way to solve this issue. |
As reported by @serhatozkara.
The web management interface does not work from Safari. It returns a websocket 401 error.
This was allegedly solved a few week ago. Check #295. But a number of comments in issues #295, #506 and #384 suggest the opposite.
I cannot test this myself, I will appreciate help from anyone willing to test/hack the web.ino and websockets.ino modules.
The text was updated successfully, but these errors were encountered: