NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
409 stars 208 forks source link

Need Browser error while login #146

Open alitteration opened 3 years ago

alitteration commented 3 years ago

Hello,

I've had this need browser in the past and going to "DisplayCaptcha" URL used to work.

Currently it doesn't work, I verify the new device and I try to run the script again but it shows me the same error again.

Anyone else having the same issue? I'm on windows 8 with python 3.9 and requests module 2.20.0

GRodrig commented 3 years ago

@alitteration Check this, not sure if it works: https://github.com/NoMore201/googleplay-api/pull/145/commits/6e4c7a47b59f2a1a512b05380127f87369e308ff#diff-8603cb7eaa65628bc3cc25edaf349cf45a979eebf3e380eff28b66f735575165R11

If you could give feedback later, it would be nice!

alitteration commented 3 years ago

I've tried this, I'm on python3.9 sadly it didn't work, context.options &= ~ssl_.OP_NO_TICKET and I getAttributeError: module 'urllib3.util.ssl_' has no attribute 'OP_NO_TICKET' Any other way to fix this ?

GRodrig commented 3 years ago

Try to use python 3.6 or try this:context.options &= ~ssl.OP_NO_TICKET

alitteration commented 3 years ago

I shall thank you, but does it work for you ? can u give it a shot right now and see if it actually works

FugerZuer commented 2 years ago

I shall thank you, but does it work for you ? can u give it a shot right now and see if it actually works

Did you get it working?