iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
295 stars 46 forks source link

Item Purchase Flow is no longer working #146

Closed JustinG512 closed 7 months ago

JustinG512 commented 8 months ago

The bot continues to attempt to purchase the same first item for the full duration of the game. Here are the logs which may be useful.

21112023_1303.log

Edit: The champ is not selected in your application. This may be the reason. Any tips on fixing it? I think it might be related to riot using the riot id (abcd#1234). So it would need to look for the abcd which is located in the .json file.

Possible fix: Let users input the riot id into the config and bring in the var that way

image

iholston commented 8 months ago

Thanks, currently planning to overhaul item buying anyway soon, so this will be address in a future update.

iholston commented 7 months ago

This issue should be fixed under the last few releases.