You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: