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

useCalls randomly got left out #835

Open
JasonHe-da opened this issue Jun 21, 2022 · 5 comments
Open

useCalls randomly got left out #835

JasonHe-da opened this issue Jun 21, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@JasonHe-da
Copy link

Describe the bug
Our project has a custom hooks that will go to different chain id and fetch the data to the frontend. We are using useCalls for each chainid.
Screen Shot 2022-06-21 at 16 19 27
F4F4C948-C35C-4A2F-8273-193997D8886B_4_5005_c
The issue is sometimes, the useCalls will be left out for specific chain, and in usedapp dev tool, it shows it is not even got called:
correct numbers of call:
E131B338-177C-4FDB-889B-D11BD2987159
incorrect numbers of call:
2B366623-8A3D-4C79-A615-CCBB652E8C89
In this case, one of three chains information is not getting called on.
those calls are never got executed(we have set refresh to 'never').
It happens randomly.

Does anyone knows why that is happening and how to fix it?

Software versions

  • useDapp version: 1.0.10
@JasonHe-da JasonHe-da added the bug Something isn't working label Jun 21, 2022
@yivlad
Copy link
Collaborator

yivlad commented Jun 22, 2022

Hey @JasonHe-da , does the issue still persist in the latest version of useDApp (1.0.12)?

@JasonHe-da
Copy link
Author

@yivlad it is still not working: it turns out to be one of three useCalls return undefined for all the data randomly and not even trigger calls in the usedapp dev tool, but if we use useCalls for only one chain, it works just fine

@mj426382 mj426382 reopened this Jun 23, 2022
@mj426382
Copy link
Contributor

@JasonHe-da can you show us your config?

@JasonHe-da
Copy link
Author

@mj426382 @yivlad
7073E291-03B9-499D-985D-DEF5A7ECC944

@yivlad
Copy link
Collaborator

yivlad commented Jun 24, 2022

@JasonHe-da I have been trying to reproduce what you were talking about, but unfortunately with no luck. Can you provide minimal reproducible example or some other guidance how to reproduce the bug? (I'm assuming that in config you showed us you deleted readOnlyUrls and mutlicallAddresses)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants