When I download stockfish, select it in the GUI, and start it, I get this error. On the terminal it says,
Exception ignored in: <function Stockfish.del at 0x0000015273DDE5C0>
Traceback (most recent call last):
File "C:\Users\Gaming Laptop\chess-auto-bot-main\venv\Lib\site-packages\stockfish\models.py", line 777, in del
self.send_quit_command()
File "C:\Users\Gaming Laptop\chess-auto-bot-main\venv\Lib\site-packages\stockfish\models.py", line 770, in send_quit_command
if self._stockfish.poll() is None:
^^^^^^^^^^^^^^^
AttributeError: 'Stockfish' object has no attribute '_stockfish'
I read all of the past issues and none of then help my problem.
When I download stockfish, select it in the GUI, and start it, I get this error. On the terminal it says,
Exception ignored in: <function Stockfish.del at 0x0000015273DDE5C0> Traceback (most recent call last): File "C:\Users\Gaming Laptop\chess-auto-bot-main\venv\Lib\site-packages\stockfish\models.py", line 777, in del self.send_quit_command() File "C:\Users\Gaming Laptop\chess-auto-bot-main\venv\Lib\site-packages\stockfish\models.py", line 770, in send_quit_command if self._stockfish.poll() is None: ^^^^^^^^^^^^^^^ AttributeError: 'Stockfish' object has no attribute '_stockfish'
I read all of the past issues and none of then help my problem.