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: Malformed UTF-8 data #1687

Closed
faboweb opened this issue Dec 3, 2018 · 1 comment · Fixed by #1699
Closed

Error: Malformed UTF-8 data #1687

faboweb opened this issue Dec 3, 2018 · 1 comment · Fixed by #1699
Assignees
Labels
bug 🐛 issues related to unhandled errors in the code that need to be fixed

Comments

@faboweb
Copy link
Collaborator

faboweb commented Dec 3, 2018

https://sentry.io/tendermint/cosmos-voyager/issues/790774744

Error: Malformed UTF-8 data
  at Object.stringify (/C:/Users/powerup/Desktop/%EC%83%88%20%ED%8F%B4%EB%8D%94%20(2)/resources/app/dist/renderer.js:6586:24)
  at WordArray.init.toString (/C:/Users/powerup/Desktop/%EC%83%88%20%ED%8F%B4%EB%8D%94%20(2)/resources/app/dist/renderer.js:6323:38)
  at Store.loadPersistedState (/C:/Users/powerup/Desktop/%EC%83%88%20%ED%8F%B4%EB%8D%94%20(2)/resources/app/dist/renderer.js:67123:27)
  at Array.wrappedActionHandler (/C:/Users/powerup/Desktop/%EC%83%88%20%ED%8F%B4%EB%8D%94%20(2)/resources/app/dist/renderer.js:5875:23)
  at Store.dispatch (/C:/Users/powerup/Desktop/%EC%83%88%20%ED%8F%B4%EB%8D%94%20(2)/resources/app/dist/renderer.js:5597:15)
...
(8 additional frame(s) were not displayed)
@fedekunze fedekunze added the bug 🐛 issues related to unhandled errors in the code that need to be fixed label Dec 3, 2018
@faboweb faboweb self-assigned this Dec 4, 2018
@faboweb
Copy link
Collaborator Author

faboweb commented Dec 5, 2018

Apparently decrypting the state failed. I will catch decryption errors and remove the cache if this happens as a safety net.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 issues related to unhandled errors in the code that need to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants