mar-v-in / BlankStore

An open source Google Play Store client.
136 stars 24 forks source link

Error when 2-Factor-Auth is on #11

Open SaschaOrt opened 8 years ago

SaschaOrt commented 8 years ago

When I enable 2 factor auth on google (my default configuration), the BlankStore crash on search or showing app-list.

xenithorb commented 8 years ago

I can confirm, even when using an app password.

E/AndroidRuntime(25093): Caused by: java.lang.RuntimeException: Response code = "400", msg = "Bad Request", content = "<HTML>
E/AndroidRuntime(25093): <HEAD>
E/AndroidRuntime(25093): <TITLE>Bad Request</TITLE>
E/AndroidRuntime(25093): </HEAD>
E/AndroidRuntime(25093): <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
E/AndroidRuntime(25093): <H1>Bad Request</H1>
E/AndroidRuntime(25093): <H2>Error 400</H2>
E/AndroidRuntime(25093): </BODY>
E/AndroidRuntime(25093): </HTML>
E/AndroidRuntime(25093): "
E/AndroidRuntime(25093):        at com.gc.android.market.api.MarketSession.executeRawHttpQuery(MarketSession.java:21
zeorin commented 8 years ago

+1 I also have this issue.

zeorin commented 8 years ago

Actually, I was wrong. I didn't follow the installation instructions correctly.