We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed this on a Room Bar Pro running RoomOS 11.20.0.15 e52e7cc1e4d
I followed the installation guide as written and the web page noted that the socket quitted unexpectedly
I opened up RemoteDebugging on the device and saw this error in the console
jsxapi.js:5053 WebSocket connection to 'wss://localhost/ws' failed
I tried some additional config changes outside the guide with no luck
Upon inspecting the source in the remoteDebugger tool, I found that ipAddress is available as a URL parameter, using this resolved my issue.
ipAddress
I would recommend adding this as a troubleshooting step to your readme file
Also, for configuration changes, I recommend having a list of raw xAPI in addition to your steps for quicker execution
xConfiguration WebEngine Mode: On xConfiguration Security Xapi WebSocket ApiKey Allowed: True
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed this on a Room Bar Pro running RoomOS 11.20.0.15 e52e7cc1e4d
I followed the installation guide as written and the web page noted that the socket quitted unexpectedly
I opened up RemoteDebugging on the device and saw this error in the console
I tried some additional config changes outside the guide with no luck
Upon inspecting the source in the remoteDebugger tool, I found that
ipAddress
is available as a URL parameter, using this resolved my issue.I would recommend adding this as a troubleshooting step to your readme file
Also, for configuration changes, I recommend having a list of raw xAPI in addition to your steps for quicker execution
The text was updated successfully, but these errors were encountered: