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

Cannot run camoufox fetch [404] #135

Closed
pureraven opened this issue Dec 13, 2024 · 1 comment
Closed

Cannot run camoufox fetch [404] #135

pureraven opened this issue Dec 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pureraven
Copy link

Describe the bug:

I cannot run camoufox fetch,

camoufox fetch
Camoufox binaries up to date!
Current version: v133.0-beta.19
Traceback (most recent call last):
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/bin/camoufox", line 8, in <module>
    sys.exit(cli())
             ~~~^^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/camoufox/__main__.py", line 89, in fetch
    download_mmdb()
    ~~~~~~~~~~~~~^^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/camoufox/locale.py", line 212, in download_mmdb
    webdl(
    ~~~~~^
        MMDB_URL,
        ^^^^^^^^^
        desc='Downloading GeoIP database',
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        buffer=f,
        ^^^^^^^^^
    )
    ^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/camoufox/pkgman.py", line 436, in webdl
    response.raise_for_status()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/nick/Files/work/evt/evt-apps/shelf/pjfinder/.venv/lib/python3.13/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/P3TERX/GeoLite.mmdb/releases/download/2024.12.13/GeoLite2-City.mmdb

Screenshots:

Screenshot_20241213_121518

To Reproduce:

only run, camoufox fetch

Version:

Pip package: v0.4.4
Camoufox: v133.0-beta.19 (Up to date!)

@pureraven pureraven added the bug Something isn't working label Dec 13, 2024
@pureraven
Copy link
Author

#134

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