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

ValueError: Unknown status message: 'ERROR' #265

Open
squarepegsys opened this issue Aug 7, 2019 · 0 comments
Open

ValueError: Unknown status message: 'ERROR' #265

squarepegsys opened this issue Aug 7, 2019 · 0 comments

Comments

@squarepegsys
Copy link

PR #264 addresses an issue I found while creating keys and dumping them into a text file.

the error I got was:

Traceback (most recent call last):
    File "/Users/michael.hostetler/.pyenv/versions/3.7.4/lib/python3.7/threading.py", line 926, in _bootstrap_inner
  self.run()
  File "/Users/michael.hostetler/.pyenv/versions/3.7.4/lib/python3.7/threading.py", line 870, in run
  self._target(*self._args, **self._kwargs)
   File "/Users/michael.hostetler/.pyenv/versions/3.7.4/envs/file-ops-3.7.4/lib/python3.7/site-packages/pretty_bad_protocol/_meta.py", line 670, in _read_response
  result._handle_status(keyword, value)
  File "/Users/michael.hostetler/.pyenv/versions/3.7.4/envs/file-ops-3.7.4/lib/python3.7/site-packages/pretty_bad_protocol/_parsers.py", line 995, in _handle_status
  raise ValueError("Unknown status message: %r" % key)
 ValueError: Unknown status message: 'ERROR'

the PR has a fix and test cases for it.

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

1 participant