Facing issues wihile trying to connect to controller & simulatoor device via wensocket #132
Closed
praveen2211
started this conversation in
General
Replies: 2 comments
-
|
@praveen2211 Oktopus don't support device websockets connection yet, link of the issue: #100 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@praveen2211 It's scheduled to be done in December first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@leandrofars I tried to connect to simulator device & controller via websocket by changing few params in websockets_factory_reset_example file but we are facing below errors not sure if any other params needs to be changed.
Error -
ServiceInactiveWebsockServer: Failed to restart WebSocket server. Retrying in 5 seconds
Attempting to connect to host=localhost (port=8080, unencrypted, path=/) from interface=eth0
HandleWscEvent_Error: Error (HS: ws upgrade response not 101) occurred on websocket connection to endpoint_id=os::4851CF-000000000002 (host=localhost)
HandleWscEvent_Destroyed: Closed connection to os::4851CF-000000000002
ScheduleWsclientRetry: Retrying connection in 122 seconds (retry_count=5)
StartWebsockServer: lws_create_context() failed
ServiceInactiveWebsockServer: Failed to restart WebSocket server. Retrying in 5 seconds
StartWebsockServer: lws_create_context() failed
ServiceInactiveWebsockServer: Failed to restart WebSocket server. Retrying in 5 seconds
StartWebsockServer: lws_create_context() failed
ServiceInactiveWebsockServer: Failed to restart WebSocket server. Retrying in 5 seconds
StartWebsockServer: lws_create_context() failed
Beta Was this translation helpful? Give feedback.
All reactions