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

is not it free ?? #3

Open
Lotusod opened this issue May 22, 2023 · 6 comments
Open

is not it free ?? #3

Lotusod opened this issue May 22, 2023 · 6 comments

Comments

@Lotusod
Copy link

Lotusod commented May 22, 2023

Autenticando usuário...
cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version.

@cleitonleonel
Copy link
Owner

cloudscraper

cloudscraper imports extra libs such as the anticaptcha case, this is a message from this lib for cases where cloudscraper detects a version that requires an anticaptcha, it is not something from the pyquotex lib.

@Lotusod
Copy link
Author

Lotusod commented May 23, 2023

You can test my pc to resolve

@cleitonleonel
Copy link
Owner

cleitonleonel commented May 23, 2023 via email

@Lotusod
Copy link
Author

Lotusod commented May 23, 2023 via email

@cleitonleonel
Copy link
Owner

How to you test my pc ??

On Tue, May 23, 2023, 4:23 PM Cleiton Leonel Creton < @.> wrote: Ok, . Em ter., 23 de mai. de 2023 05:06, Lotusod @.> escreveu: > You can test my pc to resolve > > — > Reply to this email directly, view it on GitHub > < #3 (comment) >, > or unsubscribe > < https://github.com/notifications/unsubscribe-auth/ACXL4CWDEDYJQOT6M7WQPF3XHRVW7ANCNFSM6AAAAAAYKZGGIU > > . > You are receiving this because you commented.Message ID: > @.> > — Reply to this email directly, view it on GitHub <#3 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXYIFQE6WR3IUVLGUQ5EFE3XHSF3VANCNFSM6AAAAAAYKZGGIU . You are receiving this because you authored the thread.Message ID: @.>

I left an example of using an automated browser to extract cookies and the cloudflare token, you can see this in the main.py file, there is something like:

browser=True enable playwright

client = Quotex(email="[email protected]", password="password", browser=False)

@nasserhoo
Copy link

nasserhoo commented Jun 27, 2023

i looked at main.py and change my code to the following
client = Quotex(email="[email protected]", password="password", browser=False)
but the same thing happened
###################################
Traceback (most recent call last):
** IDLE Internal Exception:
cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version.

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