-
Notifications
You must be signed in to change notification settings - Fork 290
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
Websocket failed: KeyError: 'ubid-main' #127
Comments
That looks like a bug as the cookie entry is missing from your cookies and is actually required to use websockets as it's used to build the url. What region are you in? Are you comfortable debugging directly in python? Are you in an environment where you can edit or replace the alexapy files directly (i.e. everything but hass.io I think)? Are you able to use the Alexa webapp at alexa.amazon.com (or whatever region you're at?) If you can, you can try to catch the WebSocket connection for your region using your browsers dev tools while on the Web player. Here's chrome's tutorial. |
Also, let me know if you lost any functionality. It should be falling back to the 1.2.1 functionality so you shouldn't lose anything as result of websockets not working. |
@Obicom The releases page. |
but let me mention I found no functional restrictions with this error ... |
Just upgraded to the latest version 1.2.2, and I'm running HA 0.90.b3, however it fails to start with the following error, is there something I'm missing?
EDIT: Fixed log formatting
The text was updated successfully, but these errors were encountered: