deluge works fine with private trackers but not public ones.

General support for problems installing or using Deluge
Post Reply
zagor64
New User
New User
Posts: 9
Joined: Sun May 11, 2014 1:52 pm

deluge works fine with private trackers but not public ones.

Post by zagor64 »

I have a dedicated server that I use as a seedbox. I have both Deluge 1.3.10 daemon and rtorrent installed on it. I use private trackers 99.99% of the times and both Deluge and rtorrent work fine. On occasion, when I can't find something on a private tracker, I'll try a public tracker like kickass or pirate bay. The problem is that Deluge will not connect to seeders/peers at all and all I get is demonii.com: Error: while the exact same torrent will work fine if I use rtorrent which as I said is installed on the exact same server. I tinkered with the deluge settings like turning on DHT and peer-exchange but nothing has worked so far. Also I am using the windows client if that matters.

Forgot to mention that the daemon is running on ubuntu 12.04.5.
Acid0057
New User
New User
Posts: 5
Joined: Tue Mar 10, 2015 2:16 pm

Re: deluge works fine with private trackers but not public o

Post by Acid0057 »

I registered just because I have this exact same problem. I'm on a Raspberry Pi B+ running Deluge and Libtorrent built from Source (The APT packages on the Pi are still only at 1.3.6 for deluge and 0.15.1 for Libtorrent)

Public Trackers die for me. I have just tried to download Ubuntu 14.04.02 from their public torrent and get the same result:

Code: Select all

Tracker Status:
ubuntu.com: Error:
Here's my version information:

Code: Select all

