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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/reimar/Miniforge/envs/mssdev/lib/python3.11/site-packages/PIL/ImageGrab.py", line 78, in grab
size, data = Image.core.grabscreen_x11(display_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: X get_image failed: error 8 (73, 0, 1189)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/reimar/Miniforge/envs/mssdev/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/home/reimar/Miniforge/envs/mssdev/lib/python3.11/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/home/reimar/MAIN/MSS/tutorials/tutorial_mscolab.py", line 59, in automate_mscolab
_connect_to_mscolab_url()
File "/home/reimar/MAIN/MSS/tutorials/tutorial_mscolab.py", line 547, in _connect_to_mscolab_url
find_and_click_picture('msuimainwindow-connect.png',
File "/home/reimar/MAIN/MSS/tutorials/utils/__init__.py", line 307, in find_and_click_picture
im = pag.screenshot(region=region)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/reimar/Miniforge/envs/mssdev/lib/python3.11/site-packages/pyscreeze/__init__.py", line 603, in _screenshot_linux
im = ImageGrab.grab() # use Pillow's grab() for Pillow 9.2.0 and later.
^^^^^^^^^^^^^^^^
File "/home/reimar/Miniforge/envs/mssdev/lib/python3.11/site-packages/PIL/ImageGrab.py", line 88, in grab
im = Image.open(filepath)
^^^^^^^^^^^^^^^^^^^^
File "/home/reimar/Miniforge/envs/mssdev/lib/python3.11/site-packages/PIL/Image.py", line 3498, in open
raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file '/tmp/tmpd1fej3nd.png'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: