jorgeajimenezl / animeflv-api

AnimeFLV is a python custom API for animeflv.net
MIT License
64 stars 24 forks source link

cloudscraper.exceptions.CloudflareChallengeError #4

Open xErik444x opened 3 years ago

xErik444x commented 3 years ago

Parece que ya no se puede usar cloudscraper para animeflv. Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version. (solamente probé el test.py)

dmtzs commented 2 years ago

This means there is a problem with this? Im planning to use this library but I dont now if its receiving some support?

okok7711 commented 1 year ago

This means there is a problem with this? Im planning to use this library but I dont now if its receiving some support?

cloudscraper does not allow CF v2 captcha solving for free (cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version.) this is not a problem with animeflv but with cloudscraper monetization

powerrbob commented 1 year ago

Podría alguien indicarme si el código es funcional? Acabo de ver este hilo sobre el captcha y no lo tengo claro.

Could someone clarify me if the code is working in the last version? I don't sure reading this . Many thanks

jorgeajimenezl commented 1 year ago

Podría alguien indicarme si el código es funcional? Acabo de ver este hilo sobre el captcha y no lo tengo claro.

El código hasta ahora es funcional, pero el problema sigue siendo el de superar el challenge de Cloudflare. Ahora mismo se usa biblioteca que usa una version free de un solver, por lo cual no siempre funciona. Entonces, una llamada no siempre puede funcionar, pero podrias crear algo así como se usa en la función wrap_request de las pruebas, para así hacer llamadas sucesivas.