iholston / lol-bot

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

Windows 7 Tasklist Error #131

Closed adoma25 closed 7 months ago

adoma25 commented 8 months ago

For both v1.3.2 and v 2.0.0 i get issues when running the bot

v1.3.2: subprocess.CalledProcessError: Command '[TASKLIST ]' returned non-zero exit status 1

v1 3 2

v2.0.0: v2 0 0

I'm running Windows 7 and python 3.10.1 64bit

iholston commented 8 months ago

This is a windows 7 specific issue. I do not have windows 7 so I cannot debug. But the tasklist command is not working properly and the bot relies heavily on that command.

iholston commented 7 months ago

Unfortunately, I will not be adding windows 7 support so I'm closing out this issue.