-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello, I'm building an Electron app that takes advantage of the SoundCloud API and this Library. The only problem is that SoundCloud seems to not play nicely with Electron. I've made the most minimal environment to reproduce this bug. You'll have to provide your own keys though in a file named config.json in the root folder. If I take the getConnectUrl() and use it in my browser, this works flawlessly though.
Once you open up the auth window, enter your credentials, and click "login" it will wipe the page. Electron says the window doesn't navigate. Though if I use document.location.href the url is chrome://webdata with a completely bare html page. If you close out of the Auth window and reopen it, it'll show you the page where you verify you want to link this application to your account, but if you in "continue" it breaks the webpage again.
Here's the repo: https://github.com/ErraticFox/test-soundcloud