Skip to content
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

Closed
pharms-eth opened this issue Jun 23, 2022 · 8 comments
Closed

Missing or invalid socket data #122

pharms-eth opened this issue Jun 23, 2022 · 8 comments
Labels
question Further information is requested

Comments

@pharms-eth
Copy link

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

@pharms-eth
Copy link
Author

I just ran the sample app and got the same error

@pharms-eth
Copy link
Author

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

@pharms-eth
Copy link
Author

I have determined the Missing data response comes from the request JSON:
{"payload":"","topic":"44e88c86-502a-4c24-8687-72b760951f08","type":"sub"}

@pharms-eth
Copy link
Author

it is sending it to https://n.bridge.walletconnect.org
it is part of the connection flow
I don't see any missing settings on my end, so unsure what your API is expecting

@DmitryBespalov
Copy link
Collaborator

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
https://github.com/safe-global/safe-ios/blob/main/Multisig/UI/WalletConnect/Server/WalletConnectServerController.swift

@DmitryBespalov DmitryBespalov added the question Further information is requested label Jun 28, 2022
@pharms-eth
Copy link
Author

pharms-eth@1d6942b

@DmitryBespalov
Copy link
Collaborator

@pharms-eth please check the latest master branch, we've removed Starscream in #124

@DmitryBespalov
Copy link
Collaborator

Fixed in v1.7.0

The sample apps will be updated a bit later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants