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

Error displaying message #171

Closed
heartsucker opened this issue Nov 14, 2018 · 3 comments
Closed

Error displaying message #171

heartsucker opened this issue Nov 14, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@heartsucker
Copy link
Contributor

Traceback (most recent call last):
  File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/gui/main.py", line 154, in on_source_changed
    self.show_conversation_for(self.current_source)
  File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/gui/main.py", line 185, in show_conversation_for
    "<Reply not yet downloaded>")
  File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/gui/main.py", line 163, in add_item_content_or
    adder(item.content)
  File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/models.py", line 33, in content
    return self.data.get(fn_no_ext)
  File "/home/heartsucker/code/freedomofpress/securedrop-client/securedrop_client/data.py", line 17, in get
    msg = fh.read()
  File "/home/heartsucker/.local/share/virtualenvs/securedrop-client-GExBtLKv/lib/python3.5/codecs.py", line 321, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd8 in position 0: unexpected end of data
@heartsucker heartsucker added the bug Something isn't working label Nov 14, 2018
@redshiftzero
Copy link
Contributor

Did you re-run your container after this change was merged freedomofpress/securedrop#3927 ?

@redshiftzero
Copy link
Contributor

(I saw this before here #114 (comment) )

@heartsucker
Copy link
Contributor Author

Confirmed that the branch we're running against did not have that change added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants