-
Notifications
You must be signed in to change notification settings - Fork 554
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
deploy script returns 'Exception in thread Thread-1:'…sometimes #1159
Comments
manually visiting https://data-seed-prebsc-1-s1.binance.org:8545/ does not return 502, it attempts a download |
also sometimes just gets stuck at the first tx sent out like this
and checking the tx address shows a confirmed tx on the testnet |
okay and now, after numerous times edit:
|
and now, after a reinstallation of eth-brownie and restarting my mac i am greeted with the error whenever pulling up the console on bsc-test network
|
Hi! I am getting something similar after running Even though myself scripts seem to run correctly I get something like: Terminating local RPC client...
Exception in thread Thread-11:
Traceback (most recent call last):
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/connectionpool.py", line 440, in _make_request
httplib_response = conn.getresponse()
File "/usr/local/anaconda3/envs/f38/lib/python3.8/http/client.py", line 1344, in getresponse
response.begin()
File "/usr/local/anaconda3/envs/f38/lib/python3.8/http/client.py", line 307, in begin
version, status, reason = self._read_status()
File "/usr/local/anaconda3/envs/f38/lib/python3.8/http/client.py", line 268, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/local/anaconda3/envs/f38/lib/python3.8/socket.py", line 669, in readinto
return self._sock.recv_into(b)
ConnectionResetError: [Errno 54] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/packages/six.py", line 769, in reraise
raise value.with_traceback(tb)
File "/usr/local/anaconda3/envs/f38/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen Hope this helps, |
re-installed and upgraded to v1.15.1, deploy script acting as before, either way this issue seems resolved thanks ben, @iamdefinitelyahuman you do great work for the crypto community especially the niche vyper devs |
Great to hear! I'm gonna leave this open a bit longer in case the issue still persists for anyone else - i'm only 95% sure I fixed it. |
@iamdefinitelyahuman well i spoke too soon, issue has popped back up, same error stack trace |
brownie
Version: latestrunning a deploy script which deploys a couple contracts then makes calls to them which previously worked now returning big error trace, something about a 502 bad gateway from binance seed
then
sometimes the error comes immediately sometimes after a few calls
full stack trace:
like i said was working fine before
possible related to this
The text was updated successfully, but these errors were encountered: