sneljo1 / auryo

[Discontinued] Auryo - Unofficial Soundcloud Desktop App
http://auryo.com
GNU General Public License v3.0
637 stars 46 forks source link

The ClientID might not be correct #260

Open nykoo opened 4 years ago

nykoo commented 4 years ago

First of all thank you for this great app :)

I've got a problem when entering the clientID a red message appear: The clienID might not be correct

and then when close and reoppen Auryo clientId disepear.

When using chrome extension, got the message clientID found, launche the app via extension link and in settings clientID is still empty.

Any idea / help ?

:)

codiflow commented 4 years ago

Got the same problem. It doesn't get saved after closing the settings dialog already. So there's no need to restart Auryo - it won't get saved after the error message This clientId might not be correct appeared.

Also if you inspect the network tab in the developer tools you might find client_id two times. One is a 5 digit number 41234 and the other one is a token like this one here: OdoJrzzPYXR6clj6Y5A6iOba2Cb0OUXf

I think the second one is expected by the input field.

EDIT: I entered the ID manually in the file ~/.config/Auryo/auryo-settings.json:

"app": {
                "analytics": false,
                "crashReports": false,
                "theme": "darkBlue",
                "downloadPath": "/home/YOURUSERNAME/Downloads",
                "showTrackChangeNotification": true,
                "overrideClientId": "ENTERTHECLIENTIDHERE"
        }
Invictaz commented 4 years ago

Well i tried the second one and it was still mentioned as "incorrect"