TeaM-TL / FotoKilof

GUI for ImageMagick and Wand
MIT License
306 stars 17 forks source link

OSError: [Errno 6] No such device or address #119

Closed manoflinux closed 1 year ago

manoflinux commented 2 years ago

Describe the bug I get OSError: [Errno 6] No such device or address

To Reproduce running it on the command line with no arguments

Expected behavior I expected a window to open

Screenshots fotokilof Traceback (most recent call last): File "/home/sysop/.local/bin/fotokilof", line 6, in from src import main File "/home/sysop/.local/lib/python3.7/site-packages/src/main.py", line 2371, in GM_or_IM_data = magick.check_magick() File "/home/sysop/.local/lib/python3.7/site-packages/src/magick.py", line 240, in check_magick version = version + ':' + get_magick_version(result_gm) File "/home/sysop/.local/lib/python3.7/site-packages/src/magick.py", line 196, in get_magick_version os.getlogin() + "_version")) OSError: [Errno 6] No such device or address

Desktop (please complete the following information): debian based chrome 100

Smartphone (please complete the following information):

Additional context I got this error first as described in https://github.com/TeaM-TL/FotoKilof/issues/116 and fixed it with a pillow upgrade, just in case they are related. fotokilof Traceback (most recent call last): File "/home/sysop/.local/bin/fotokilof", line 6, in from src import main File "/home/sysop/.local/lib/python3.7/site-packages/src/main.py", line 48, in from PIL import ImageGrab File "/usr/lib/python3/dist-packages/PIL/ImageGrab.py", line 22, in raise ImportError("ImageGrab is macOS and Windows only") ImportError: ImageGrab is macOS and Windows only

manoflinux commented 2 years ago

strace.txt added an strace if that helps

TeaM-TL commented 1 year ago

I found only problem with clipboard under MacOS. It will be fixed soon