pi@pitorrentprinter ~ $ deluge -version
deluge: 1.3.11
libtorrent: 1.0.3.0
I've even upgraded to the newer Libtorrent thinking that was the issue. Any thoughts as to why this is happening? I tried the log files but all I'm getting is stuff related to the GTK interface. (I don't have it setup as its a headless server)

EDIT:

Here's a debug log from my machine in case it helps anybody coming across this thread:

Code: Select all

pi@pitorrentprinter ~ $ deluge -L debug
[INFO    ] 10:29:51 main:125 Deluge ui 1.3.11
[DEBUG   ] 10:29:51 main:126 options: {'loglevel': 'debug', 'default_ui': None, 'args': None, 'quiet': False, 'ui': None, 'logfile': None, 'config': None}
[DEBUG   ] 10:29:51 main:127 args: []
[DEBUG   ] 10:29:51 main:128 ui_args: []
[INFO    ] 10:29:51 main:131 Starting ui..
[DEBUG   ] 10:29:51 ui:129 UI init..
[DEBUG   ] 10:29:51 configmanager:111 Getting config 'ui.conf'
[DEBUG   ] 10:29:51 config:197 Setting 'default_ui' to gtk of <type 'str'>
[DEBUG   ] 10:29:51 config:391 Config /home/pi/.config/deluge/ui.conf version: 1.1 loaded: {'default_ui': u'gtk'}
[INFO    ] 10:29:51 ui:148 Starting GtkUI..
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
[WARNING ] 10:29:54 gtkui:207 Unable to register a 'die' handler with the GNOME session manager: No module named gnome.ui
[DEBUG   ] 10:29:54 common:250 gconf not available, so will not attempt to register magnet uri handler
[DEBUG   ] 10:29:54 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 10:29:54 config:197 Setting 'close_to_tray' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_sound_path' to /home/pi/Downloads of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'window_width' to 640 of <type 'int'>
[DEBUG   ] 10:29:54 config:197 Setting 'default_load_path' to None of <type 'NoneType'>
[DEBUG   ] 10:29:54 config:197 Setting 'window_y_pos' to 0 of <type 'int'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_email' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG   ] 10:29:54 config:197 Setting 'show_statusbar' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_popup' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_pass' to  of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG   ] 10:29:54 config:197 Setting 'window_maximized' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'enable_system_tray' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'show_sidebar' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'show_connection_manager_on_start' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'lock_tray' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'createtorrent.trackers' to [] of <type 'list'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_sound' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'tray_password' to  of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'focus_add_dialog' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_server' to  of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'start_in_tray' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_tray_blink' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'check_new_releases' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'autoadd_queued' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'pref_dialog_width' to None of <type 'NoneType'>
[DEBUG   ] 10:29:54 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'autoconnect_host_id' to None of <type 'NoneType'>
[DEBUG   ] 10:29:54 config:197 Setting 'classic_mode' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'window_pane_position' to -1 of <type 'int'>
[DEBUG   ] 10:29:54 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG   ] 10:29:54 config:197 Setting 'show_rate_in_title' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'pref_dialog_height' to None of <type 'NoneType'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_username' to  of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'interactive_add' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'sidebar_show_zero' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'window_x_pos' to 0 of <type 'int'>
[DEBUG   ] 10:29:54 config:197 Setting 'window_height' to 480 of <type 'int'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_security' to None of <type 'NoneType'>
[DEBUG   ] 10:29:54 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of <type 'list'>
[DEBUG   ] 10:29:54 config:197 Setting 'sidebar_position' to 170 of <type 'int'>
[DEBUG   ] 10:29:54 config:197 Setting 'show_new_releases' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'autoconnect' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'choose_directory_dialog_path' to /home/pi/Downloads of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'sidebar_show_trackers' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'autostart_localhost' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'show_toolbar' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'autoadd_location' to  of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'enable_appindicator' to False of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'focus_main_window_on_add' to True of <type 'bool'>
[DEBUG   ] 10:29:54 config:197 Setting 'ntf_email_add' to  of <type 'str'>
[DEBUG   ] 10:29:54 config:197 Setting 'signal_port' to 40000 of <type 'int'>
[WARNING ] 10:29:54 config:361 Unable to open config file /home/pi/.config/deluge/gtkui.conf: [Errno 2] No such file or directory: '/home/pi/.config/deluge/gtkui.conf'
[DEBUG   ] 10:29:54 configmanager:111 Getting config 'gtkui.conf'
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: invalid (NULL) pointer instance
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: Attempt to add property GtkSettings::gtk-label-select-on-focus after class was initialised
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: Attempt to add property GtkSettings::gtk-scrolled-window-placement after class was initialised
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: Attempt to add property GtkSettings::gtk-button-images after class was initialised
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:60: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  "glade/queuedtorrents.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:76: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  gtk.TreeViewColumn(_("Torrent"), gtk.CellRendererText(), text=0))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/queuedtorrents.py:76: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  gtk.TreeViewColumn(_("Torrent"), gtk.CellRendererText(), text=0))
[DEBUG   ] 10:29:55 ipcinterface:127 Checking if lockfile exists: /home/pi/.config/deluge/ipc/deluge-gtk.lock
[DEBUG   ] 10:29:55 ipcinterface:130 Removing lockfile since it's stale.
[DEBUG   ] 10:29:55 ipcinterface:181 Processing args from other process: []
[DEBUG   ] 10:29:55 ipcinterface:184 Not connected to host.. Adding to queue.
[DEBUG   ] 10:29:55 sessionproxy:55 SessionProxy init..
[DEBUG   ] 10:29:55 configmanager:111 Getting config 'gtkui.conf'
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: invalid (NULL) pointer instance
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-menu-bar-popup-delay after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-can-change-accels after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-menu-popup-delay after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-menu-popdown-delay after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-menu-images after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gdk_screen_get_display: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-entry-select-on-focus after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: Attempt to add property GtkSettings::gtk-entry-password-hint-timeout after class was initialised
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_context_set_font_description: assertion 'context != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_context_set_base_dir: assertion 'context != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_context_set_language: assertion 'context != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_new: assertion 'context != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_attributes: assertion 'layout != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_text: assertion 'layout != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_get_unknown_glyphs_count: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gtk_icon_size_lookup_for_settings: assertion 'GTK_IS_SETTINGS (settings)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: Invalid icon size 1

  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gtk_icon_theme_load_icon: assertion 'GTK_IS_ICON_THEME (icon_theme)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: Error loading theme icon 'edit-find' for stock: 
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: /build/gtk+2.0-x7uJoT/gtk+2.0-2.24.10/gtk/gtkstyle.c:2358: invalid icon size '1'
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gtk_style_render_icon: assertion 'pixbuf != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: Error loading theme icon 'text-x-generic' for stock: 
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: GtkWarning: IA__gtk_icon_theme_lookup_by_gicon: assertion 'GTK_IS_ICON_THEME (icon_theme)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_single_paragraph_mode: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_ellipsize: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_width: assertion 'layout != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_wrap: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_set_alignment: assertion 'layout != NULL' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/mainwindow.py:71: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/main_window.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/common.py:230: GtkWarning: IA__gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  icon_theme = gtk.icon_theme_get_default()
[DEBUG   ] 10:29:56 config:304 Registering function for show_rate_in_title key..
[DEBUG   ] 10:29:56 menubar:53 MenuBar init..
[DEBUG   ] 10:29:56 configmanager:111 Getting config 'gtkui.conf'
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:61: Warning: invalid (NULL) pointer instance
  "glade/torrent_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:61: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/torrent_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:61: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/torrent_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:61: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  "glade/torrent_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:61: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  "glade/torrent_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:76: Warning: invalid (NULL) pointer instance
  submenu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:76: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  submenu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:77: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  item = gtk.MenuItem(_("Set Unlimited"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:77: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  item = gtk.MenuItem(_("Set Unlimited"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:81: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  item = gtk.MenuItem(_("Other..."))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:81: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  item = gtk.MenuItem(_("Other..."))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:88: Warning: invalid (NULL) pointer instance
  submenu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:88: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  submenu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:89: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  item = gtk.MenuItem(_("On"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:89: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  item = gtk.MenuItem(_("On"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:92: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  item = gtk.MenuItem(_("Off"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/menubar.py:92: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  item = gtk.MenuItem(_("Off"))
[DEBUG   ] 10:29:56 toolbar:51 ToolBar Init..
[DEBUG   ] 10:29:56 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 10:29:56 listview:192 ListView initialized..
[DEBUG   ] 10:29:56 listview:323 Loading ListView state file: torrentview.state
[WARNING ] 10:29:56 listview:328 Unable to load state file: [Errno 2] No such file or directory: '/home/pi/.config/deluge/torrentview.state'
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/listview.py:387: Warning: invalid (NULL) pointer instance
  menu = self.menu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/listview.py:387: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu = self.menu = gtk.Menu()
[DEBUG   ] 10:29:56 torrentview:222 TorrentView Init..
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/listview.py:395: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem = gtk.CheckMenuItem(column.name)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/listview.py:395: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem = gtk.CheckMenuItem(column.name)
[DEBUG   ] 10:29:57 torrentdetails:443 Loading TorrentDetails state file: tabs.state
[WARNING ] 10:29:57 torrentdetails:448 Unable to load state file: [Errno 2] No such file or directory: '/home/pi/.config/deluge/tabs.state'
[DEBUG   ] 10:29:57 torrentdetails:157 weights: []
[DEBUG   ] 10:29:57 torrentdetails:158 weight of tab: 0
[DEBUG   ] 10:29:57 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 10:29:57 torrentdetails:69 parent: None
[DEBUG   ] 10:29:57 torrentdetails:198 Tab inserted at 0
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:140: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:140: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:153: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:153: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:166: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:166: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:184: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/files_tab.py:184: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
[DEBUG   ] 10:29:57 files_tab:280 Loading FilesTab state file: files_tab.state
[WARNING ] 10:29:57 files_tab:285 Unable to load state file: [Errno 2] No such file or directory: '/home/pi/.config/deluge/files_tab.state'
[DEBUG   ] 10:29:57 torrentdetails:157 weights: [(0, 'Status')]
[DEBUG   ] 10:29:57 torrentdetails:158 weight of tab: 2
[DEBUG   ] 10:29:57 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 10:29:57 torrentdetails:69 parent: None
[DEBUG   ] 10:29:57 torrentdetails:198 Tab inserted at 1
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:97: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:97: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:113: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:113: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:126: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:126: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:139: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:139: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:152: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:152: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:167: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.listview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/peers_tab.py:167: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.listview.append_column(column)
[DEBUG   ] 10:29:57 peers_tab:211 Loading PeersTab state file: peers_tab.state
[WARNING ] 10:29:57 peers_tab:216 Unable to load state file: [Errno 2] No such file or directory: '/home/pi/.config/deluge/peers_tab.state'
[DEBUG   ] 10:29:57 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files')]
[DEBUG   ] 10:29:57 torrentdetails:158 weight of tab: 3
[DEBUG   ] 10:29:57 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 10:29:57 torrentdetails:69 parent: None
[DEBUG   ] 10:29:57 torrentdetails:198 Tab inserted at 2
[DEBUG   ] 10:29:57 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 10:29:57 torrentdetails:158 weight of tab: 1
[DEBUG   ] 10:29:57 torrentdetails:164 Found pos 1
[DEBUG   ] 10:29:57 torrentdetails:193 Trying to insert tab at 1
[DEBUG   ] 10:29:57 torrentdetails:69 parent: None
[DEBUG   ] 10:29:57 torrentdetails:198 Tab inserted at 1
[DEBUG   ] 10:29:57 torrentdetails:157 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 10:29:57 torrentdetails:158 weight of tab: 4
[DEBUG   ] 10:29:57 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 10:29:57 torrentdetails:69 parent: None
[DEBUG   ] 10:29:57 torrentdetails:198 Tab inserted at 4
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/torrentdetails.py:286: Warning: invalid (NULL) pointer instance
  menu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/torrentdetails.py:286: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu = gtk.Menu()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/torrentdetails.py:288: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem = gtk.CheckMenuItem(self.translate_tabs["All"], True)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/torrentdetails.py:288: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem = gtk.CheckMenuItem(self.translate_tabs["All"], True)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/torrentdetails.py:311: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem = gtk.CheckMenuItem(self.translate_tabs[name], True)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/torrentdetails.py:311: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem = gtk.CheckMenuItem(self.translate_tabs[name], True)
[DEBUG   ] 10:29:57 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 10:29:57 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 10:29:57 sidebar:85 add tab:filters
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/sidebar.py:87: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  scrolled = gtk.ScrolledWindow()
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:113: Warning: invalid (NULL) pointer instance
  "glade/filtertree_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:113: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/filtertree_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:113: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/filtertree_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:113: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  "glade/filtertree_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:113: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  "glade/filtertree_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:138: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.label_view.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:138: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.label_view.append_column(column)
[DEBUG   ] 10:29:57 filtertreeview:322 nothing selected
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: Warning: invalid (NULL) pointer instance
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gtk_icon_size_lookup_for_settings: assertion 'GTK_IS_SETTINGS (settings)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: Invalid icon size 1

  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gtk_icon_theme_load_icon: assertion 'GTK_IS_ICON_THEME (icon_theme)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: Error loading theme icon 'edit-find' for stock: 
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: /build/gtk+2.0-x7uJoT/gtk+2.0-2.24.10/gtk/gtkstyle.c:2358: invalid icon size '1'
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gtk_style_render_icon: assertion 'pixbuf != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: Error loading theme icon 'text-x-generic' for stock: 
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gtk_icon_theme_lookup_by_gicon: assertion 'GTK_IS_ICON_THEME (icon_theme)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gdk_screen_get_display: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_context_set_font_description: assertion 'context != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_context_set_base_dir: assertion 'context != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_context_set_language: assertion 'context != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_new: assertion 'context != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_single_paragraph_mode: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_ellipsize: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_width: assertion 'layout != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_wrap: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_alignment: assertion 'layout != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_attributes: assertion 'layout != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_set_text: assertion 'layout != NULL' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:56: PangoWarning: pango_layout_get_unknown_glyphs_count: assertion 'PANGO_IS_LAYOUT (layout)' failed
  "glade/preferences_dialog.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:58: GtkWarning: IA__gtk_window_set_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.pref_dialog.set_transient_for(component.get("MainWindow").window)
[DEBUG   ] 10:29:59 configmanager:111 Getting config 'gtkui.conf'
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:78: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.treeview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:78: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.treeview.append_column(column)
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:97: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  gtk.TreeViewColumn(_("Enabled"), render, active=1))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:97: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  gtk.TreeViewColumn(_("Enabled"), render, active=1))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:99: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  gtk.TreeViewColumn(_("Plugin"), gtk.CellRendererText(), text=2))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/preferences.py:99: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  gtk.TreeViewColumn(_("Plugin"), gtk.CellRendererText(), text=2))
[DEBUG   ] 10:29:59 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 10:29:59 config:304 Registering function for enable_system_tray key..
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:90: Warning: invalid (NULL) pointer instance
  "glade/tray_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:90: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/tray_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:90: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  "glade/tray_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:90: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  "glade/tray_menu.glade"))
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:90: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  "glade/tray_menu.glade"))
[DEBUG   ] 10:29:59 systemtray:132 Enabling the system tray icon..
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:138: Warning: invalid (NULL) pointer instance
  self.tray = gtk.status_icon_new_from_icon_name("deluge")
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:138: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  self.tray = gtk.status_icon_new_from_icon_name("deluge")
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:138: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
  self.tray = gtk.status_icon_new_from_icon_name("deluge")
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:138: GtkWarning: IA__gdk_screen_get_display: assertion 'GDK_IS_SCREEN (screen)' failed
  self.tray = gtk.status_icon_new_from_icon_name("deluge")
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:138: GtkWarning: IA__gdk_x11_display_get_xdisplay: assertion 'GDK_IS_DISPLAY (display)' failed
  self.tray = gtk.status_icon_new_from_icon_name("deluge")
/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/ui/gtkui/systemtray.py:138: GtkWarning: IA__gdk_screen_get_number: assertion 'GDK_IS_SCREEN (screen)' failed
  self.tray = gtk.status_icon_new_from_icon_name("deluge")
Segmentation fault
pi@pitorrentprinter ~ $ 
Acid0057
New User
New User
Posts: 5
Joined: Tue Mar 10, 2015 2:16 pm

Re: deluge works fine with private trackers but not public o

Post by Acid0057 »

Cas any help here? I'd love to get this working please. Thanks!
supeer
New User
New User
Posts: 3
Joined: Thu Oct 30, 2014 6:55 pm

Re: deluge works fine with private trackers but not public o

Post by supeer »

I'm having the same error. Does anyone need logs?
erdrag
New User
New User
Posts: 8
Joined: Mon Jun 01, 2015 5:16 pm

Re: deluge works fine with private trackers but not public o

Post by erdrag »

I have the same issue i think, i have alot of torrent that are suppose to seed, but they dont, even when it says it has people downloading the torrent :S
Acid0057
New User
New User
Posts: 5
Joined: Tue Mar 10, 2015 2:16 pm

Re: deluge works fine with private trackers but not public o

Post by Acid0057 »

My issue went away when I downgraded to the Libtorrnet that comes standard with the Ras Pi and the standard Deluge. Not sure if that would help.
Post Reply