This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
CloudflareChallengeError with valid API key #62
Labels
bug
Something isn't working
cloudflare
Issues related to CloudScraper, Cloudflare and captcha bypassing
Comments
Thanks for reporting! I'll try to fix it. |
DarkCat09
changed the title
CloudflareChallengeError
CloudflareChallengeError with valid API key
Dec 30, 2022
DarkCat09
added
the
cloudflare
Issues related to CloudScraper, Cloudflare and captcha bypassing
label
Jan 2, 2023
Just checking up, Any updates? |
I'm so sorry for the long waiting. I've noticed that the problem is in re-instantiating |
DarkCat09
added a commit
that referenced
this issue
Jun 30, 2023
please, update to the latest v3.0.1: pip install -U python-aternos And check if API key works. |
Alright!, I'll give it a try right now, and let you know if it works or not. ^^ |
I did give it a try as well, but still no luck. # Import
from python_aternos import Client
# Create object
aternos = Client()
aternos.atconn.session.captcha = {
'provider': '2captcha',
'api_key': 'apikeyhere',
}
# Log in
# with username and password
aternos.login('usernamehere', 'passwordhere')
# Get servers list
servs = aternos.list_servers()
# Get the first server
myserv = servs[0]
# Start
myserv.start() The response: $ python at.py
cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version. |
Hey @DarkCat09! Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
cloudflare
Issues related to CloudScraper, Cloudflare and captcha bypassing
I am still getting the Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version. in my code, even when I am trying to use the captcha parameter.
pythos-aternos version is 2.1.3
python version is 3.9.15
here is my code
The text was updated successfully, but these errors were encountered: