You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens once I either run main.py or start from the GUI.
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "commentator.py", line 22, in run
resized_chessboard = self.game_state.get_chessboard()
File "commentator.py", line 50, in get_chessboard
img = np.array(np.array(self.sct.grab(monitor)))
File ".env/lib/python3.10/site-packages/mss/base.py", line 90, in grab
screenshot = self._grab_impl(monitor)
File ".env/lib/python3.10/site-packages/mss/linux.py", line 428, in _grab_impl
self._handles.display,
AttributeError: '_thread._local' object has no attribute 'display'
Anyone knows what this is about?
The text was updated successfully, but these errors were encountered:
This happens once I either run main.py or start from the GUI.
Anyone knows what this is about?
The text was updated successfully, but these errors were encountered: