Version: 2.0.3 https://www.archlinux.org/packages/extra/any/deluge/
Deluge hasn't been working since installed updates on my computer yesterday. The program will load but isn't functioning correctly. Anyone know what's going on or how to fix this?
When I launch the program I get this:
Code: Select all
$ deluge-gtk
(deluge:22332): Gtk-CRITICAL **: 20:03:35.347: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(deluge:22332): Gtk-CRITICAL **: 20:03:35.347: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(deluge:22332): Gtk-CRITICAL **: 20:03:35.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/deluge/ui/gtk3/addtorrentdialog.py", line 752, in on_button_url_clicked
text = get_clipboard_text()
File "/usr/lib/python3.7/site-packages/deluge/ui/gtk3/common.py", line 388, in get_clipboard_text
or Clipboard.get().wait_for_text()
TypeError: Gtk.Clipboard.get() takes exactly 1 argument (0 given)
Additional details:
I installed all the "Optional" dependencies for the package. I tried the AUR package and had the same issue.