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
What is the current behavior and expected behavior?
I'm requesting with the wss://westend-rpc.polkadot.io node endpoint for the websocket; however, I'm not able to establish a connection with the endpoint.
Current Behavior:
I'm trying to retrieve the api through inputting the wss://westend-rpc.polkadot.io endpoint into the websocket. However, it returns this message: API-WS: disconnected from wss://westend-rpc.polkadot.io: 1006:: The operation couldn’t be completed. (OSStatus error -9836.)
while running on android it is connected but giving issue in ios.
Expected Behavior:
Establish a connection with the wss://westend-rpc.polkadot.io node endpoint.
** What is the motivation for changing the behavior?**
Currently, I'm trying to establish a connection, and retrieve data. However, I cannot go to the next step, due to this issue.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
I'm requesting with the wss://westend-rpc.polkadot.io node endpoint for the websocket; however, I'm not able to establish a connection with the endpoint.
Current Behavior:
I'm trying to retrieve the api through inputting the wss://westend-rpc.polkadot.io endpoint into the websocket. However, it returns this message: API-WS: disconnected from wss://westend-rpc.polkadot.io: 1006:: The operation couldn’t be completed. (OSStatus error -9836.)
while running on android it is connected but giving issue in ios.
Expected Behavior:
Establish a connection with the wss://westend-rpc.polkadot.io node endpoint.
Currently, I'm trying to establish a connection, and retrieve data. However, I cannot go to the next step, due to this issue.
Please tell us about your environment:
"@polkadot/api": "^12.4.2",
"react": "18.3.1",
"react-native": "0.75.2",
Version:
Environment:
React-native
Language:
The text was updated successfully, but these errors were encountered: