[solved] problem with plugin template

General support for problems installing or using Deluge
Post Reply
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

[solved] problem with plugin template

Post by haydent »

so following this guide http://dev.deluge-torrent.org/wiki/Deve ... 1.3/Plugin

if you build and install the plugin, it runs fine, but if you leave it enabled and close the program when you open it again you get this:

(read notepad as MyPlugin, i renamed it)

visually all the bottom status bar does not work and you get 2 'connections' icons, and it does not appear connected

info level output:

Code: Select all

[INFO    ] 07:44:16 main:125 Deluge ui 1.3.12
[INFO    ] 07:44:16 main:131 Starting ui..
[INFO    ] 07:44:16 ui:148 Starting GtkUI..
[WARNING ] 07:44:17 gtkui:207 Unable to register a 'die' handler with the GNOME session manager: No module named gnome.ui
[INFO    ] 07:44:17 daemon:124 Deluge daemon 1.3.12
[INFO    ] 07:44:17 core:80 Starting libtorrent 1.0.6.0 session..
[WARNING ] 07:44:18 preferencesmanager:496 Unable to find GeoIP database file!
[INFO    ] 07:44:18 pluginmanagerbase:158 Plugin notepad enabled..
[INFO    ] 07:44:18 pluginmanagerbase:158 Plugin notepad enabled..
[INFO    ] 07:44:18 torrentmanager:642 Successfully loaded state file: C:\Users\USER\AppData\Roaming\deluge\state\torrents.state
[WARNING ] 07:44:18 torrentmanager:653 Unable to update state file to a compatible version: list index out of range
[INFO    ] 07:44:18 torrentmanager:765 Successfully loaded fastresume file: C:\Users\USER\AppData\Roaming\deluge\state\torrents.fastresume
[ERROR   ] 07:44:18 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'deluge\\data\\pixmaps\\all16.png'
twisted/internet/base.py:430:_continueFiring
deluge\ui\gtkui\gtkui.py:368:_on_reactor_start
deluge\component.py:296:start
deluge\component.py:124:_component_start
--- <exception caught here> ---
twisted/internet/defer.py:150:maybeDeferred
deluge\ui\gtkui\filtertreeview.py:167:start
deluge\ui\gtkui\filtertreeview.py:233:update_row
deluge\ui\gtkui\filtertreeview.py:294:get_pixmap
deluge\common.py:232:get_pixmap
pkg_resources/__init__.py:1161:resource_filename
pkg_resources/__init__.py:1862:get_resource_filename
pkg_resources/__init__.py:1883:_extract_resource
]
[WARNING ] 07:44:18 pluginmanagerbase:134 Cannot enable already enabled plugin notepad
[ERROR   ] 07:44:18 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'deluge\\data\\pixmaps\\downloading16.png'
deluge\ui\gtkui\gtkui.py:368:_on_reactor_start
deluge\component.py:292:start
deluge\component.py:296:start
deluge\component.py:124:_component_start
--- <exception caught here> ---
twisted/internet/defer.py:150:maybeDeferred
deluge\ui\gtkui\statusbar.py:166:start
deluge\common.py:232:get_pixmap
pkg_resources/__init__.py:1161:resource_filename
pkg_resources/__init__.py:1862:get_resource_filename
pkg_resources/__init__.py:1883:_extract_resource
]
[ERROR   ] 07:44:18 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'deluge\\data\\pixmaps\\downloading16.png'
twisted/internet/base.py:430:_continueFiring
deluge\ui\gtkui\gtkui.py:368:_on_reactor_start
deluge\component.py:296:start
deluge\component.py:124:_component_start
--- <exception caught here> ---
twisted/internet/defer.py:150:maybeDeferred
deluge\ui\gtkui\statusbar.py:166:start
deluge\common.py:232:get_pixmap
pkg_resources/__init__.py:1161:resource_filename
pkg_resources/__init__.py:1862:get_resource_filename
pkg_resources/__init__.py:1883:_extract_resource
]
[INFO    ] 07:44:24 daemon:187 Waiting for components to shutdown..
[INFO    ] 07:44:24 pluginmanagerbase:170 Plugin notepad disabled..
[INFO    ] 07:44:24 torrentmanager:723 Saving the state at: C:\Users\USER\AppData\Roaming\deluge\state\torrents.state
[INFO    ] 07:44:24 pluginmanagerbase:170 Plugin notepad disabled..
[WARNING ] 07:44:24 pluginmanagerbase:168 Plugin notepad is not enabled..
[INFO    ] 07:44:24 pluginmanagerbase:170 Plugin notepad disabled..

debug level:

Code: Select all

[INFO    ] 07:44:33 main:125 Deluge ui 1.3.12
[DEBUG   ] 07:44:33 main:126 options: {'loglevel': 'debug', 'default_ui': None, 'args': None, 'quiet': False, 'ui': None, 'logfile': 'log_debug.txt', 'config': None}
[DEBUG   ] 07:44:33 main:127 args: []
[DEBUG   ] 07:44:33 main:128 ui_args: []
[INFO    ] 07:44:33 main:131 Starting ui..
[DEBUG   ] 07:44:33 ui:129 UI init..
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'ui.conf'
[DEBUG   ] 07:44:33 config:197 Setting 'default_ui' to gtk of <type 'str'>
[DEBUG   ] 07:44:33 config:391 Config C:\Users\USER\AppData\Roaming\deluge\ui.conf version: 1.1 loaded: {'default_ui': u'gtk'}
[INFO    ] 07:44:33 ui:148 Starting GtkUI..
[WARNING ] 07:44:33 gtkui:207 Unable to register a 'die' handler with the GNOME session manager: No module named gnome.ui
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 config:197 Setting 'close_to_tray' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_sound_path' to C:\Users\USER\Downloads of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'window_width' to 640 of <type 'int'>
[DEBUG   ] 07:44:33 config:197 Setting 'default_load_path' to None of <type 'NoneType'>
[DEBUG   ] 07:44:33 config:197 Setting 'window_y_pos' to 0 of <type 'int'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_email' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG   ] 07:44:33 config:197 Setting 'show_statusbar' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_popup' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_pass' to  of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG   ] 07:44:33 config:197 Setting 'window_maximized' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'enable_system_tray' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'show_sidebar' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'show_connection_manager_on_start' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'lock_tray' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'createtorrent.trackers' to [] of <type 'list'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_sound' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'tray_password' to  of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'focus_add_dialog' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_server' to  of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'start_in_tray' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_tray_blink' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'check_new_releases' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'autoadd_queued' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'pref_dialog_width' to None of <type 'NoneType'>
[DEBUG   ] 07:44:33 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'autoconnect_host_id' to None of <type 'NoneType'>
[DEBUG   ] 07:44:33 config:197 Setting 'classic_mode' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'window_pane_position' to -1 of <type 'int'>
[DEBUG   ] 07:44:33 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG   ] 07:44:33 config:197 Setting 'show_rate_in_title' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'pref_dialog_height' to None of <type 'NoneType'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_username' to  of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'interactive_add' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'sidebar_show_zero' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'window_x_pos' to 0 of <type 'int'>
[DEBUG   ] 07:44:33 config:197 Setting 'window_height' to 480 of <type 'int'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_security' to None of <type 'NoneType'>
[DEBUG   ] 07:44:33 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of <type 'list'>
[DEBUG   ] 07:44:33 config:197 Setting 'sidebar_position' to 170 of <type 'int'>
[DEBUG   ] 07:44:33 config:197 Setting 'show_new_releases' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'autoconnect' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'choose_directory_dialog_path' to C:\Users\USER\Downloads of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'sidebar_show_trackers' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'autostart_localhost' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'show_toolbar' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'autoadd_location' to  of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'enable_appindicator' to False of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'focus_main_window_on_add' to True of <type 'bool'>
[DEBUG   ] 07:44:33 config:197 Setting 'ntf_email_add' to  of <type 'str'>
[DEBUG   ] 07:44:33 config:197 Setting 'signal_port' to 40000 of <type 'int'>
[DEBUG   ] 07:44:33 config:391 Config C:\Users\USER\AppData\Roaming\deluge\gtkui.conf version: 1.1 loaded: {'close_to_tray': False, 'ntf_sound_path': u'C:\\Users\\USER\\Downloads', 'window_width': 1311, 'default_load_path': None, 'window_y_pos': 123, 'ntf_email': False, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 1.0], 'show_statusbar': True, 'ntf_popup': False, 'ntf_pass': u'', 'show_sidebar': True, 'window_maximized': False, 'enable_system_tray': True, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'show_connection_manager_on_start': True, 'lock_tray': False, 'createtorrent.trackers': [u'http://www.mvgroup.org:2710/announce'], 'ntf_sound': False, 'tray_password': u'', 'focus_add_dialog': True, 'ntf_server': u'', 'start_in_tray': False, 'ntf_tray_blink': True, 'check_new_releases': True, 'pref_dialog_height': 764, 'autoadd_queued': False, 'pref_dialog_width': 711, 'autoconnect_host_id': u'd7db9dd52f23fb74748cb41a7133f0a3560ef1da', 'classic_mode': True, 'window_pane_position': 573, 'focus_main_window_on_add': True, 'show_rate_in_title': True, 'autoadd_enable': False, 'ntf_username': u'', 'interactive_add': False, 'sidebar_show_zero': False, 'window_x_pos': 667, 'window_height': 982, 'ntf_security': None, 'connection_limit_list': [50, 100, 200, 300, 500], 'sidebar_position': 170, 'show_new_releases': True, 'autoconnect': False, 'choose_directory_dialog_path': u'Z:\\Installs\\_games_isos', 'sidebar_show_trackers': False, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': u'', 'enable_appindicator': False, 'enabled_plugins': [], 'ntf_email_add': u'', 'signal_port': 40000}
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 ipcinterface:181 Processing args from other process: []
[DEBUG   ] 07:44:33 ipcinterface:184 Not connected to host.. Adding to queue.
[DEBUG   ] 07:44:33 sessionproxy:55 SessionProxy init..
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 config:304 Registering function for show_rate_in_title key..
[DEBUG   ] 07:44:33 menubar:53 MenuBar init..
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 toolbar:51 ToolBar Init..
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 listview:192 ListView initialized..
[DEBUG   ] 07:44:33 listview:323 Loading ListView state file: torrentview.state
[DEBUG   ] 07:44:33 torrentview:222 TorrentView Init..
[DEBUG   ] 07:44:33 torrentdetails:443 Loading TorrentDetails state file: tabs.state
[DEBUG   ] 07:44:33 torrentdetails:157 weights: []
[DEBUG   ] 07:44:33 torrentdetails:158 weight of tab: 0
[DEBUG   ] 07:44:33 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 07:44:33 torrentdetails:69 parent: None
[DEBUG   ] 07:44:33 torrentdetails:198 Tab inserted at 0
[DEBUG   ] 07:44:33 files_tab:280 Loading FilesTab state file: files_tab.state
[DEBUG   ] 07:44:33 torrentdetails:157 weights: [(0, 'Status')]
[DEBUG   ] 07:44:33 torrentdetails:158 weight of tab: 2
[DEBUG   ] 07:44:33 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 07:44:33 torrentdetails:69 parent: None
[DEBUG   ] 07:44:33 torrentdetails:198 Tab inserted at 1
[DEBUG   ] 07:44:33 peers_tab:211 Loading PeersTab state file: peers_tab.state
[DEBUG   ] 07:44:33 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files')]
[DEBUG   ] 07:44:33 torrentdetails:158 weight of tab: 3
[DEBUG   ] 07:44:33 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 07:44:33 torrentdetails:69 parent: None
[DEBUG   ] 07:44:33 torrentdetails:198 Tab inserted at 2
[DEBUG   ] 07:44:33 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 07:44:33 torrentdetails:158 weight of tab: 1
[DEBUG   ] 07:44:33 torrentdetails:164 Found pos 1
[DEBUG   ] 07:44:33 torrentdetails:193 Trying to insert tab at 1
[DEBUG   ] 07:44:33 torrentdetails:69 parent: None
[DEBUG   ] 07:44:33 torrentdetails:198 Tab inserted at 1
[DEBUG   ] 07:44:33 torrentdetails:157 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 07:44:33 torrentdetails:158 weight of tab: 4
[DEBUG   ] 07:44:33 torrentdetails:193 Trying to insert tab at -1
[DEBUG   ] 07:44:33 torrentdetails:69 parent: None
[DEBUG   ] 07:44:33 torrentdetails:198 Tab inserted at 4
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 sidebar:85 add tab:filters
[DEBUG   ] 07:44:33 filtertreeview:322 nothing selected
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 config:304 Registering function for enable_system_tray key..
[DEBUG   ] 07:44:33 systemtray:132 Enabling the system tray icon..
[DEBUG   ] 07:44:33 config:304 Registering function for enable_appindicator key..
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:33 pluginmanagerbase:65 Plugin manager init..
[DEBUG   ] 07:44:33 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: AutoAdd 1.4 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\autoadd-1.4-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Execute 1.3 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\execute-1.3-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Blocklist 1.3 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\blocklist-1.3-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Extractor 0.4 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\extractor-0.4-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: notepad 0.1 at c:\users\user\appdata\roaming\deluge\plugins\notepad-0.1-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: textTab 0.1 at c:\users\user\appdata\roaming\deluge\plugins\texttab-0.1-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Label 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\label-0.2-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Notifications 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\notifications-0.2-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: WebUi 0.1 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\webui-0.1-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Scheduler 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\scheduler-0.2-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: SmartMove 0.1 at c:\users\user\appdata\roaming\deluge\plugins\smartmove-0.1-py2.7.egg
[DEBUG   ] 07:44:34 pluginmanagerbase:124 Found plugin: Pieces 0.5 at c:\users\user\appdata\roaming\deluge\plugins\pieces-0.5-py2.7.egg
[DEBUG   ] 07:44:34 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 07:44:34 configmanager:111 Getting config 'hostlist.conf.1.2'
[DEBUG   ] 07:44:34 config:197 Setting 'hosts' to [('ec718290beea8c7cfffdcdfe655cc2ac8ddc5de0', '127.0.0.1', 58846, '', '')] of <type 'list'>
[DEBUG   ] 07:44:34 config:391 Config C:\Users\USER\AppData\Roaming\deluge\hostlist.conf.1.2 version: 1.1 loaded: {'hosts': [[u'd7db9dd52f23fb74748cb41a7133f0a3560ef1da', u'127.0.0.1', 58846, u'', u''], [u'853953f9a6d01ad1ad063a944db6b6ce0db2c99a', u'dione.feralhosting.com', 52492, u'fh8123789', u'qnCE1nnVW3uLUj05']]}
[DEBUG   ] 07:44:34 gtkui:334 _on_reactor_start
[DEBUG   ] 07:44:34 mainwindow:107 Showing window
[DEBUG   ] 07:44:34 config:216 Setting 'window_pane_position' to 715 of <type 'int'>
[DEBUG   ] 07:44:34 config:216 Setting 'window_pane_position' to 573 of <type 'int'>
[INFO    ] 07:44:34 daemon:124 Deluge daemon 1.3.12
[DEBUG   ] 07:44:34 daemon:125 options: None
[DEBUG   ] 07:44:34 daemon:126 args: None
[DEBUG   ] 07:44:34 core:76 Core init..
[INFO    ] 07:44:34 core:80 Starting libtorrent 1.0.6.0 session..
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 07:44:35 config:197 Setting 'info_sent' to 0.0 of <type 'float'>
[DEBUG   ] 07:44:35 config:197 Setting 'lsd' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'send_info' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'move_completed_path' to C:\Users\USER\Downloads of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'enc_in_policy' to 1 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'queue_new_to_top' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'ignore_limits_on_local_network' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'rate_limit_ip_overhead' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'daemon_port' to 58846 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'torrentfiles_location' to C:\Users\USER\Downloads of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_active_limit' to 8 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'utpex' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_active_downloading' to 3 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_active_seeding' to 5 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'allow_remote' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_half_open_connections' to 8 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'download_location' to C:\Users\USER\Downloads of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'compact_allocation' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_upload_speed' to -1.0 of <type 'float'>
[DEBUG   ] 07:44:35 config:197 Setting 'cache_expiry' to 60 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'prioritize_first_last_pieces' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'auto_managed' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'enc_level' to 2 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_connections_per_second' to 20 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'dont_count_slow_torrents' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'random_outgoing_ports' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'dht' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'new_release_check' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'enc_out_policy' to 1 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_upload_slots_global' to 4 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'seed_time_limit' to 180 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'cache_size' to 512 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'share_ratio_limit' to 2.0 of <type 'float'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_download_speed' to -1.0 of <type 'float'>
[DEBUG   ] 07:44:35 config:197 Setting 'geoip_db_location' to /usr/share/GeoIP/GeoIP.dat of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'natpmp' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'stop_seed_at_ratio' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'peer_tos' to 0x00 of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'listen_interface' to  of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'upnp' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_download_speed_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'outgoing_ports' to [0, 0] of <type 'list'>
[DEBUG   ] 07:44:35 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG   ] 07:44:35 config:197 Setting 'random_port' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_connections_global' to 200 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'enc_prefer_rc4' to True of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'listen_ports' to [6881, 6891] of <type 'list'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_upload_slots_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'stop_seed_ratio' to 2.0 of <type 'float'>
[DEBUG   ] 07:44:35 config:197 Setting 'seed_time_ratio_limit' to 7.0 of <type 'float'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_upload_speed_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'copy_torrent_file' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'del_copy_torrent_file' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'move_completed' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'proxies' to {'peer': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'web_seed': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'tracker': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'dht': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}} of <type 'dict'>
[DEBUG   ] 07:44:35 config:197 Setting 'add_paused' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'max_connections_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 07:44:35 config:197 Setting 'remove_seed_at_ratio' to False of <type 'bool'>
[DEBUG   ] 07:44:35 config:197 Setting 'autoadd_location' to C:\Users\USER\Downloads of <type 'str'>
[DEBUG   ] 07:44:35 config:197 Setting 'plugins_location' to C:\Users\USER\AppData\Roaming\deluge\plugins of <type 'str'>
[DEBUG   ] 07:44:35 config:391 Config C:\Users\USER\AppData\Roaming\deluge\core.conf version: 1.1 loaded: {'info_sent': 0.0, 'lsd': True, 'send_info': False, 'move_completed_path': u'C:\\Users\\USER\\Downloads', 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'daemon_port': 58846, 'natpmp': True, 'max_active_limit': -1, 'utpex': True, 'max_active_downloading': 5, 'max_active_seeding': -1, 'allow_remote': False, 'max_half_open_connections': 8, 'download_location': u'C:\\Users\\USER\\Desktop', 'compact_allocation': False, 'max_upload_speed': 1.0, 'cache_expiry': 60, 'prioritize_first_last_pieces': False, 'auto_managed': True, 'enc_level': 2, 'max_connections_per_second': 20, 'dont_count_slow_torrents': False, 'random_outgoing_ports': True, 'max_upload_slots_per_torrent': -1, 'new_release_check': True, 'enc_out_policy': 1, 'outgoing_ports': [0, 0], 'seed_time_limit': -1.0, 'cache_size': 512, 'share_ratio_limit': -1.0, 'max_download_speed': -1.0, 'geoip_db_location': u'/usr/share/GeoIP/GeoIP.dat', 'torrentfiles_location': u'C:\\Users\\USER\\Downloads', 'stop_seed_at_ratio': False, 'peer_tos': u'0x00', 'listen_interface': u'', 'upnp': True, 'max_download_speed_per_torrent': -1, 'max_upload_slots_global': -1, 'enabled_plugins': [u'notepad'], 'random_port': True, 'autoadd_enable': False, 'max_connections_global': 200, 'enc_prefer_rc4': True, 'listen_ports': [6881, 6891], 'dht': True, 'stop_seed_ratio': 2.0, 'seed_time_ratio_limit': -1.0, 'max_upload_speed_per_torrent': -1, 'copy_torrent_file': False, 'del_copy_torrent_file': False, 'move_completed': False, 'proxies': {u'peer': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'web_seed': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'tracker': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'dht': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}}, 'add_paused': False, 'max_connections_per_torrent': -1, 'remove_seed_at_ratio': False, 'autoadd_location': u'C:\\Users\\USER\\Downloads', 'plugins_location': u'C:\\Users\\USER\\AppData\\Roaming\\deluge\\plugins'}
[DEBUG   ] 07:44:35 alertmanager:53 AlertManager initialized..
[DEBUG   ] 07:44:35 pluginmanagerbase:65 Plugin manager init..
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: AutoAdd 1.4 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\autoadd-1.4-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Execute 1.3 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\execute-1.3-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Blocklist 1.3 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\blocklist-1.3-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Extractor 0.4 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\extractor-0.4-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: notepad 0.1 at c:\users\user\appdata\roaming\deluge\plugins\notepad-0.1-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: textTab 0.1 at c:\users\user\appdata\roaming\deluge\plugins\texttab-0.1-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Label 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\label-0.2-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Notifications 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\notifications-0.2-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: WebUi 0.1 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\webui-0.1-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Scheduler 0.2 at c:\program files (x86)\deluge\deluge-1.3.12-py2.7.egg\deluge\plugins\scheduler-0.2-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: SmartMove 0.1 at c:\users\user\appdata\roaming\deluge\plugins\smartmove-0.1-py2.7.egg
[DEBUG   ] 07:44:35 pluginmanagerbase:124 Found plugin: Pieces 0.5 at c:\users\user\appdata\roaming\deluge\plugins\pieces-0.5-py2.7.egg
[DEBUG   ] 07:44:35 torrentmanager:127 TorrentManager init..
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 07:44:35 config:304 Registering function for max_connections_per_torrent key..
[DEBUG   ] 07:44:35 torrentmanager:895 max_connections_per_torrent set to -1..
[DEBUG   ] 07:44:35 config:304 Registering function for max_upload_slots_per_torrent key..
[DEBUG   ] 07:44:35 torrentmanager:901 max_upload_slots_per_torrent set to -1..
[DEBUG   ] 07:44:35 config:304 Registering function for max_upload_speed_per_torrent key..
[DEBUG   ] 07:44:35 torrentmanager:906 max_upload_speed_per_torrent set to -1..
[DEBUG   ] 07:44:35 config:304 Registering function for max_download_speed_per_torrent key..
[DEBUG   ] 07:44:35 torrentmanager:911 max_download_speed_per_torrent set to -1..
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert torrent_finished_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert torrent_paused_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert torrent_checked_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert tracker_reply_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert tracker_announce_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert tracker_warning_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert tracker_error_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert storage_moved_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert storage_moved_failed_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert torrent_resumed_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert state_changed_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert save_resume_data_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert save_resume_data_failed_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert file_renamed_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert metadata_received_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert file_error_alert
[DEBUG   ] 07:44:35 alertmanager:96 Registered handler for alert file_completed_alert
[DEBUG   ] 07:44:35 filtermanager:105 FilterManager init..
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 07:44:35 config:304 Registering function for autoadd_enable key..
[DEBUG   ] 07:44:35 autoadd:124 _on_autoadd_enable
[DEBUG   ] 07:44:35 config:304 Registering function for autoadd_location key..
[DEBUG   ] 07:44:35 autoadd:131 _on_autoadd_location
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.add_torrent_file
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.add_torrent_magnet
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.add_torrent_url
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.connect_peer
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.create_torrent
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.disable_plugin
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.enable_plugin
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.force_reannounce
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.force_recheck
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_available_plugins
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_cache_status
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_config
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_config_value
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_config_values
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_enabled_plugins
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_filter_tree
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_free_space
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_libtorrent_version
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_listen_port
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_num_connections
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_path_size
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_session_state
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_session_status
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_torrent_status
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.get_torrents_status
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.glob
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.move_storage
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.pause_all_torrents
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.pause_torrent
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.queue_bottom
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.queue_down
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.queue_top
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.queue_up
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.remove_torrent
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.rename_files
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.rename_folder
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.rescan_plugins
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.resume_all_torrents
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.resume_torrent
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_config
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_auto_managed
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_file_priorities
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_max_connections
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_max_download_speed
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_max_upload_slots
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_max_upload_speed
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_move_completed
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_move_completed_path
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_options
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_prioritize_first_last
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_remove_at_ratio
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_stop_at_ratio
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_stop_ratio
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.set_torrent_trackers
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.test_listen_port
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: core.upload_plugin
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: daemon.get_method_list
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: daemon.info
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: daemon.shutdown
[DEBUG   ] 07:44:35 config:304 Registering function for torrentfiles_location key..
[DEBUG   ] 07:44:35 config:304 Registering function for listen_ports key..
[DEBUG   ] 07:44:35 config:304 Registering function for listen_interface key..
[DEBUG   ] 07:44:35 preferencesmanager:261 random port value set to True
[DEBUG   ] 07:44:35 preferencesmanager:275 listen port range set to 58176-58186
[DEBUG   ] 07:44:35 config:304 Registering function for random_port key..
[DEBUG   ] 07:44:35 preferencesmanager:261 random port value set to True
[DEBUG   ] 07:44:35 preferencesmanager:275 listen port range set to 57525-57535
[DEBUG   ] 07:44:35 config:304 Registering function for outgoing_ports key..
[DEBUG   ] 07:44:35 config:304 Registering function for random_outgoing_ports key..
[DEBUG   ] 07:44:35 config:304 Registering function for peer_tos key..
[DEBUG   ] 07:44:35 preferencesmanager:288 setting peer_tos to: 0x00
[DEBUG   ] 07:44:35 config:304 Registering function for dht key..
[DEBUG   ] 07:44:35 preferencesmanager:296 dht value set to True
[DEBUG   ] 07:44:35 config:304 Registering function for upnp key..
[DEBUG   ] 07:44:35 preferencesmanager:318 upnp value set to True
[DEBUG   ] 07:44:35 config:304 Registering function for natpmp key..
[DEBUG   ] 07:44:35 preferencesmanager:325 natpmp value set to True
[DEBUG   ] 07:44:35 config:304 Registering function for utpex key..
[DEBUG   ] 07:44:35 preferencesmanager:339 utpex value set to True
[DEBUG   ] 07:44:35 config:304 Registering function for lsd key..
[DEBUG   ] 07:44:35 preferencesmanager:332 lsd value set to True
[DEBUG   ] 07:44:35 config:304 Registering function for enc_in_policy key..
[DEBUG   ] 07:44:35 preferencesmanager:346 encryption value enc_in_policy set to 1..
[DEBUG   ] 07:44:35 preferencesmanager:361 encryption settings:
			out_policy: 1
		        in_policy: 1
			level: 3
			prefer_rc4: True
