[Auto Queue]
Client found
Creating lobby
Changed arena skin to default
Creating lobby
Starting queue
Starting queue
[!] Searching for game window
Did not find window, trying again...
Did not find window, trying again...
Did not find window, trying again...
Did not find window, trying again...
Window League of Legends (TM) Client found
Location: (0, 0)
Size: (1920, 1080)
Process Process-1:
Traceback (most recent call last):
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Ramz\Downloads\TFT-OCR-BOT-main\TFT-OCR-BOT-main\main.py", line 16, in game_loop
Game(ui_queue)
File "C:\Users\Ramz\Downloads\TFT-OCR-BOT-main\TFT-OCR-BOT-main\game.py", line 34, in __init__
self.loading_screen()
File "C:\Users\Ramz\Downloads\TFT-OCR-BOT-main\TFT-OCR-BOT-main\game.py", line 61, in loading_screen
while game_functions.get_round() != "1-1":
File "C:\Users\Ramz\Downloads\TFT-OCR-BOT-main\TFT-OCR-BOT-main\game_functions.py", line 17, in get_round
game_round: str = ocr.get_text_from_image(image=round_two, whitelist=ocr.ROUND_WHITELIST)
File "C:\Users\Ramz\Downloads\TFT-OCR-BOT-main\TFT-OCR-BOT-main\ocr.py", line 59, in get_text_from_image
return pytesseract.image_to_string(thresholding,
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\site-packages\pytesseract\pytesseract.py", line 416, in image_to_string
return {
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\site-packages\pytesseract\pytesseract.py", line 419, in <lambda>
Output.STRING: lambda: run_and_get_output(*args),
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\site-packages\pytesseract\pytesseract.py", line 286, in run_and_get_output
run_tesseract(**kwargs)
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\site-packages\pytesseract\pytesseract.py", line 257, in run_tesseract
raise e
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\site-packages\pytesseract\pytesseract.py", line 254, in run_tesseract
proc = subprocess.Popen(cmd_args, **subprocess_args())
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 969, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Ramz\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1438, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
PermissionError: [WinError 5] Access is denied
Program works flawlessly until the game opens and this error appears.