Skip to content

Installation failes with urllib.error.HTTPError: HTTP Error 403: rate limit exceeded #1178

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

Closed
juxeii opened this issue Mar 17, 2025 · 1 comment

Comments

@juxeii
Copy link

juxeii commented Mar 17, 2025

Hi,

I am trying to install gef via
bash -c "$(curl -fsSL https://gef.blah.cat/sh)

Output is:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib64/python3.11/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib64/python3.11/urllib/request.py", line 525, in open
    response = meth(req, response)
               ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib64/python3.11/urllib/request.py", line 634, in http_response
    response = self.parent.error(
               ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib64/python3.11/urllib/request.py", line 563, in error
    return self._call_chain(*args)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib64/python3.11/urllib/request.py", line 496, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/usr/local/lib64/python3.11/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: rate limit exceeded

Python version is 3.11.9
Any ideas what might cause this?

@hugsy
Copy link
Owner

hugsy commented Mar 18, 2025

Hi @juxeii

I tried reproducing your issue but couldn't.
The problem must be coming from the setup on your end, we cannot really assist on this.

Feel free to ask for help on the Discord, but since it's not a bug related to GEF, I will close the issue.

Cheers

@hugsy hugsy closed this as completed Mar 18, 2025
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