[DEBUG   ] 07:44:35 config:304 Registering function for enc_out_policy key..
[DEBUG   ] 07:44:35 preferencesmanager:346 encryption value enc_out_policy set to 1..
[DEBUG   ] 07:44:35 preferencesmanager:361 encryption settings:
			out_policy: 1
		        in_policy: 1
			level: 3
			prefer_rc4: True
[DEBUG   ] 07:44:35 config:304 Registering function for enc_level key..
[DEBUG   ] 07:44:35 preferencesmanager:346 encryption value enc_level set to 2..
[DEBUG   ] 07:44:35 preferencesmanager:361 encryption settings:
			out_policy: 1
		        in_policy: 1
			level: 3
			prefer_rc4: True
[DEBUG   ] 07:44:35 config:304 Registering function for enc_prefer_rc4 key..
[DEBUG   ] 07:44:35 preferencesmanager:346 encryption value enc_prefer_rc4 set to True..
[DEBUG   ] 07:44:35 preferencesmanager:361 encryption settings:
			out_policy: 1
		        in_policy: 1
			level: 3
			prefer_rc4: True
[DEBUG   ] 07:44:35 config:304 Registering function for max_connections_global key..
[DEBUG   ] 07:44:35 preferencesmanager:364 max_connections_global set to 200..
[DEBUG   ] 07:44:35 config:304 Registering function for max_upload_speed key..
[DEBUG   ] 07:44:35 preferencesmanager:368 max_upload_speed set to 1.0..
[DEBUG   ] 07:44:35 config:304 Registering function for max_download_speed key..
[DEBUG   ] 07:44:35 preferencesmanager:378 max_download_speed set to -1.0..
[DEBUG   ] 07:44:35 config:304 Registering function for max_upload_slots_global key..
[DEBUG   ] 07:44:35 preferencesmanager:387 max_upload_slots_global set to -1..
[DEBUG   ] 07:44:35 config:304 Registering function for max_half_open_connections key..
[DEBUG   ] 07:44:35 config:304 Registering function for max_connections_per_second key..
[DEBUG   ] 07:44:35 config:304 Registering function for ignore_limits_on_local_network key..
[DEBUG   ] 07:44:35 config:304 Registering function for share_ratio_limit key..
[DEBUG   ] 07:44:35 preferencesmanager:400 share_ratio_limit set to -1.0..
[DEBUG   ] 07:44:35 config:304 Registering function for seed_time_ratio_limit key..
[DEBUG   ] 07:44:35 preferencesmanager:404 seed_time_ratio_limit set to -1.0..
[DEBUG   ] 07:44:35 config:304 Registering function for seed_time_limit key..
[DEBUG   ] 07:44:35 preferencesmanager:408 seed_time_limit set to -1.0..
[DEBUG   ] 07:44:35 config:304 Registering function for max_active_downloading key..
[DEBUG   ] 07:44:35 preferencesmanager:413 max_active_downloading set to 5..
[DEBUG   ] 07:44:35 config:304 Registering function for max_active_seeding key..
[DEBUG   ] 07:44:35 preferencesmanager:417 max_active_seeding set to -1..
[DEBUG   ] 07:44:35 config:304 Registering function for max_active_limit key..
[DEBUG   ] 07:44:35 preferencesmanager:421 max_active_limit set to -1..
[DEBUG   ] 07:44:35 config:304 Registering function for dont_count_slow_torrents key..
[DEBUG   ] 07:44:35 preferencesmanager:425 dont_count_slow_torrents set to False..
[DEBUG   ] 07:44:35 config:304 Registering function for send_info key..
[DEBUG   ] 07:44:35 preferencesmanager:429 Sending anonymous stats..
[DEBUG   ] 07:44:35 config:304 Registering function for proxies key..
[DEBUG   ] 07:44:35 preferencesmanager:480 setting peer proxy settings
[DEBUG   ] 07:44:35 preferencesmanager:480 setting web_seed proxy settings
[DEBUG   ] 07:44:35 preferencesmanager:480 setting tracker proxy settings
[DEBUG   ] 07:44:35 preferencesmanager:480 setting dht proxy settings
[DEBUG   ] 07:44:35 config:304 Registering function for new_release_check key..
[DEBUG   ] 07:44:35 preferencesmanager:460 Checking for new release..
[DEBUG   ] 07:44:35 core:199 get_new_release
[DEBUG   ] 07:44:35 config:304 Registering function for rate_limit_ip_overhead key..
[DEBUG   ] 07:44:35 preferencesmanager:484 rate_limit_ip_overhead: True
[DEBUG   ] 07:44:35 config:304 Registering function for geoip_db_location key..
[DEBUG   ] 07:44:35 preferencesmanager:488 geoip_db_location: /usr/share/GeoIP/GeoIP.dat
[WARNING ] 07:44:35 preferencesmanager:496 Unable to find GeoIP database file!
[DEBUG   ] 07:44:35 config:304 Registering function for cache_size key..
[DEBUG   ] 07:44:35 preferencesmanager:506 cache_size: 512
[DEBUG   ] 07:44:35 config:304 Registering function for cache_expiry key..
[DEBUG   ] 07:44:35 preferencesmanager:510 cache_expiry: 60
[DEBUG   ] 07:44:35 client:433 daemon created!
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: notepad.get_config
[DEBUG   ] 07:44:35 rpcserver:396 Registering method: notepad.set_config
[DEBUG   ] 07:44:35 pluginbase:57 CorePlugin initialized..
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'notepad.conf'
[DEBUG   ] 07:44:35 config:197 Setting 'test' to NiNiNi of <type 'str'>
[DEBUG   ] 07:44:35 config:391 Config C:\Users\USER\AppData\Roaming\deluge\notepad.conf version: 1.1 loaded: {'test': u'hole'}
[INFO    ] 07:44:35 pluginmanagerbase:158 Plugin notepad enabled..
[DEBUG   ] 07:44:35 rpcserver:467 intevents: {}
[DEBUG   ] 07:44:35 pluginbase:62 GtkPlugin initialized..
[DEBUG   ] 07:44:35 pluginmanagerbase:156 Adding notepad to enabled_plugins list in config
[INFO    ] 07:44:35 pluginmanagerbase:158 Plugin notepad enabled..
[DEBUG   ] 07:44:35 pluginmanager:104 run_on_show_prefs
[DEBUG   ] 07:44:35 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 07:44:35 torrentmanager:632 Opening torrent state file for load.
[INFO    ] 07:44:35 torrentmanager:642 Successfully loaded state file: C:\Users\USER\AppData\Roaming\deluge\state\torrents.state
[WARNING ] 07:44:35 torrentmanager:653 Unable to update state file to a compatible version: list index out of range
[DEBUG   ] 07:44:35 torrentmanager:755 Opening torrents fastresume file for load.
[INFO    ] 07:44:35 torrentmanager:765 Successfully loaded fastresume file: C:\Users\USER\AppData\Roaming\deluge\state\torrents.fastresume
[DEBUG   ] 07:44:35 rpcserver:467 intevents: {}
[ERROR   ] 07:44:35 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'deluge\\data\\pixmaps\\all16.png'
twisted/internet/base.py:430:_continueFiring
deluge\ui\gtkui\gtkui.py:368:_on_reactor_start
deluge\component.py:296:start
deluge\component.py:124:_component_start
--- <exception caught here> ---
twisted/internet/defer.py:150:maybeDeferred
deluge\ui\gtkui\filtertreeview.py:167:start
deluge\ui\gtkui\filtertreeview.py:233:update_row
deluge\ui\gtkui\filtertreeview.py:294:get_pixmap
deluge\common.py:232:get_pixmap
pkg_resources/__init__.py:1161:resource_filename
pkg_resources/__init__.py:1862:get_resource_filename
pkg_resources/__init__.py:1883:_extract_resource
]
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:58176
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP/SSL] 0.0.0.0:4433
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP] [::]:58176
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP/SSL] [::]:4433
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:58176
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:57525
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP/SSL] 0.0.0.0:4433
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP] [::]:57525
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [TCP/SSL] [::]:4433
[DEBUG   ] 07:44:35 alertmanager:123 listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:57525
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: broadcasting search for rootdevice
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: adding port map: [ protocol: tcp ext_port: 57525 local_port: 57525 ] 
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: adding port map: [ protocol: tcp ext_port: 4433 local_port: 4433 ] 
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: adding port map: [ protocol: udp ext_port: 57525 local_port: 57525 ] 
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: NAT-PMP: found router at: 127.0.0.1
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: NAT-PMP: ==> get public IP address
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:35 alertmanager:123 alert: DHT error [hostname lookup] (11004) The requested name is valid, but no data of the requested type was found
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: NAT-PMP: error on receiving reply: No connection could be made because the target machine actively refused it
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: found rootdevice: http://192.168.1.2:5000/ssdp/desc-DSM-eth1.xml (0)
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: connecting to: http://192.168.1.2:5000/ssdp/desc-DSM-eth1.xml
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: UPnP: could not find a port mapping interface in response from: http://192.168.1.2:5000/ssdp/desc-DSM-eth1.xml
[DEBUG   ] 07:44:35 pluginmanager:88 Core has these plugins enabled: [u'notepad']
[WARNING ] 07:44:35 pluginmanagerbase:134 Cannot enable already enabled plugin notepad
[ERROR   ] 07:44:35 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'deluge\\data\\pixmaps\\downloading16.png'
deluge\ui\gtkui\gtkui.py:368:_on_reactor_start
deluge\component.py:292:start
deluge\component.py:296:start
deluge\component.py:124:_component_start
--- <exception caught here> ---
twisted/internet/defer.py:150:maybeDeferred
deluge\ui\gtkui\statusbar.py:166:start
deluge\common.py:232:get_pixmap
pkg_resources/__init__.py:1161:resource_filename
pkg_resources/__init__.py:1862:get_resource_filename
pkg_resources/__init__.py:1883:_extract_resource
]
[ERROR   ] 07:44:35 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'deluge\\data\\pixmaps\\downloading16.png'
twisted/internet/base.py:430:_continueFiring
deluge\ui\gtkui\gtkui.py:368:_on_reactor_start
deluge\component.py:296:start
deluge\component.py:124:_component_start
--- <exception caught here> ---
twisted/internet/defer.py:150:maybeDeferred
deluge\ui\gtkui\statusbar.py:166:start
deluge\common.py:232:get_pixmap
pkg_resources/__init__.py:1161:resource_filename
pkg_resources/__init__.py:1862:get_resource_filename
pkg_resources/__init__.py:1883:_extract_resource
]
[DEBUG   ] 07:44:35 torrentview:596 on_selection_changed
[DEBUG   ] 07:44:35 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:35 core:211 new_release: 1.3.12
[DEBUG   ] 07:44:36 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:36 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:37 alertmanager:123 portmap_log_alert: UPnP: broadcasting search for rootdevice
[DEBUG   ] 07:44:37 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:37 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:37 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:37 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:37 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:39 config:423 Saving new config file C:\Users\USER\AppData\Roaming\deluge\gtkui.conf.new
[DEBUG   ] 07:44:39 config:436 Backing up old config file to C:\Users\USER\AppData\Roaming\deluge\gtkui.conf~
[DEBUG   ] 07:44:39 config:444 Moving new config file C:\Users\USER\AppData\Roaming\deluge\gtkui.conf.new to C:\Users\USER\AppData\Roaming\deluge\gtkui.conf..
[DEBUG   ] 07:44:39 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:40 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:41 alertmanager:123 portmap_log_alert: UPnP: broadcasting search for rootdevice
[DEBUG   ] 07:44:41 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:41 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:41 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:41 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:42 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:44 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 0 action: add proto: tcp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:46 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:46 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:47 alertmanager:123 portmap_log_alert: UPnP: broadcasting search for rootdevice
[DEBUG   ] 07:44:47 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:47 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:52459
[DEBUG   ] 07:44:47 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:47 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:47 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.152:1900
[DEBUG   ] 07:44:48 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:48 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:50 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:51 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:53 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:55 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 1 action: add proto: tcp local: 4433 external: 4433 ttl: 3600 ]
[DEBUG   ] 07:44:57 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:57 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:58 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:44:59 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:45:00 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:45:01 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:45:03 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:45:04 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:45:06 alertmanager:123 portmap_log_alert: NAT-PMP: ==> port map [ mapping: 2 action: add proto: udp local: 57525 external: 57525 ttl: 3600 ]
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:21 alertmanager:123 portmap_log_alert: UPnP: HTTP method m-search from 192.168.1.124:1194
[DEBUG   ] 07:45:44 torrentview:575 on_button_press_event

