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

ConnectionError: Status 404 when retrieving repo brownie-mix/aave-flash information from GHAPI: 'Not Found' #17

Open
cryptodogofmax opened this issue Nov 8, 2021 · 1 comment

Comments

@cryptodogofmax
Copy link

cryptodogofmax commented Nov 8, 2021

When I was installing aave-flash by running brownie bake aave-flash, I have this error.
I've updated the GitHub token and still getting this error

aave-flashloan-mix git/main*  26s
(flashloan) ❯ brownie bake aave-flash
Brownie v1.17.1 - Python development framework for Ethereum

  File "brownie/_cli/__main__.py", line 64, in main
    importlib.import_module(f"brownie._cli.{cmd}").main()
  File "brownie/_cli/bake.py", line 26, in main
    path = project.from_brownie_mix(args["<mix>"], args["<path>"], args["--force"])
  File "brownie/project/main.py", line 608, in from_brownie_mix
    default_branch = _get_mix_default_branch(project_name, headers)
  File "brownie/project/main.py", line 1036, in _get_mix_default_branch
    raise ConnectionError(msg)
ConnectionError: Status 404 when retrieving repo brownie-mix/aave-flash information from GHAPI: 'Not Found'

Missing or forbidden.
If this issue persists, generate a Github API token and store it as the environment variable `GITHUB_TOKEN`:
https://github.blog/2013-05-16-personal-api-tokens/
@danielschutz
Copy link

This worked for me:

npm install @openzeppelin/[email protected]

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