Skinz3 / League-of-Legends-Bot

League of legends bot is a pixel bot for League Of Legends 10.19, written in C# .NET using image processing , and dependency injection (Pattern Scripting)
152 stars 45 forks source link

Unhandled Exception: Leaf.xNet.HttpException #45

Closed dmclean1 closed 4 years ago

dmclean1 commented 4 years ago

I have downloaded the zip, extracted the folder onto my desktop in an uncompressed folder, set the account.txt to my account, champlist which has one champ on each line 'missfortune' 'ahri' and 'sivir' (without quotes). I have set my monitor resolution to 1920x1080 and my client res to 1600 * 900

I open LeagueBot.exe as admin, and type 'StartCoop'. This is what I get: How do I fix this and why is it happening?

LeagueBot Error

maodou38 commented 4 years ago

The same happened

wcrwcr commented 4 years ago

same issue, win7 x64. probably due to riot using random port for LCU, while lobby routines here has it hardcoded to 2999

skwiatko commented 4 years ago

I had the same problem and the issue was installation path in config.json, i had League on D: drive, after fix working as expected (i hope)

Skinz3 commented 4 years ago

Fixed