auryo icon indicating copy to clipboard operation
auryo copied to clipboard

The ClientID might not be correct

Open nykoo opened this issue 4 years ago • 2 comments

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 ?

:)

nykoo avatar Mar 25 '20 13:03 nykoo

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"
        }

codiflow avatar Apr 10 '20 15:04 codiflow

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

Invictaz avatar Jun 03 '20 22:06 Invictaz