Git Product home page Git Product logo

Comments (14)

Hari70a avatar Hari70a commented on July 28, 2024 2

OK @m0ngr31

BUT I have google apps installed in both device and emulator(genymotion)

I have also tested the example project in the plugin. Still I have the same issue.
But suggest me some idea to fix it.

Thanks in advance

from google-signin.

devfd avatar devfd commented on July 28, 2024 1

did you install google apps on your simulator ?

from google-signin.

devfd avatar devfd commented on July 28, 2024

can you try with latest NPM version please ?

also make sure the json config file is accessible. The sample app is running fine if you want to have a look.

from google-signin.

m0ngr31 avatar m0ngr31 commented on July 28, 2024

Same error on the newest version (0.4.3) after a clean build. Also, I incorrectly put RN as version 0.20.0 in the title, I'm running on 0.21.0.

And my config file is where it should be.
2016-03-04 09_57_31-login js - ec_app - visual studio code

from google-signin.

m0ngr31 avatar m0ngr31 commented on July 28, 2024

I just tried the example app:

WRONG SIGNIN Error: INTERNAL_ERROR
    at GoogleSigninError.Error (native)
    at new GoogleSigninError (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:46246:188)
    at http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:46298:8
    at EventEmitter.emit (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:9114:23)
    at MessageQueue.__callFunction (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:7872:23)
    at http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:7776:8
    at guard (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:7730:1)
    at MessageQueue.callFunctionReturnFlushedQueue (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:7775:1)
    at DedicatedWorkerGlobalScope.onmessage (http://localhost:8081/debuggerWorker.js:39:56)

from google-signin.

webschik avatar webschik commented on July 28, 2024

@devfd , hi!

I've also got an error WRONG SIGNIN Error: INTERNAL_ERROR on Genymotion simulator and
Error: A non-recoverable sign in failure occurred on my Nexus 5.

nexus5-google-signin-error

from google-signin.

devfd avatar devfd commented on July 28, 2024

you get this error when you run the sample app ?

from google-signin.

webschik avatar webschik commented on July 28, 2024

@devfd, no, it's mine. I'm using RN 0.20. So, I'm going to try your sample and come back with feedback.

from google-signin.

webschik avatar webschik commented on July 28, 2024

@devfd, I've tried your example on RN 0.21.0 and have the next results:

  1. Genymotion - WRONG SIGNIN Error: INTERNAL_ERROR
  2. Nexus 5
WRONG SIGNIN Error: unknown status code: 12501
    at GoogleSigninError.Error (native)
    at new GoogleSigninError (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:15923:188)
    at http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:15975:8
    at EventEmitter.emit (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:18551:23)
    at MessageQueue.__callFunction (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:17181:23)
    at http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:17085:8
    at guard (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:17039:1)
    at MessageQueue.callFunctionReturnFlushedQueue (http://localhost:8081/index.android.bundle?

from google-signin.

m0ngr31 avatar m0ngr31 commented on July 28, 2024

@devfd Couldn't get Goople apps on my emulator, but was finally able to get an android device to test on and the error didn't occur, so I think it's working as intended.

from google-signin.

Hari70a avatar Hari70a commented on July 28, 2024

@m0ngr31 and @devfd

I have the same issue which you had faced previously

WRONG SIGNIN Error: unknown status code: 12501
    at GoogleSigninError.Error (native)
    at new GoogleSigninError (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:15923:188)
    at http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:15975:8
    at EventEmitter.emit (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:18551:23)
    at MessageQueue.__callFunction (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:17181:23)
    at http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:17085:8
    at guard (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false:17039:1)
    at MessageQueue.callFunctionReturnFlushedQueue (http://localhost:8081/index.android.bundle?

Have you fixed the issue?
I have tested the app in emulator and device.(Note: I have google apps installed in both device and emulator)

Nothing worked for me.
Please suggest the solution if it worked fine .

from google-signin.

m0ngr31 avatar m0ngr31 commented on July 28, 2024

@Hari70a I only had problems when it was trying to login without Google Services installed.

from google-signin.

prithsharma avatar prithsharma commented on July 28, 2024

I am facing the same issue, but only when I include a webClientId and offlineAccess field in the configuration.
It was all working fine with an empty object in the configuration. Since my server needs to make some calls on the backend, I included webClientId and offlineAccess in the configuration. And it started giving the following error:-
A non-recoverable sign in failure occurred
Any ideas? @devfd ?

from google-signin.

prithsharma avatar prithsharma commented on July 28, 2024

I think the issue here is about the signing configuration of the app and whether it matches with the SHA1 used to generate the google configuration files. Note that the if you might be having different keystores for debug and release, so make sure the google-services.json file you are using was generated using the SHA1 of the right keystore file.

from google-signin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.