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

Need Browser error while login #146

Open
alitteration opened this issue Jul 18, 2021 · 5 comments
Open

Need Browser error while login #146

alitteration opened this issue Jul 18, 2021 · 5 comments

Comments

@alitteration
Copy link

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
Copy link

GRodrig commented Jul 19, 2021

@alitteration Check this, not sure if it works: 6e4c7a4#diff-8603cb7eaa65628bc3cc25edaf349cf45a979eebf3e380eff28b66f735575165R11

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

@alitteration
Copy link
Author

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
Copy link

GRodrig commented Jul 19, 2021

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

@alitteration
Copy link
Author

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
Copy link

FugerZuer commented Aug 24, 2021

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?

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

3 participants