i have built other plugins and they do not have this problem
Last edited by haydent on Sat Apr 23, 2016 1:06 pm, edited 1 time in total.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: bug with plugin template

Post by Cas »

Without the source can't really say much but this path doesn't look right: 'deluge\\data\\pixmaps\\downloading16.png' so perhaps using windows path separator in the plugin code?
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

well i notice one difference between the 2 plugins is folder structure, i will put them up here
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

here are the 2 plugins, maybe its coming from that i ran the plugin creation script under linux but im building under windows

*forum says it doesnt have any room for attachments so here are links:

http://dev.httech.com.au/download/Delug ... Plugin.zip

http://dev.httech.com.au/download/notepad.zip
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

i just built 'notepad' on linux with no difference
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

ok, i got it working by making notepad use the pieces plugin setup.py and folder structure, still investigating
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

its a bit beyond me fixing this problem at the cause so i have created a bug ticket http://dev.deluge-torrent.org/ticket/2811

Image
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: bug with plugin template

Post by Cas »

If you are creating a plugin for 1.3 then use the 1.3 script: http://git.deluge-torrent.org/deluge/pl ... 1.3-stable
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

well that would be a simple fix, noob moment, thanks for that im sure it will be it
haydent
Member
Member
Posts: 30
Joined: Tue Apr 12, 2016 10:24 am

Re: bug with plugin template

Post by haydent »

yeah, that fixed it thanks !
Post Reply