onyxbits / raccoon4

APK Downloader for Google Play
https://raccoon.onyxbits.de
Apache License 2.0
644 stars 90 forks source link

Refreshing token with gp-auth fails #112

Closed hfreeb closed 1 year ago

hfreeb commented 1 year ago

When attempting to run raccoon --gp-auth to refresh the token I get a BadAuthentication response. I believe this is because the default HTTP client is used which fails Google's TLS fingerprinting.

The command works as expected when I modified the request to use a client configured to perform authentication, i.e. the client built in LoginLogic#createLoginClient.

onyxbits commented 1 year ago

Fixed in 4.22