Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException after asking about Architecture #2

Open
phunni opened this issue Nov 12, 2015 · 5 comments
Open

NullPointerException after asking about Architecture #2

phunni opened this issue Nov 12, 2015 · 5 comments

Comments

@phunni
Copy link

phunni commented Nov 12, 2015

This is the "transcript" of my attempt to run:

java -jar ~/downloads/misc/playdl.jar Email: ************@gmail.com Password: **************** Language [en]: Do you want to use x86 as the architecture? [y/N]: y Exception in thread "main" java.lang.NullPointerException at com.github.mcmrarm.playdl.proto.GooglePlay$AndroidCheckinRequest$Builder.addAccountCookie(GooglePlay.java) at com.github.mcmrarm.playdl.CheckinManager.getRequest(CheckinManager.java:232) at com.github.mcmrarm.playdl.CheckinManager.execRequest(CheckinManager.java:253) at com.github.mcmrarm.playdl.CheckinManager.getAndroidId(CheckinManager.java:287) at com.github.mcmrarm.playdl.Main.main(Main.java:38)

@phunni
Copy link
Author

phunni commented Nov 14, 2015

It appears to be a NullPointer here:

.addAccountCookie(myLogin.getAuth()) Line 232 of CheckinManager - due (as far as I can see) to myLogin geing null, presumably because getRequest() is being called before login()?

@ghost
Copy link

ghost commented Feb 13, 2016

I am having the exact same problem. Please tell me if you have resolved it, thanks.

@Matsv
Copy link

Matsv commented Jun 28, 2016

I have the same problem.
Could it be caused by having 2fa enabled?

@phunni
Copy link
Author

phunni commented Jul 31, 2016

Still having this problem - has anyone managed to solve it?

@ghost
Copy link

ghost commented Aug 4, 2016

I think that you need to remove the session txt file that the program made. Run the jar in a new folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants