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

pass args to the script #1259

Merged
merged 6 commits into from
Oct 11, 2021

Conversation

BlinkyStitt
Copy link
Collaborator

@BlinkyStitt BlinkyStitt commented Sep 15, 2021

What I did

Related issue: #398

How I did it

added to the docopt doc

How to verify it

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

@BlinkyStitt
Copy link
Collaborator Author

Both the failing tests look unrelated:


  Traceback (most recent call last):
    File "D:\a\brownie\brownie\.tox\py38\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen
      httplib_response = self._make_request(
    File "D:\a\brownie\brownie\.tox\py38\lib\site-packages\urllib3\connectionpool.py", line 445, in _make_request
      six.raise_from(e, None)
    File "<string>", line 3, in raise_from
    File "D:\a\brownie\brownie\.tox\py38\lib\site-packages\urllib3\connectionpool.py", line 440, in _make_request
      httplib_response = conn.getresponse()
    File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\http\client.py", line 1344, in getresponse
      response.begin()
    File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\http\client.py", line 307, in begin
      version, status, reason = self._read_status()
    File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\http\client.py", line 268, in _read_status
      line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
    File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\socket.py", line 669, in readinto
      return self._sock.recv_into(b)
  ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
E           ValueError: Failed to retrieve data from API: {'status': '0', 'message': 'NOTOK', 'result': 'Max rate limit reached'}

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

Successfully merging this pull request may close these issues.

2 participants