Top

Signin_failed

Répondu

Commentaires

7 commentaires

  • Commentaire officiel
    Pascal BORSCHNECK

    FYI, solved by removing the "appId" and 'secretId"

     

    Note: in a near future (some weeks/months), appId/secret will be needed for sandbox

    Actions pour les commentaires Permalien
  • Pascal BORSCHNECK

    Hi Samuel,

     

    You can login with the same account to
    https://web-sandbox.openrainbow.com
    ?

    Which version of the SDK do you have ?
    Last is 1.39 and should be updated in next days to 1.40.
    https://hub.openrainbow.com/#/documentation/doc/sdk/android/tutorials/What_is_new

    Regards,
    Pascal

    0
    Actions pour les commentaires Permalien
  • Samuel YIP

    I can login to the web sandbox.

     
    I cloned the sample code from github less than a week ago.   Is there some issue with the SDK and the update will solve it?
    0
    Actions pour les commentaires Permalien
  • Pascal BORSCHNECK

    Hi Samuel,

     

    I'll ask to the Android team.
    Do you get some errors / logs to share ?

     

    Best regards,
    Pascal

    0
    Actions pour les commentaires Permalien
  • Samuel YIP

    Error on the client is CONNECTION_WRONG_LOGIN_OR_PWD

    0
    Actions pour les commentaires Permalien
  • Samuel YIP

    And I tried Rainbow SDK 1.39 and 1.40.  Both not working.

    0
    Actions pour les commentaires Permalien
  • Pascal BORSCHNECK

    Sorry, I don't have the Android studio to test.

     

    Do you mean that using the code example and sandbox.openrainbow.com in 

    "host"

    login failed ?

    RainbowSdk.instance().connection().start(new StartResponseListener() {
            @Override
            public void onStartSucceeded() {
                RainbowSdk.instance().connection().signin("@email", "password", "host", new SigninResponseListener() {
                    @Override
                    public void onSigninSucceeded() {
                        // You are now connected
                        // Do something on the thread UI
                    }
                    @Override
                    public void onRequestFailed(RainbowSdk.ErrorCode errorCode, String err) {
                        // Do something on the thread UI
                    }
                });
            }
    
            @Override
            public void onRequestFailed(RainbowSdk.ErrorCode errorCode, String err) {
                // Something was wrong
            }
        });
    0
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

Vous n'avez pas trouvé ce que vous cherchez?

  • Contactez-nous

    Vous avez des questions? Laissez-nous un message pour obtenir plus d'informations.

    Contactez-nous
  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message