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

Errors out when trying to load the popup #1

Closed
danahern opened this issue Aug 15, 2017 · 2 comments
Closed

Errors out when trying to load the popup #1

danahern opened this issue Aug 15, 2017 · 2 comments

Comments

@danahern
Copy link

Immediately after install clicking on the icon causes the spinner to just spin.
image

Looking in the inspector I see:

popup.js:46230 Uncaught (in promise) Error: Not a valid address, must be multiple of 2: 377
    at hexToByteAddress (popup.js:46230)
    at new CirculatorCommunicationClient (popup.js:37653)
    at new CirculatorClient (popup.js:35434)
    at CirculatorFactory.createCirculatorFromConnectionData (popup.js:38373)
    at popup.js:38699
    at Function._.each._.forEach (popup.js:115079)
    at CirculatorManager.convertConnectionDataToCirculators (popup.js:38692)
    at popup.js:38667
    at _fulfilled (popup.js:95964)
    at self.promiseDispatch.done (popup.js:95993)
@danahern
Copy link
Author

danahern commented Aug 15, 2017

It was a problem with my authentication cookie. Logging out and back in caused it to start working.

@li-dennis
Copy link
Owner

Thanks for catching this! That's very curious - I'll at least add an error message as a temporary fix for this.

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

2 participants