-
Notifications
You must be signed in to change notification settings - Fork 168
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
Missing or invalid socket data #122
Comments
I just ran the sample app and got the same error |
I have attempted on Device and simulator and get the same results. It seems the backend the socket connects to is returning this value. not sure what data is incorrect |
I have determined the Missing data response comes from the request JSON: |
it is sending it to https://n.bridge.walletconnect.org |
Hi, please use the library version 1.6.0 while we'll be working on a new update to fix the ongoing issues. For the working example of the wallet connect in a published app, you can browse the code starting from |
@pharms-eth please check the latest |
Fixed in v1.7.0 The sample apps will be updated a bit later |
I am trying to setup the connection, when I scan a QR code I end up getting the message "Missing or invalid socket data"
additionally the delegate methods do not get called
The text was updated successfully, but these errors were encountered: