Topinambur223606 / PixelPlanetTools

Bot for pixelplanet.fun. Partially based on woyken/pixelplanet.fun-bot
35 stars 13 forks source link

Bot problem #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

He asks to pass the captcha, even when it is passed. Log file: a.txt

Topinambur223606 commented 4 years ago

It's because something is updated on server side Investigating at the moment

BTARD1488 commented 4 years ago

working version: https://github.com/BTARD1488/PixelPlanetBotFixed

BTARD1488 commented 4 years ago

It's because something is updated on server side Investigating at the moment

Just change the httpwebrequest user agent to "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"

Topinambur223606 commented 4 years ago

Thank you very much for cooperation, I'll update it soon.

BTARD1488 commented 4 years ago

datasclass i think i made some changes to this as well

Myrek12 commented 4 years ago

Thank you very much for cooperation, I'll update it soon.

then hurry up

b44rt commented 4 years ago

Thank you very much for cooperation, I'll update it soon.

Fork or wait, will it be today ?

Topinambur223606 commented 4 years ago

OK, same problem appeared again

Myrek12 commented 4 years ago

OK, same problem appeared again

fast go go! 🥇

0xJoey commented 4 years ago

Found the problem. It has to do with the lack of an Accept-Language header. Simply adding the following line to HttpWrapper.cs:SendRequest() fixed it for me

request.Headers["Accept-Language"] = "en-US,en;q=0.5";

ghost commented 4 years ago

image Again that's problem.

Topinambur223606 commented 4 years ago

Well it seems that the issue is solved. @msenya25, please close if it is.