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
in the copyPath function when trying to copy a "pipe file" I get this error: FileSystemException: Cannot copy file to '/tmp/LXFGGC/default.realm.note', path = '<some_path_on_my_machine>/default.realm.note' (OS Error: Illegal seek, errno = 29)
calling ls -al default.realm.note is: prw-r--r-- 1 khaled khaled 0 Jul 21 11:13 default.realm.note
my os:
OS: EndeavourOS Linux x86_64
Kernel: 6.9.8-arch1-1
Request:
please just throw or handle it, I spent some precious time jumping between packages' source codes to find out that this is the issue :)
The text was updated successfully, but these errors were encountered:
Short story:
in the copyPath function when trying to copy a "pipe file" I get this error:
FileSystemException: Cannot copy file to '/tmp/LXFGGC/default.realm.note', path = '<some_path_on_my_machine>/default.realm.note' (OS Error: Illegal seek, errno = 29)
calling
ls -al
default.realm.note is:prw-r--r-- 1 khaled khaled 0 Jul 21 11:13 default.realm.note
my os:
Request:
please just throw or handle it, I spent some precious time jumping between packages' source codes to find out that this is the issue :)
The text was updated successfully, but these errors were encountered: