soundnode-app icon indicating copy to clipboard operation
soundnode-app copied to clipboard

Electron version errors

Open thealexander90 opened this issue 6 years ago • 3 comments

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

thealexander90 avatar Jan 13 '18 10:01 thealexander90

Experienced the second issue quite a bit.

dequeues avatar Jan 15 '18 22:01 dequeues

Thanks for this, Will be looking into this once i have some spare time.

jakejarrett avatar Jan 16 '18 07:01 jakejarrett

Great, thanks

thealexander90 avatar Jan 16 '18 17:01 thealexander90