Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

HTTPError: 403 Client Error: Forbidden for url: https://mainnet.infura.io/ #170

Closed
AndreMiras opened this issue Mar 2, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@AndreMiras
Copy link
Owner

https://sentry.io/organizations/andre-5t/issues/1542545538/?referrer=github_plugin

HTTPError: 403 Client Error: Forbidden for url: https://mainnet.infura.io/
(41 additional frame(s) were not displayed)
...
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/etheroll/web3/middleware/formatting.py", line 48, in apply_formatters
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/etheroll/web3/middleware/exception_retry_request.py", line 83, in middleware
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/etheroll/web3/providers/rpc.py", line 68, in make_request
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/etheroll/web3/_utils/request.py", line 27, in make_post_request
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/etheroll/requests/models.py", line 940, in raise_for_status

HTTPError: 403 Client Error: Forbidden for url: https://mainnet.infura.io/
@AndreMiras
Copy link
Owner Author

This happened today when somebody tried to send ETH

@AndreMiras AndreMiras added the bug Something isn't working label Mar 2, 2020
@AndreMiras
Copy link
Owner Author

Sentry issue: ETHEROLL-BE-3E

@AndreMiras
Copy link
Owner Author

Infura started requiring an API key AndreMiras/pyetheroll#9

AndreMiras added a commit that referenced this issue Mar 21, 2020
Introduces `python-dotenv` to load environment variables and inject API
keys for both Etherscan and Infura.
AndreMiras added a commit that referenced this issue Mar 21, 2020
Introduces `python-dotenv` to load environment variables and inject API
keys for both Etherscan and Infura.
Also bumps Pillow version, closes #166.
AndreMiras added a commit that referenced this issue Mar 22, 2020
Introduces `python-dotenv` to load environment variables and inject API
keys for both Etherscan and Infura.
Also bumps Pillow version and pins hostpython3 to match python3 closes #166.
AndreMiras added a commit that referenced this issue Mar 22, 2020
Introduces `python-dotenv` to load environment variables and inject API
keys for both Etherscan and Infura.
Also bumps Pillow version and pins hostpython3 to match python3 closes #166.
AndreMiras added a commit that referenced this issue Mar 22, 2020
Introduces `python-dotenv` to load environment variables and inject API
keys for both Etherscan and Infura.
Also bumps Pillow version and pins hostpython3 to match python3 closes #166.
AndreMiras added a commit that referenced this issue Mar 22, 2020
Introduces `python-dotenv` to load environment variables and inject API
keys for both Etherscan and Infura.
Also bumps Pillow version and pins hostpython3 to match python3 closes #166.
Last, pins `virtualenv<20` to fix the Android build, error was:
```
Traceback (most recent call last):
  File "/home/user/.local/bin/virtualenv", line 7, in <module>
    from virtualenv import main
ImportError: cannot import name 'main
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant