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

Patreon scrapper issue. #633

Closed
LockNear opened this issue Mar 5, 2020 · 4 comments
Closed

Patreon scrapper issue. #633

LockNear opened this issue Mar 5, 2020 · 4 comments

Comments

@LockNear
Copy link

LockNear commented Mar 5, 2020

Patreon scrapper problem

I already filled in the session ID data, so I don't know what the problem is.

@biznizz
Copy link

biznizz commented Mar 5, 2020

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.

pip list --outdated

@mikf mikf added the cloudflare label Mar 6, 2020
@LockNear
Copy link
Author

LockNear commented Mar 7, 2020

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.

pip list --outdated

Got rid of pyopenssl and it worked perfectly. Did not know anaconda came with pyopenssl.

@Hrxn
Copy link
Contributor

Hrxn commented Mar 8, 2020

@LockNear so, this can be closed, right?

@LockNear
Copy link
Author

LockNear commented Mar 8, 2020

@LockNear so, this can be closed, right?

Yep. Forgot I have to close it XD.

@LockNear LockNear closed this as completed Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants