Git Product home page Git Product logo

Comments (6)

sough avatar sough commented on June 24, 2024
private OnRequestAccessTokenCompleteListener tokenListener = new OnRequestAccessTokenCompleteListener() {

        @Override
        public void onRequestAccessTokenComplete(int i, AccessToken accessToken) {
            Logger.i("Mine", accessToken.toString());
        }

        @Override
        public void onError(int networkId, String requestID, String errorMessage, Object o) {
            Logger.i("Mine", "Error !!! : " + errorMessage);
        }
    };

I get the following error and token is empty

java.lang.NullPointerException at          
com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork$1.onPostExecute(GooglePlusSocialNetwork.java:182) at          
com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork$1.onPostExecute(GooglePlusSocialNetwork.java:161) at 
android.os.AsyncTask.finish(AsyncTask.java:632)

By following stack trace

java.lang.NullPointerException at com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) at 
com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) at 
com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork$1.doInBackground(GooglePlusSocialNetwork.java:167) at 
com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork$1.doInBackground(GooglePlusSocialNetwork.java:161)

The problem in getActivity()

from asne.

sough avatar sough commented on June 24, 2024

I think its just problem of my realisation

from asne.

sough avatar sough commented on June 24, 2024

Ok, some minor fix for you
ASNE / googleplus / src / main / java / com / github / gorbin / asne / googleplus / GooglePlusSocialNetwork.java (182 row)

mLocalListeners.get(REQUEST_LOGIN).onError(getID(), REQUEST_ACCESS_TOKEN, token, null);

must be REQUEST_ACCESS_TOKEN instead of REQUEST_LOGIN
it was source of crashes, made a pull request

from asne.

gorbin avatar gorbin commented on June 24, 2024

Thank you a lot...
My bad, merge your pull request

from asne.

sough avatar sough commented on June 24, 2024

Hi, when you plan to update maven with this fix?

from asne.

gorbin avatar gorbin commented on June 24, 2024

Try to fix bug wth tool: node and will update maven

from asne.

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.