Louuke / CoinMarketCapLoyalty

Automatic CoinMarketCap Diamond Collector
Apache License 2.0
3 stars 1 forks source link

REcaptcha not working #2

Open degiorgig opened 2 years ago

degiorgig commented 2 years ago

Hi I was able to run it but the service is not working

{ "status": { "timestamp": "2022-02-19T07:57:06.650Z", "error_code": "500", "error_message": "Recaptcha invalid", "elapsed": "1", "credit_count": 0 } } any idea?

Louuke commented 2 years ago

Yes, CoinMarketCap changed the captcha to a slider captcha some time ago, which is very similar to a GeeTest captcha. Since then, the code is broken.

You could solve the captcha by using Selenium and calculate how far it needs to move the captcha slider.

degiorgig commented 2 years ago

thanks, can't we just use the geetest captcha?