ZracheSs-xyZ / PayoutScript-xyZ

70 stars 51 forks source link

How do I solve this issue? #7

Closed Yoshiyoshianoni closed 2 years ago

Yoshiyoshianoni commented 2 years ago

Checking for unclaimed SLPTraceback (most recent call last): File "PayoutScript-xyZ.py", line 71, in nonce = nonces[account_address] = web3.eth.get_transaction_count(account_address) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/module.py", line 57, in caller result = w3.manager.request_blocking(method_str, File "/home/yochabel/.local/lib/python3.8/site-packages/web3/manager.py", line 186, in request_blocking response = self._make_request(method, params) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/manager.py", line 147, in _make_request return request_func(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters response = make_request(method, params) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py", line 90, in middleware return make_request(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py", line 33, in middleware response = make_request(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters response = make_request(method, params) File "cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.call File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/formatting.py", line 74, in apply_formatters response = make_request(method, formatted_params) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py", line 40, in middleware return make_request(method, params) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/middleware/exception_retry_request.py", line 105, in middleware return make_request(method, params) File "/home/yochabel/.local/lib/python3.8/site-packages/web3/providers/rpc.py", line 88, in make_request raw_response = make_post_request( File "/home/yochabel/.local/lib/python3.8/site-packages/web3/_utils/request.py", line 49, in make_post_request response.raise_for_status() File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://proxy.roninchain.com/free-gas-rpc

ZracheSs-xyZ commented 2 years ago

This issue is caused because server restrain access to those endpoint. It will be fix when Ronin is more stable and SM allows it again... nothing to do here!