RobinReinecke / GrepBOTlis

Grepolis Bot in C#
4 stars 2 forks source link

Bot freeze after the game update #2

Closed tgg4ever closed 5 years ago

tgg4ever commented 5 years ago

Hello Robin sorry for bother you. I tried your latest release everything worked fine but 1 week ago game has been patched. I tried debugging but I find nothing :( I guess my knowledge is inadequate. can you check the bot on your free time :( thanks for your excellent job.

I still trying to figure out bot's working method :))

tgg4ever commented 5 years ago

Screenshot_3

RobinReinecke commented 5 years ago

Hi, I'll check it out this weekend. I just tried debugging but got an error in "HttpHandlerOnDownloadStringCompleted", because no SSL Tunnel could be established. Please set a breakpoint there and check out if you get the same error.

tgg4ever commented 5 years ago

Hi, I'll check it out this weekend. I just tried debugging but got an error in "HttpHandlerOnDownloadStringCompleted", because no SSL Tunnel could be established. Please set a breakpoint there and check out if you get the same error.

I fix the problem thank you man u re awesome :) Server connection protocol changed to latest game patch tls11>tls12 Need the change in mainform SecurityProtocolType tls12

RobinReinecke commented 5 years ago

Awesome! If you'd like, you can create a Pull Request. Or wait until I integrate it.

RobinReinecke commented 5 years ago

3 fixed the issue