iholston / lol-bot

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

Need help launching #121

Closed BRebbi closed 11 months ago

BRebbi commented 11 months ago

Sorry for wasting your time but i just cant make it work. I basically did everything there was supposed to be done. Installed the requirements, python set up, right lol path. However i dont know why when i start launcher.bat it shows this: image As i understand from the code its supposed to create a "logs" directory in the bot directory (I might be wrong). I thought it could be related to administrator permissions but i doubt it. Anyways, i proceeded to create manually a logs folder and then ran the launcher.bat file. image image I might have gotten this totally wrong tho... If you ve got any idea what i did wrong please let me know.

iholston commented 11 months ago

try running the launcher as admin

right click launcher.bat and select run as administrator.

another thing you can try if that doesnt work is to open the scripts folder and double click on main.py

BRebbi commented 11 months ago

Man im just dumb. Everything is fine it just had to be in a folder other than users. Changed the location it works perfectly. Thanks again and sorry for the dumb question :)