1 | common.py:388:get_clipboard_text:TypeError: Gtk.Clipboard.get() takes exactly 1 argument (0 given)
|
---|
2 |
|
---|
3 | Traceback (most recent call last):
|
---|
4 | File "/usr/lib/python3.7/site-packages/deluge/ui/gtk3/addtorrentdialog.py", line 840, in on_button_hash_clicked
|
---|
5 | text = get_clipboard_text()
|
---|
6 | File "/usr/lib/python3.7/site-packages/deluge/ui/gtk3/common.py", line 388, in get_clipboard_text
|
---|
7 | or Clipboard.get().wait_for_text()
|
---|
8 | TypeError: Gtk.Clipboard.get() takes exactly 1 argument (0 given)
|
---|
9 |
|
---|
10 | Local variables in innermost frame:
|
---|