iholston / lol-bot

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

Stop at Results Screen #88

Closed damare1 closed 9 months ago

damare1 commented 11 months ago

Hi. I am using BOT on a desktop PC (Ryzen5 5600G,16GBMemory) and a laptop (i5-4210U 4GBMemory). The desktop is working fine. On the laptop, the bot sometimes stops at the results screen. The log shows that it stops at [MID/LATE GAME ROTATION] and does not go to [EXIT]. Is this due to low specs? https://i.imgur.com/vLuB7Tb.png

iholston commented 11 months ago

No this is due to a bug I believe, try the newest version of the bot (currently 1.3.0) and see if you still have this issue.

damare1 commented 11 months ago

Thanks for the quick response. I will use 1.3.0. I will report back.

damare1 commented 11 months ago

I downloaded 1.3.0 and tried to use it, but cannot. It exits at the load screen and loops reconnecting. https://i.imgur.com/Hi249fV.png How can I resolve this? This error also occurred with v1.2.1. I continue to use v1.1.1 as it works fine.

iholston commented 11 months ago

Hmm that is odd. If you have time, in the 1.3.0 version change LOGGING_LEVEL in constants.py to

LOGGING_LEVEL = logging.DEBUG

and run it again. Once the error goes through just drop the latest log from the /log folder in here so i can see.

iholston commented 11 months ago

Although, is the bot trying to play the tutorial?

damare1 commented 11 months ago

No. The game mode is beginner (830).

damare1 commented 11 months ago

Log file. 28092023_0130_log.log

iholston commented 11 months ago

This is great, thank you. I think i may know the issue, hopefully I'll get a hotfix out and release v1.3.1 today.

damare1 commented 11 months ago

Thank you. I hope this issue will be resolved.

iholston commented 11 months ago

I think the issue should be solved with v1.3.1, if not please let me know.

Akihoma commented 11 months ago

@iholston Is it possible to make it so that, to begin with, he played 3 game tutorials on new accounts?

iholston commented 11 months ago

the bot cannot play the tutorials, the tutorials should simply be skipped.

damare1 commented 11 months ago

Thanks. I was able to connect.(v1.3.1) I will now verify if it stops at the Results screen.

iholston commented 11 months ago

@damare1 it looks like your client is not in English, if this is the case, can you confirm whether or not the bot is actually purchasing items in v1.3.1? This is related to #89

damare1 commented 11 months ago

Also available in Japanese. ddd However, I am doing this in game mode 830, so item purchases are done automatically upon exiting the fountain. No item purchase is required for 830 users.

I used v1.3.1 for a day and it kept working without stopping at the results screen. I am happy about this. The previous version stopped 1-3 times a day. Thank you very much.