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

Token dispenser error. 502 bad gateway #237

Closed
ofskymohsen opened this issue Dec 12, 2019 · 9 comments
Closed

Token dispenser error. 502 bad gateway #237

ofskymohsen opened this issue Dec 12, 2019 · 9 comments

Comments

@ofskymohsen
Copy link

ofskymohsen commented Dec 12, 2019

  • [Ubuntu 18.04 ] Operating System
  • [3] Python version when running gplaycli (should be 3+)
  • [3.24 ] GPlayCli version via gplaycli -v
  • [ pip3 install gplaycli] The way you installed gplaycli: git clone, git clone and setup.py, pip install gplaycli, apt install gplaycli, ...
  • [token ] The authentication method: (own) credentials or (own) token.

When I enter URL https://matlink.fr/token/email/gsfid server gives this error:

502 Bad Gateway
nginx/1.14.2

How can I fix this problem?

@eighthave
Copy link

eighthave commented Dec 12, 2019

I also am seeing this error on Debian/stretch using pip3 install gplaycli:

cache file does not exists or is corrupted
Unknown error: <html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>

@leegarrett
Copy link

leegarrett commented Dec 18, 2019

This is a duplicate of #228 and #229.

@ofskymohsen
Copy link
Author

Error message has been changed to this:

<html>
   <head></head>
   <body>Auth error</body>
</html>

@quyeticb
Copy link

Some method changed by google, (or libcurl error), please update your libcurl.
You also can using some similar online tool (chrome ext, firefox ext...) to download apk
ex: https://chrome.google.com/webstore/detail/aio-apk-downloader/mlipaappcpbepmoeighdkkcfmjeijhdl

@jr3074
Copy link

jr3074 commented Jan 27, 2020

token dispenser error, there is new fork but i don't know how to implement it on gplaycli @matlink
https://github.com/whyorean/AuroraDispenser

@jr3074
Copy link

jr3074 commented Jan 27, 2020

without token dispenser it works (login using user n password)
now, how to get the gsfid and authsubtoken from logged in account and then store it to cache file without token dispenser?

@mirabilos
Copy link

This also happens with the gplaycli version in Debian. Corresponding bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950112

A better error message would help the user to understand that it’s about an external service. Documentation of how to not use that service would also help. Furthermore, it’s probably required by GDPR to inform the user that, upon using gplaycli, it not only connects to Google’s servers but also to those of a third-party, who’s even French.

@matlink
Copy link
Owner

matlink commented Feb 11, 2020

@mirabilos Now tokendispenser is returning a 503 with an error message "Token-dispenser is unavailable due to IP blacklisted from Google".

@matlink
Copy link
Owner

matlink commented Feb 11, 2020

Duplicate #229

@matlink matlink closed this as completed Feb 11, 2020
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

7 participants