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 Tokens #147

Open
simple-marvin opened this issue Jan 2, 2024 · 3 comments
Open

Missing Tokens #147

simple-marvin opened this issue Jan 2, 2024 · 3 comments

Comments

@simple-marvin
Copy link

So when trying to get both tokens for specific pairs (not all but few pairs have that issue) then it throws an error for token0 or token1 depeding which token is missing.

This error exists since the graph failed for the first time 2-3 weeks ago.

example query:
{
pair(id:"0x8f1b19622a888c53c8ee4f7d7b4dc8f574ff9068") {
token0{id symbol}
token1{id symbol}
}
}

error message:
"message": "Null value resolved for non-null field token0"

etherscan pair:
https://etherscan.io/address/0x8f1B19622a888c53C8eE4F7D7B4Dc8F574ff9068#readContract

@simple-marvin simple-marvin changed the title Missing Tokens leads to crashes when accessing it via pair{} Missing Tokens Jan 2, 2024
@Data-Nexus
Copy link

When running this query, I get a successful result. Can this issue be closed?

@simple-marvin
Copy link
Author

The issue seems to be resolved now, thank you!

The graph needs to sync up, but it guess after it did, everything will work, so yeah this ticket can be closed.

@simple-marvin
Copy link
Author

how long will it take until its fully synced from now on?

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

No branches or pull requests

2 participants