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
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
import ooba
File "/usr/local/lib/python3.10/site-packages/ooba/__init__.py", line 1, in <module>
from .download import download
File "/usr/local/lib/python3.10/site-packages/ooba/download.py", line 2, in <module>
from .utils.ensure_repo_exists import ensure_repo_exists
File "/usr/local/lib/python3.10/site-packages/ooba/utils/ensure_repo_exists.py", line 8, in <module>
TAG = get_latest_release()
File "/usr/local/lib/python3.10/site-packages/ooba/utils/get_latest_release.py", line 8, in get_latest_release
raise Exception("Failed to fetch latest release from GitHub API.")
Exception: Failed to fetch latest release from GitHub API."
and the server is downloading other stuff from the web fine.
Looks like this issue is better here, as its the ooba check that is failing:
OpenInterpreter/open-interpreter#713
The text was updated successfully, but these errors were encountered: