You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error when trying to connect with socket server :
websocket error at node_modules\engine.io-client\lib\transport.js:null in Transport.prototype.onError at node_modules\engine.io-client\lib\transports\websocket.js:null in ws.onerror at node_modules\event-target-shim\dist\event-target-shim.js:null in EventTarget.prototype.dispatchEvent at node_modules\react-native\Libraries\WebSocket\WebSocket.js:null in _eventEmitter.addListener$argument_1 at node_modules\react-native\Libraries\vendor\emitter\_EventEmitter.js:null in EventEmitter#emit at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __callFunction at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __guard$argument_0 at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __guard at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in callFunctionReturnFlushedQueue
I am trying to connect to using following code to connect
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting an error when trying to connect with socket server :
websocket error at node_modules\engine.io-client\lib\transport.js:null in Transport.prototype.onError at node_modules\engine.io-client\lib\transports\websocket.js:null in ws.onerror at node_modules\event-target-shim\dist\event-target-shim.js:null in EventTarget.prototype.dispatchEvent at node_modules\react-native\Libraries\WebSocket\WebSocket.js:null in _eventEmitter.addListener$argument_1 at node_modules\react-native\Libraries\vendor\emitter\_EventEmitter.js:null in EventEmitter#emit at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __callFunction at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __guard$argument_0 at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __guard at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in callFunctionReturnFlushedQueue
I am trying to connect to using following code to connect
`
SOCKETURL = "http://139.59.72.1/connectSocket";
Am i writing it wrong , is it path i am using wrong , Please help me
Thank you
Beta Was this translation helpful? Give feedback.
All reactions