After authenticating with soundcloud with the popup flow, the popup never closes and just sits there with This popup should automatically close in a few seconds message. I see the following stacktrace in the console:
Uncaught TypeError: Cannot read property 'search' of undefined
at Object.notifyDialog (/scripts/main.js:97393)
at Object.connectCallback (/scripts/main.js:97386)
at soundcloud_auth.html:9
notifyDialog @ /scripts/main.js:97393
connectCallback @ /scripts/main.js:97386
(anonymous) @ soundcloud_auth.html:9
I can consistently reproduce this issue on:
- Safari: Version 10.0.1 (12602.2.14.0.7)
- Chrome: Version 55.0.2883.95 (64-bit)
- Firefox: Version 50.1.0
PR: #47 fixes this issue.