You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thegetConnectUrl()
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 ischrome://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
The text was updated successfully, but these errors were encountered: