DarkCat09 / python-aternos

[UNMAINTAINED] Unofficial Aternos API written in Python
https://pypi.org/project/python-aternos/
Apache License 2.0
92 stars 13 forks source link

do I need to buy cloudscraper premium version? #61

Closed BishoyHanyRaafat closed 1 year ago

BishoyHanyRaafat commented 1 year ago

That happen when I tried to login aternos = Client.from_credentials('username', 'pass')

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

DarkCat09 commented 1 year ago

Hello.

Cloudscraper can't solve captcha, so you need a paid service to do it automatically.
Please, read https://github.com/DarkCat09/python-aternos/issues/52#issuecomment-1268632758

The error message about "pro" version looks like a joke. Cloudscraper is opensource.

DarkCat09 commented 1 year ago

If I find a free solution for this, I'll write a comment in #52 issue.