WalletConnect / WalletConnectModalFlutter

The WalletConnectModal for WalletConnect built using Flutter.
https://pub.dev/packages/walletconnect_modal_flutter
Apache License 2.0
20 stars 18 forks source link

Timeout Exception #29

Closed 0xemrekaya closed 11 months ago

0xemrekaya commented 11 months ago

Describe the bug When wallets are seeming in the screen, I click Metamask but the exception is throwing in VSC: "Exception has occurred. TimeoutException (TimeoutException after 0:00:00.000000: Future not completed)"

To Reproduce For the example repository (in WalletConnectModalFlutter)

  1. Click on 'Etherum' chain
  2. Click on 'Connect Wallet' button
  3. Click on 'Metamask' wallet button
  4. The error is showing: image

Smartphone and Flutter details:

I tried "2.1.7", "2.1.5", "2.1.4" version of WalletConnectModalFlutter package but the error is still going.

quetool commented 11 months ago

Hello @emrekaya035 ! Can you please confirm that by unchecking "Uncaught Exceptions" checkbox on VSCode you can move forward? (also continue execution should be fine)

Screenshot 2023-09-05 at 18 01 29

0xemrekaya commented 11 months ago

Hi @quetool, In VSCode the "Uncaught Exceptions" checkbox was check and I unchecked it. Thanks for response, it worked.

quetool commented 11 months ago

@emrekaya035 thanks for confirming that. Just to be clear, it's good to have that checkbox checked as it will help you identify exceptions. I wanted to be sure that indeed by temporarily disabling it you were able to move forward. You can also move forward by clicking your run ▶️ button on VSCode (or F5 key if running from command line).