-
Notifications
You must be signed in to change notification settings - Fork 2
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
QR Image Not Loading #6
Comments
Hello, It appears the app did not receive a response from the WalletConnect relay. Could you please answer a few questions to help me better understand the situation?
|
I found more logs when I enabled logging in the config, this comes after the logs I sent above. (I removed the params in-case my app id is in there) Sometimes if I try to reload a QR after this I get a couple expired topic logs, then an unsubscribe log: |
I just tried a build and it seems to be the same issue, so not just an editor problem. Though when I ran the build I did notice this warning about an uncompiled Assembly Definition File. This might be the culprit since I think its a barcode library. There doesn't seem to be any scripts alongside the dll. |
@WoodsFiend thank you providing more information 🙏 It looks like the problem is with the ZXing library used for generating QR code images. I'm looking into it. Meanwhile, can you confirm if the "Copy link" button on the screen where the QR code should appear is working for you? Does it copy the WalletConnect connection URI? |
@skibitsky Yes it does copy the WalletConnect connection URI |
Hey @WoodsFiend, Sorry for the delay. I have fixed the warning in the recent release. Could you please upgrade Web3Modal to v0.3.2 and check if the issue persists? |
I also have this issue. |
@mrsaleh do you use linear or gamma color space? |
@skibitsky Linear color space. I changed it to gamma, still the same issue. |
I just manually generated QRCode , and it worked , I also achieved to connect my trust wallet by scanning the QRCode. So I'm pretty sure QRCode generation is the issue. `[SerializeField]
|
@skibitsky I opened a pull request for this #16 Apparently it was the QRCode generator library issue. I will also report the issue to the library repository. Maybe in the future we can get back to higher resolution. |
Hey @mrsaleh, Thank you for this! Could you please provide more details about your issue?
|
Hey @mrsaleh @WoodsFiend, Could you please upgrade to v0.4.2 and check if that solves the issue? |
After setting up Web3Modal by following the documentation, no QR codes are loading for me to scan when testing in the editor.
Unity Version: 2022.3.11f1
Web3Modal Version: 0.3.1
There doesn't seem to be any errors and the logs seem to indicate I established a connection.
Connector.Connect UnityEngine.Debug:Log (object) WalletConnect.Web3Modal.Connector:Connect () (at ./Library/PackageCache/[email protected]/Runtime/Connectors/Connector.cs:62)
Got connection UnityEngine.Debug:Log (object) WalletConnect.Web3Modal.Connector:Connect () (at ./Library/PackageCache/[email protected]/Runtime/Connectors/Connector.cs:68)
The text was updated successfully, but these errors were encountered: