cleitonleonel/pyquotex

is not it free ??

Opened this issue · 6 comments

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

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.

You can test my pc to resolve

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@gmail.com", password="password", browser=False)

i looked at main.py and change my code to the following
client = Quotex(email="example@gmail.com", 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.