gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

Can't paste password when logging in #8

Closed bradsimantel closed 9 years ago

bradsimantel commented 9 years ago

I can't paste a password into the login form, which makes using a password manager with Cumulus really difficult.

gillesdemey commented 9 years ago

I'll look into this

bradsimantel commented 9 years ago

Thanks!

gillesdemey commented 9 years ago

Unfortunately we're still figuring out why packaging the application has different behaviour on all platforms. I've reported the issue and it's being tracked here: https://github.com/atom/electron/issues/2402#issuecomment-127082576

I'm going to re-open this issue until we have it figured out.

gillesdemey commented 9 years ago

Hey @bradsimantel

I've resolved the issue in the latest version. Could you re-download the application and let me know if it works?

There isn't a way to sign out yet through the user interface, but removing the stored access token will effectively sign you out.

Running rm ~/Library/Application\ Support/Cumulus/config.json will remove it so you can log in again.

bradsimantel commented 9 years ago

Logging back in, copy and paste now work on OS X 10.10.4! Thanks for being super responsive about this issue!