soundnode-app
soundnode-app copied to clipboard
Electron version errors
Trying out the new electron version (7.0.0) and found a few bugs:
-
first when you change track there's a slight delay when playing it. Using the console you can see that the music starts after the console.log about the limit not being reached / reached is showed. It seems that this check slow down the change of track and causes the delay...
-
The second one, apart from the already reported "not saving of the API key", consist in the processes not being closed properly. At least only one of three is being closed, while the other two remains in the background. This keeps the binding of the mediakeys and makes them unavailable even after reopening soundcloud. Using them results in this exception:
Uncaught Exception:
Error: Object has been destroyed at Error (native)
at Function.globalShortcut.register
Hope this hasn't already been reported since I didn't found anything similar in the previous issues. For info i'm using windows10 X64
Experienced the second issue quite a bit.
Thanks for this, Will be looking into this once i have some spare time.
Great, thanks