-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Patreon scrapper issue. #633
Comments
So, it looks like the issue might be the Cloudflare CAPTCHA. According to this issue 508, PyOpenSSL started causing issues late last year, and the best solution was to get a newer release of Python which has OpenSSL 1.1.1 built in. You still are using Python 3.6.10, and OpenSSL was updated by Python 3.8. Also, if there are any other issues, uninstalling PyOpenSSL might help too. Running a check to see if you have any outdated dependencies wouldn't hurt either.
|
Got rid of pyopenssl and it worked perfectly. Did not know anaconda came with pyopenssl. |
@LockNear so, this can be closed, right? |
Yep. Forgot I have to close it XD. |
I already filled in the session ID data, so I don't know what the problem is.
The text was updated successfully, but these errors were encountered: