li-dennis / chromeJoule

41 stars 9 forks source link

Errors out when trying to load the popup #1

Closed danahern closed 7 years ago

danahern commented 7 years ago

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 commented 7 years ago

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

li-dennis commented 7 years ago

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