Skip to content

RemoteClientException: {"message":"Client authentication failed: INVALID_CLIENT"} #25

@digitxo

Description

@digitxo

I have the proper client id. What gives?

    SpotifyAppRemote.CONNECTOR.connect(this, connectionParams,
            new Connector.ConnectionListener() {

                @Override
                public void onConnected(SpotifyAppRemote spotifyAppRemote) {
                    mSpotifyAppRemote = spotifyAppRemote;
                    Log.d("MainActivity", "Connected! Yay!");

                    // Now you can start interacting with App Remote
                    connected();
                }

                @Override
                public void onFailure(Throwable throwable) {
                    Log.e("MainActivity",  throwable.getMessage(), throwable);

                    // Something went wrong when attempting to connect! Handle errors here
                }
            });

The onFailureThrowable is called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions