pyshare -f throws an error when called via ssh (or generally without X) #1
kageru
commented 2019-01-17 15:54:50 +01:00
Owner
```Traceback (most recent call last):
File "/home/kageru/bin/pyshare", line 197, in <module>
upload_local_file(file)
File "/home/kageru/bin/pyshare", line 56, in upload_local_file
notify_user(url, path)
File "/home/kageru/bin/pyshare", line 146, in notify_user
pyperclip.copy(url)
File "/usr/lib/python3.7/site-packages/pyperclip/__init__.py", line 612, in lazy_load_stub_copy
return copy(text)
File "/usr/lib/python3.7/site-packages/pyperclip/__init__.py", line 297, in __call__
raise PyperclipException(EXCEPT_MSG)
pyperclip.PyperclipException:
Pyperclip could not find a copy/paste mechanism for your system.
For more information, please visit https://pyperclip.readthedocs.io/en/latest/introduction.html#not-implemented-error
```
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?