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

TypeError: Cannot read property 'keybase' of undefined #1211

Closed
faboweb opened this issue Aug 29, 2018 · 5 comments · Fixed by #2163
Closed

TypeError: Cannot read property 'keybase' of undefined #1211

faboweb opened this issue Aug 29, 2018 · 5 comments · Fixed by #2163
Assignees
Labels
bug 🐛 issues related to unhandled errors in the code that need to be fixed high priority ❗

Comments

@faboweb
Copy link
Collaborator

faboweb commented Aug 29, 2018

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

TypeError: Cannot read property 'keybase' of undefined
  at Store.setKeybaseIdentity (/private/var/folders/m9/14ny26h57vj1kt0_twc07ydc0000gn/T/AppTranslocation/472A41FE-40CF-4336-B823-C9C428E4EAD8/d/Cosmos%20Voyager.app/Contents/Resources/app/dist/renderer.js:106905:22)
  at wrappedMutationHandler (/private/var/folders/m9/14ny26h57vj1kt0_twc07ydc0000gn/T/AppTranslocation/472A41FE-40CF-4336-B823-C9C428E4EAD8/d/Cosmos%20Voyager.app/Contents/Resources/app/dist/renderer.js:6646:13)
  at commitIterator (/private/var/folders/m9/14ny26h57vj1kt0_twc07ydc0000gn/T/AppTranslocation/472A41FE-40CF-4336-B823-C9C428E4EAD8/d/Cosmos%20Voyager.app/Contents/Resources/app/dist/renderer.js:6339:7)
  at Array.forEach (<anonymous>)
  at None (/private/var/folders/m9/14ny26h57vj1kt0_twc07ydc0000gn/T/AppTranslocation/472A41FE-40CF-4336-B823-C9C428E4EAD8/d/Cosmos%20Voyager.app/Contents/Resources/app/dist/renderer.js:6338:11)
...
(10 additional frame(s) were not displayed)
@NodeGuy NodeGuy added bug 🐛 issues related to unhandled errors in the code that need to be fixed discuss labels Aug 29, 2018
@NodeGuy
Copy link
Contributor

NodeGuy commented Aug 29, 2018

What are the steps to reproduce this?

@faboweb
Copy link
Collaborator Author

faboweb commented Aug 29, 2018

Check Sentry. I have no idea. But it was reported by our error logger.

@faboweb
Copy link
Collaborator Author

faboweb commented Aug 30, 2018

Just happened to me. Apparently happens when you sign out while the keybase data is still loading. When signing out the delegate list is cleared. So it can't find the delegate anymore, it wanted to load the keybase data for.

@faboweb
Copy link
Collaborator Author

faboweb commented Aug 30, 2018

Will be fixed with #1216

@sabau
Copy link
Contributor

sabau commented Mar 1, 2019

screenshot 2019-03-01 at 12 59 47

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 high priority ❗
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants