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

HTTPStatusError: Client error '410 Gone' for example #59

Open
nocibambi opened this issue Oct 26, 2024 · 0 comments
Open

HTTPStatusError: Client error '410 Gone' for example #59

nocibambi opened this issue Oct 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nocibambi
Copy link

Describe the bug
I am just learning about The Graph and subgrounds. The example in the README.md throws the following error:

HTTPStatusError: Client error '410 Gone' for url 'https://api.thegraph.com/subgraphs/name/messari/aave-v2-ethereum'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410

To Reproduce
Install subgrounds

python -m pip install subgrounds

Try to execute the example

from subgrounds import Subgrounds

sg = Subgrounds()

aave_v3 = sg.load_subgraph("https://api.thegraph.com/subgraphs/name/messari/aave-v3-ethereum")

>>> HTTPStatusError: Client error '410 Gone' for url 'https://api.thegraph.com/subgraphs/name/messari/aave-v2-ethereum'
>>> For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410

Expected behavior
No error

Desktop (please complete the following information):

  • OS: Ubuntu 22.04

Python version (please complete the following information):

  • 3.13
@nocibambi nocibambi added the bug Something isn't working label Oct 26, 2024
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

1 participant