Hello
** Sorry for the long post, the code bracketing is not working for me"
I am having an issue with deluged. I have it started via init script (webui and deluged). After a period of time, it simply crashes. Below are my details and a log file example. Any help offered will be greatly appreciated.
Ubuntu 9.04 x32
dfiore@nfs:~$ dpkg -l |grep deluge
ii deluge 1.1.6+dfsg-2ubuntu1 bittorrent client written in Python/PyGTK (G
ii deluge-common 1.1.6+dfsg-2ubuntu1 bittorrent client written in Python/PyGTK (U
ii deluge-console 1.1.6+dfsg-2ubuntu1 bittorrent client written in Python/PyGTK (c
ii deluge-core 1.1.6+dfsg-2ubuntu1 bittorrent client written in Python/PyGTK (d
ii deluge-webui 1.1.6+dfsg-2ubuntu1 bittorrent client written in Python/PyGTK (w
dfiore@nfs:~$ cat /etc/debian_version
5.0
dfiore@nfs:~$ uname -a
Linux nfs 2.6.28-16-generic #57-Ubuntu SMP Wed Nov 11 09:47:24 UTC 2009 i686 GNU/Linux
dfiore@nfs:~$
init script startup lines:
/usr/bin/deluged -d -L debug -l /var/log/deluged.log"
/usr/bin/deluge -u web"
[INFO ] 10:28:22 daemon:48 Deluge daemon 1.1.6
[DEBUG ] 10:28:22 daemon:49 options: {'loglevel': 'debug', 'quiet': False, 'logfile': '/var/log/deluged.log', 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG ] 10:28:22 daemon:50 args: []
[DEBUG ] 10:28:22 core:91 Core init..
[DEBUG ] 10:28:22 component:106 Registered Core with ComponentRegistry..
[DEBUG ] 10:28:22 component:106 Registered PreferencesManager with ComponentRegistry..
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 config:256 Config /home/dfiore/.config/deluge/core.conf loaded: {'info_sent': 0.0, 'lsd': True, 'send_info': False, 'state_location': '/home/dfiore/.config/deluge/state', 'move_completed_path': '/home/dfiore', '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': 40, 'utpex': True, 'max_active_downloading': 20, 'max_active_seeding': 20, 'allow_remote': False, 'max_half_open_connections': 50, 'download_location': '/data/Torrents', 'compact_allocation': False, 'max_upload_speed': 300.0, '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, 'dht': True, 'new_release_check': False, 'enc_out_policy': 1, 'max_upload_slots_global': 10, 'seed_time_limit': -1, 'share_ratio_limit': -1.0, 'max_download_speed': -1.0, 'torrentfiles_location': '/home/dfiore', 'stop_seed_at_ratio': True, 'peer_tos': '0x00', 'upnp': True, 'max_download_speed_per_torrent': -1, 'outgoing_ports': [0, 0], 'enabled_plugins': [], 'random_port': True, 'autoadd_enable': True, 'port': 9091, 'max_connections_global': 1000, 'enc_prefer_rc4': True, 'listen_ports': [6881, 6891], 'max_upload_slots_per_torrent': -1, 'stop_seed_ratio': 2.0, 'seed_time_ratio_limit': 7.0, 'max_upload_speed_per_torrent': -1, 'copy_torrent_file': False, 'move_completed': False, 'proxies': {'peer': {'username': 'dfiore', 'password': 'veedubs', 'type': 3, 'port': 1025, 'hostname': 'canada.btguard.com'}, 'web_seed': {'username': 'dfiore', 'password': 'veedubs', 'type': 3, 'port': 1025, 'hostname': 'canada.btguard.com'}, 'tracker': {'username': 'dfiore', 'password': 'veedubs', 'type': 3, 'port': 1019, 'hostname': 'canada.btguard.com'}, 'dht': {'username': 'dfiore', 'password': 'veedubs', 'type': 0, 'port': 1025, 'hostname': 'canada.btguard.com'}}, 'add_paused': False, 'max_connections_per_torrent': -1, 'remove_seed_at_ratio': False, 'autoadd_location': '/home/dfiore/Dropbox/torrents', 'config_location': '/home/dfiore/.config/deluge', 'plugins_location': '/home/dfiore/.config/deluge/plugins'}
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[INFO ] 10:28:22 core:110 Starting XMLRPC server on port 58846
[DEBUG ] 10:28:22 core:179 Starting libtorrent session..
[DEBUG ] 10:28:22 alertmanager:54 AlertManager initialized..
[DEBUG ] 10:28:22 component:106 Registered AlertManager with ComponentRegistry..
[DEBUG ] 10:28:22 component:106 Registered SignalManager with ComponentRegistry..
[DEBUG ] 10:28:22 component:106 Registered PluginManager with ComponentRegistry..
[DEBUG ] 10:28:22 pluginmanagerbase:64 Plugin manager init..
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 pluginmanagerbase:115 Found plugin: Blocklist 1.0
[DEBUG ] 10:28:22 pluginmanagerbase:115 Found plugin: Label 0.1
[DEBUG ] 10:28:22 component:106 Registered TorrentManager with ComponentRegistry..
[DEBUG ] 10:28:22 torrentmanager:124 TorrentManager init..
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 config:215 Registering function for max_connections_per_torrent key..
[DEBUG ] 10:28:22 torrentmanager:613 max_connections_per_torrent set to -1..
[DEBUG ] 10:28:22 config:215 Registering function for max_upload_slots_per_torrent key..
[DEBUG ] 10:28:22 torrentmanager:619 max_upload_slots_per_torrent set to -1..
[DEBUG ] 10:28:22 config:215 Registering function for max_upload_speed_per_torrent key..
[DEBUG ] 10:28:22 torrentmanager:624 max_upload_speed_per_torrent set to -1..
[DEBUG ] 10:28:22 config:215 Registering function for max_download_speed_per_torrent key..
[DEBUG ] 10:28:22 torrentmanager:629 max_download_speed_per_torrent set to -1..
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert torrent_finished_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert torrent_paused_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert torrent_checked_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert tracker_reply_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert tracker_announce_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert tracker_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert tracker_warning_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert tracker_error_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert storage_moved_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert torrent_resumed_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert state_changed_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert save_resume_data_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert save_resume_data_failed_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert file_renamed_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert metadata_received_alert
[DEBUG ] 10:28:22 alertmanager:88 Registered handler for alert file_error_alert
[DEBUG ] 10:28:22 component:106 Registered FilterManager with ComponentRegistry..
[DEBUG ] 10:28:22 filtermanager:88 FilterManager init..
[DEBUG ] 10:28:22 component:106 Registered AutoAdd with ComponentRegistry..
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 config:215 Registering function for autoadd_enable key..
[DEBUG ] 10:28:22 autoadd:126 _on_autoadd_enable
[DEBUG ] 10:28:22 config:215 Registering function for autoadd_location key..
[DEBUG ] 10:28:22 autoadd:133 _on_autoadd_location
[DEBUG ] 10:28:22 component:106 Registered AuthManager with ComponentRegistry..
[DEBUG ] 10:28:22 component:129 Starting component PreferencesManager..
[DEBUG ] 10:28:22 config:215 Registering function for torrentfiles_location key..
[DEBUG ] 10:28:22 config:215 Registering function for state_location key..
[DEBUG ] 10:28:22 config:215 Registering function for listen_ports key..
[DEBUG ] 10:28:22 config:215 Registering function for random_port key..
[DEBUG ] 10:28:22 preferencesmanager:251 random port value set to True
[DEBUG ] 10:28:22 preferencesmanager:265 listen port range set to 63628-63638
[DEBUG ] 10:28:22 config:215 Registering function for outgoing_ports key..
[DEBUG ] 10:28:22 config:215 Registering function for random_outgoing_ports key..
[DEBUG ] 10:28:22 config:215 Registering function for peer_tos key..
[DEBUG ] 10:28:22 preferencesmanager:279 setting peer_tos to: 0x00
[DEBUG ] 10:28:22 config:215 Registering function for dht key..
[DEBUG ] 10:28:22 preferencesmanager:289 dht value set to True
[DEBUG ] 10:28:22 config:215 Registering function for upnp key..
[DEBUG ] 10:28:22 preferencesmanager:311 upnp value set to True
[DEBUG ] 10:28:22 config:215 Registering function for natpmp key..
[DEBUG ] 10:28:22 preferencesmanager:318 natpmp value set to True
[DEBUG ] 10:28:22 config:215 Registering function for utpex key..
[DEBUG ] 10:28:22 preferencesmanager:332 utpex value set to True
[DEBUG ] 10:28:22 config:215 Registering function for lsd key..
[DEBUG ] 10:28:22 preferencesmanager:325 lsd value set to True
[DEBUG ] 10:28:22 config:215 Registering function for enc_in_policy key..
[DEBUG ] 10:28:22 preferencesmanager:337 encryption value enc_in_policy set to 1..
[DEBUG ] 10:28:22 preferencesmanager:351 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 10:28:22 config:215 Registering function for enc_out_policy key..
[DEBUG ] 10:28:22 preferencesmanager:337 encryption value enc_out_policy set to 1..
[DEBUG ] 10:28:22 preferencesmanager:351 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 10:28:22 config:215 Registering function for enc_level key..
[DEBUG ] 10:28:22 preferencesmanager:337 encryption value enc_level set to 2..
[DEBUG ] 10:28:22 preferencesmanager:351 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 10:28:22 config:215 Registering function for enc_prefer_rc4 key..
[DEBUG ] 10:28:22 preferencesmanager:337 encryption value enc_prefer_rc4 set to True..
[DEBUG ] 10:28:22 preferencesmanager:351 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 10:28:22 config:215 Registering function for max_connections_global key..
[DEBUG ] 10:28:22 preferencesmanager:354 max_connections_global set to 1000..
[DEBUG ] 10:28:22 config:215 Registering function for max_upload_speed key..
[DEBUG ] 10:28:22 preferencesmanager:358 max_upload_speed set to 300.0..
[DEBUG ] 10:28:22 config:215 Registering function for max_download_speed key..
[DEBUG ] 10:28:22 preferencesmanager:368 max_download_speed set to -1.0..
[DEBUG ] 10:28:22 config:215 Registering function for max_upload_slots_global key..
[DEBUG ] 10:28:22 preferencesmanager:377 max_upload_slots_global set to 10..
[DEBUG ] 10:28:22 config:215 Registering function for max_half_open_connections key..
[DEBUG ] 10:28:22 config:215 Registering function for max_connections_per_second key..
[DEBUG ] 10:28:22 config:215 Registering function for ignore_limits_on_local_network key..
[DEBUG ] 10:28:22 config:215 Registering function for share_ratio_limit key..
[DEBUG ] 10:28:22 preferencesmanager:392 share_ratio_limit set to -1.0..
[DEBUG ] 10:28:22 config:215 Registering function for seed_time_ratio_limit key..
[DEBUG ] 10:28:22 preferencesmanager:397 seed_time_ratio_limit set to 7.0..
[DEBUG ] 10:28:22 config:215 Registering function for seed_time_limit key..
[DEBUG ] 10:28:22 preferencesmanager:402 seed_time_limit set to -1..
[DEBUG ] 10:28:22 config:215 Registering function for max_active_downloading key..
[DEBUG ] 10:28:22 preferencesmanager:408 max_active_downloading set to 20..
[DEBUG ] 10:28:22 preferencesmanager:409 active_downloads: 8
[DEBUG ] 10:28:22 config:215 Registering function for max_active_seeding key..
[DEBUG ] 10:28:22 preferencesmanager:414 max_active_seeding set to 20..
[DEBUG ] 10:28:22 preferencesmanager:415 active_seeds: 5
[DEBUG ] 10:28:22 config:215 Registering function for max_active_limit key..
[DEBUG ] 10:28:22 preferencesmanager:420 max_active_limit set to 40..
[DEBUG ] 10:28:22 preferencesmanager:421 active_limit: 15
[DEBUG ] 10:28:22 config:215 Registering function for dont_count_slow_torrents key..
[DEBUG ] 10:28:22 preferencesmanager:426 dont_count_slow_torrents set to False..
[DEBUG ] 10:28:22 config:215 Registering function for send_info key..
[DEBUG ] 10:28:22 preferencesmanager:431 Sending anonymous stats..
[DEBUG ] 10:28:22 config:215 Registering function for proxies key..
[DEBUG ] 10:28:22 preferencesmanager:482 setting peer proxy settings
[DEBUG ] 10:28:22 preferencesmanager:482 setting web_seed proxy settings
[DEBUG ] 10:28:22 preferencesmanager:482 setting tracker proxy settings
[DEBUG ] 10:28:22 config:215 Registering function for new_release_check key..
[DEBUG ] 10:28:22 config:215 Registering function for rate_limit_ip_overhead key..
[DEBUG ] 10:28:22 preferencesmanager:486 rate_limit_ip_overhead: True
[DEBUG ] 10:28:22 component:129 Starting component Core..
[DEBUG ] 10:28:22 component:129 Starting component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 listen_succeeded_alert: successfully listening on 0.0.0.0:63628
[DEBUG ] 10:28:22 alertmanager:107 listen_succeeded_alert: successfully listening on [::]:63628
[DEBUG ] 10:28:22 component:129 Starting component SignalManager..
[DEBUG ] 10:28:22 component:129 Starting component PluginManager..
[DEBUG ] 10:28:22 component:129 Starting component TorrentManager..
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:476 Opening torrent state file for load.
[DEBUG ] 10:28:22 torrentmanager:284 torrentmanager.add
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:251 Attempting to create torrent_info from /home/dfiore/.config/deluge/state/46db9750b5f513212752be13c01850d7c8f14364.torrent
[DEBUG ] 10:28:22 torrentmanager:336 options: {'add_paused': False, 'max_download_speed': -1.0, 'auto_managed': True, 'prioritize_first_last_pieces': False, 'download_location': '/data/Torrents', 'file_priorities': [1], 'stop_at_ratio': False, 'max_upload_speed': -1.0, 'remove_at_ratio': False, 'max_upload_slots': -1, 'compact_allocation': False, 'stop_ratio': 2.0, 'max_connections': -1}
[DEBUG ] 10:28:22 component:153 Pausing component AlertManager..
[DEBUG ] 10:28:22 torrentmanager:376 handle id: 46db9750b5f513212752be13c01850d7c8f14364
[DEBUG ] 10:28:22 torrent:121 Creating torrent object 46db9750b5f513212752be13c01850d7c8f14364
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrent:333 Setting trackers for 46db9750b5f513212752be13c01850d7c8f14364: [{'url': 'http://tracker.openbittorrent.com:80/announce', 'tier': 0}, {'url': 'udp://tracker.openbittorrent.com:80/announce', 'tier': 0}, {'url': 'udp://tracker.publicbt.com:80/announce', 'tier': 1}, {'url': 'http://tracker.publicbt.com:80/announce', 'tier': 1}, {'url': 'http://tracker.istole.it:80/announce', 'tier': 2}, {'url': 'udp://tracker.istole.it:80/announce', 'tier': 3}, {'url': 'http://tracker.hexagon.cc:2710/announce', 'tier': 4}, {'url': 'http://z6gw6skubmo2pj43.onion:8080/announce', 'tier': 5}, {'url': 'http://z6gw6skubmo2pj43.tor2web.com:8080/announce', 'tier': 6}]
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: http://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: udp://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: udp://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: http://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 2 tracker: http://tracker.istole.it:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 3 tracker: udp://tracker.istole.it:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 4 tracker: http://tracker.hexagon.cc:2710/announce
[DEBUG ] 10:28:22 torrent:345 tier: 5 tracker: http://z6gw6skubmo2pj43.onion:8080/announce
[DEBUG ] 10:28:22 torrent:345 tier: 6 tracker: http://z6gw6skubmo2pj43.tor2web.com:8080/announce
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:302 setting 46db9750b5f513212752be13c01850d7c8f14364's file priorities: [1]
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:215 Torrent object created.
[DEBUG ] 10:28:22 component:163 Resuming component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 state_changed_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv: state changed to: downloading
[DEBUG ] 10:28:22 alertmanager:107 torrent_checked_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv checked
[DEBUG ] 10:28:22 alertmanager:107 torrent_finished_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv torrent finished downloading
[DEBUG ] 10:28:22 alertmanager:107 state_changed_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv: state changed to: finished
[DEBUG ] 10:28:22 alertmanager:107 state_changed_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv: state changed to: seeding
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (http://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (http://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:284 torrentmanager.add
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:251 Attempting to create torrent_info from /home/dfiore/.config/deluge/state/4a58a0499256beb15bd8d969652bc5eefee5d854.torrent
[DEBUG ] 10:28:22 torrentmanager:336 options: {'add_paused': False, 'max_download_speed': -1, 'auto_managed': True, 'prioritize_first_last_pieces': False, 'download_location': '/data/Torrents', 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'stop_at_ratio': False, 'max_upload_speed': -1, 'remove_at_ratio': False, 'max_upload_slots': -1, 'compact_allocation': False, 'stop_ratio': 2.0, 'max_connections': -1}
[DEBUG ] 10:28:22 component:153 Pausing component AlertManager..
[DEBUG ] 10:28:22 torrentmanager:376 handle id: 4a58a0499256beb15bd8d969652bc5eefee5d854
[DEBUG ] 10:28:22 torrent:121 Creating torrent object 4a58a0499256beb15bd8d969652bc5eefee5d854
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrent:333 Setting trackers for 4a58a0499256beb15bd8d969652bc5eefee5d854: [{'url': 'http://tracker.openbittorrent.com/announce', 'tier': 0}, {'url': 'udp://tracker.openbittorrent.com:80/announce', 'tier': 1}, {'url': 'udp://tracker.publicbt.com:80/announce', 'tier': 2}, {'url': 'http://tracker.publicbt.com/announce', 'tier': 3}, {'url': 'http://tracker.ilovetorrents.com/announce.php', 'tier': 4}]
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: http://tracker.openbittorrent.com/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: udp://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 2 tracker: udp://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 3 tracker: http://tracker.publicbt.com/announce
[DEBUG ] 10:28:22 torrent:345 tier: 4 tracker: http://tracker.ilovetorrents.com/announce.php
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:302 setting 4a58a0499256beb15bd8d969652bc5eefee5d854's file priorities: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:215 Torrent object created.
[DEBUG ] 10:28:22 component:163 Resuming component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (http://tracker.openbittorrent.com/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:284 torrentmanager.add
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:251 Attempting to create torrent_info from /home/dfiore/.config/deluge/state/89b648c3cdaadb3b63532f50a3041d7421e06938.torrent
[DEBUG ] 10:28:22 torrentmanager:336 options: {'add_paused': False, 'max_download_speed': -1, 'auto_managed': True, 'prioritize_first_last_pieces': False, 'download_location': '/data/Torrents', 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'stop_at_ratio': False, 'max_upload_speed': -1, 'remove_at_ratio': False, 'max_upload_slots': -1, 'compact_allocation': False, 'stop_ratio': 2.0, 'max_connections': -1}
[DEBUG ] 10:28:22 component:153 Pausing component AlertManager..
[DEBUG ] 10:28:22 torrentmanager:376 handle id: 89b648c3cdaadb3b63532f50a3041d7421e06938
[DEBUG ] 10:28:22 torrent:121 Creating torrent object 89b648c3cdaadb3b63532f50a3041d7421e06938
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrent:333 Setting trackers for 89b648c3cdaadb3b63532f50a3041d7421e06938: [{'url': 'http://tracker.thepiratebay.org/announce', 'tier': 0}, {'url': 'udp://tracker.thepiratebay.org:80/announce', 'tier': 1}, {'url': 'http://tracker.publicbt.com/announce', 'tier': 2}, {'url': 'udp://tracker.publicbt.com:80/announce', 'tier': 3}, {'url': 'udp://tracker.openbittorrent.com:80/announce', 'tier': 4}, {'url': 'http://tracker.openbittorrent.com/announce', 'tier': 5}]
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: http://tracker.thepiratebay.org/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: udp://tracker.thepiratebay.org:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 2 tracker: http://tracker.publicbt.com/announce
[DEBUG ] 10:28:22 torrent:345 tier: 3 tracker: udp://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 4 tracker: udp://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 5 tracker: http://tracker.openbittorrent.com/announce
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:302 setting 89b648c3cdaadb3b63532f50a3041d7421e06938's file priorities: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:215 Torrent object created.
[DEBUG ] 10:28:22 component:163 Resuming component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (http://tracker.thepiratebay.org/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:284 torrentmanager.add
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:251 Attempting to create torrent_info from /home/dfiore/.config/deluge/state/7cbb4036d9732bc35a629a9dd783241e91e390a3.torrent
[DEBUG ] 10:28:22 torrentmanager:336 options: {'add_paused': False, 'max_download_speed': -1, 'auto_managed': True, 'prioritize_first_last_pieces': False, 'download_location': '/data/Torrents', 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'stop_at_ratio': False, 'max_upload_speed': -1, 'remove_at_ratio': False, 'max_upload_slots': -1, 'compact_allocation': False, 'stop_ratio': 2.0, 'max_connections': -1}
[DEBUG ] 10:28:22 component:153 Pausing component AlertManager..
[DEBUG ] 10:28:22 torrentmanager:376 handle id: 7cbb4036d9732bc35a629a9dd783241e91e390a3
[DEBUG ] 10:28:22 torrent:121 Creating torrent object 7cbb4036d9732bc35a629a9dd783241e91e390a3
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrent:333 Setting trackers for 7cbb4036d9732bc35a629a9dd783241e91e390a3: [{'url': 'udp://tracker.openbittorrent.com:80/announce', 'tier': 0}, {'url': 'http://tracker.openbittorrent.com:80/announce', 'tier': 0}, {'url': 'http://tracker.publicbt.com:80/announce', 'tier': 1}, {'url': 'udp://tracker.publicbt.com:80/announce', 'tier': 1}, {'url': 'http://tracker.bittorrent.am:80/announce', 'tier': 2}, {'url': 'http://btfans.3322.org:8000/announce', 'tier': 3}, {'url': 'http://btfans.3322.org:8080/announce', 'tier': 4}, {'url': 'http://btfans.3322.org:6969/announce', 'tier': 5}, {'url': 'http://torrent-downloads.to:5869/announce', 'tier': 6}, {'url': 'http://inferno.demonoid.com:3390/announce', 'tier': 7}, {'url': 'http://bt.btbbt.com:7272/announce', 'tier': 8}, {'url': 'http://tracker.mininova.org/announce', 'tier': 9}]
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: udp://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: http://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: http://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: udp://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 2 tracker: http://tracker.bittorrent.am:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 3 tracker: http://btfans.3322.org:8000/announce
[DEBUG ] 10:28:22 torrent:345 tier: 4 tracker: http://btfans.3322.org:8080/announce
[DEBUG ] 10:28:22 torrent:345 tier: 5 tracker: http://btfans.3322.org:6969/announce
[DEBUG ] 10:28:22 torrent:345 tier: 6 tracker: http://torrent-downloads.to:5869/announce
[DEBUG ] 10:28:22 torrent:345 tier: 7 tracker: http://inferno.demonoid.com:3390/announce
[DEBUG ] 10:28:22 torrent:345 tier: 8 tracker: http://bt.btbbt.com:7272/announce
[DEBUG ] 10:28:22 torrent:345 tier: 9 tracker: http://tracker.mininova.org/announce
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:302 setting 7cbb4036d9732bc35a629a9dd783241e91e390a3's file priorities: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:215 Torrent object created.
[DEBUG ] 10:28:22 component:163 Resuming component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:284 torrentmanager.add
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:251 Attempting to create torrent_info from /home/dfiore/.config/deluge/state/3bc485994176519110474ec5b6fcb372d46f8db2.torrent
[DEBUG ] 10:28:22 torrentmanager:336 options: {'add_paused': False, 'max_download_speed': -1, 'auto_managed': True, 'prioritize_first_last_pieces': False, 'download_location': '/data/Torrents', 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'stop_at_ratio': False, 'max_upload_speed': -1, 'remove_at_ratio': False, 'max_upload_slots': -1, 'compact_allocation': False, 'stop_ratio': 2.0, 'max_connections': -1}
[DEBUG ] 10:28:22 component:153 Pausing component AlertManager..
[DEBUG ] 10:28:22 torrentmanager:376 handle id: 3bc485994176519110474ec5b6fcb372d46f8db2
[DEBUG ] 10:28:22 torrent:121 Creating torrent object 3bc485994176519110474ec5b6fcb372d46f8db2
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrent:333 Setting trackers for 3bc485994176519110474ec5b6fcb372d46f8db2: [{'url': 'http://tracker.thepiratebay.org/announce', 'tier': 0}, {'url': 'udp://tracker.thepiratebay.org:80/announce', 'tier': 1}, {'url': 'http://inferno.demonoid.com:3419/announce', 'tier': 2}, {'url': 'http://tracker4.finalgear.com/announce', 'tier': 3}, {'url': 'udp://denis.stalker.h3q.com:6969/announce', 'tier': 4}, {'url': 'http://denis.stalker.h3q.com:6969/announce', 'tier': 5}, {'url': 'udp://tracker.openbittorrent.com:80/announce', 'tier': 6}, {'url': 'http://tracker.openbittorrent.com/announce', 'tier': 7}]
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: http://tracker.thepiratebay.org/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: udp://tracker.thepiratebay.org:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 2 tracker: http://inferno.demonoid.com:3419/announce
[DEBUG ] 10:28:22 torrent:345 tier: 3 tracker: http://tracker4.finalgear.com/announce
[DEBUG ] 10:28:22 torrent:345 tier: 4 tracker: udp://denis.stalker.h3q.com:6969/announce
[DEBUG ] 10:28:22 torrent:345 tier: 5 tracker: http://denis.stalker.h3q.com:6969/announce
[DEBUG ] 10:28:22 torrent:345 tier: 6 tracker: udp://tracker.openbittorrent.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 7 tracker: http://tracker.openbittorrent.com/announce
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:302 setting 3bc485994176519110474ec5b6fcb372d46f8db2's file priorities: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:215 Torrent object created.
[DEBUG ] 10:28:22 component:163 Resuming component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://tracker.thepiratebay.org/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:284 torrentmanager.add
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrentmanager:251 Attempting to create torrent_info from /home/dfiore/.config/deluge/state/da95e8c65e40d40f322c707bac9bacdfd9cf5225.torrent
[DEBUG ] 10:28:22 torrentmanager:336 options: {'add_paused': False, 'max_download_speed': -1, 'auto_managed': True, 'prioritize_first_last_pieces': False, 'download_location': '/data/Torrents', 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'stop_at_ratio': False, 'max_upload_speed': -1, 'remove_at_ratio': False, 'max_upload_slots': -1, 'compact_allocation': False, 'stop_ratio': 2.0, 'max_connections': -1}
[DEBUG ] 10:28:22 component:153 Pausing component AlertManager..
[DEBUG ] 10:28:22 torrentmanager:376 handle id: da95e8c65e40d40f322c707bac9bacdfd9cf5225
[DEBUG ] 10:28:22 torrent:121 Creating torrent object da95e8c65e40d40f322c707bac9bacdfd9cf5225
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 configmanager:91 Getting config 'core.conf'
[DEBUG ] 10:28:22 torrent:333 Setting trackers for da95e8c65e40d40f322c707bac9bacdfd9cf5225: [{'url': 'http://denis.stalker.h3q.com:6969/announce', 'tier': 0}, {'url': 'http://tracker.openbittorrent.com/announce', 'tier': 1}, {'url': 'http://tracker.torrentparty.com:6969/announce', 'tier': 2}, {'url': 'http://tracker.publicbt.com:80/announce', 'tier': 3}, {'url': 'http://torrent-downloads.to:5869/announce', 'tier': 4}, {'url': 'http://tracker.thepiratebay.org/announce', 'tier': 5}, {'url': 'http://announce.nanoset.net/announce', 'tier': 6}, {'url': 'http://10.rarbg.com:80/announce', 'tier': 7}, {'url': 'http://tracker.publicbits.com/announce', 'tier': 8}, {'url': 'http://9.rarbg.com:2710/announce', 'tier': 9}, {'url': 'http://tracker.torrent.to:2710/announce', 'tier': 10}, {'url': 'http://tracker.bittorrent.am:80/announce', 'tier': 11}, {'url': 'http://genesis.1337x.org:1337/announce', 'tier': 12}, {'url': 'http://tracker.ilibr.org:6969/announce', 'tier': 13}, {'url': 'http://tracker.mightynova.com:80/announce', 'tier': 14}, {'url': 'http://tracker.hexagon.cc:2710/announce', 'tier': 15}, {'url': 'http://tracker.mininova.org/announce', 'tier': 16}, {'url': 'http://bttrack.9you.com:8080/announce', 'tier': 17}]
[DEBUG ] 10:28:22 torrent:345 tier: 0 tracker: http://denis.stalker.h3q.com:6969/announce
[DEBUG ] 10:28:22 torrent:345 tier: 1 tracker: http://tracker.openbittorrent.com/announce
[DEBUG ] 10:28:22 torrent:345 tier: 2 tracker: http://tracker.torrentparty.com:6969/announce
[DEBUG ] 10:28:22 torrent:345 tier: 3 tracker: http://tracker.publicbt.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 4 tracker: http://torrent-downloads.to:5869/announce
[DEBUG ] 10:28:22 torrent:345 tier: 5 tracker: http://tracker.thepiratebay.org/announce
[DEBUG ] 10:28:22 torrent:345 tier: 6 tracker: http://announce.nanoset.net/announce
[DEBUG ] 10:28:22 torrent:345 tier: 7 tracker: http://10.rarbg.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 8 tracker: http://tracker.publicbits.com/announce
[DEBUG ] 10:28:22 torrent:345 tier: 9 tracker: http://9.rarbg.com:2710/announce
[DEBUG ] 10:28:22 torrent:345 tier: 10 tracker: http://tracker.torrent.to:2710/announce
[DEBUG ] 10:28:22 torrent:345 tier: 11 tracker: http://tracker.bittorrent.am:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 12 tracker: http://genesis.1337x.org:1337/announce
[DEBUG ] 10:28:22 torrent:345 tier: 13 tracker: http://tracker.ilibr.org:6969/announce
[DEBUG ] 10:28:22 torrent:345 tier: 14 tracker: http://tracker.mightynova.com:80/announce
[DEBUG ] 10:28:22 torrent:345 tier: 15 tracker: http://tracker.hexagon.cc:2710/announce
[DEBUG ] 10:28:22 torrent:345 tier: 16 tracker: http://tracker.mininova.org/announce
[DEBUG ] 10:28:22 torrent:345 tier: 17 tracker: http://bttrack.9you.com:8080/announce
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:302 setting da95e8c65e40d40f322c707bac9bacdfd9cf5225's file priorities: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrent:215 Torrent object created.
[DEBUG ] 10:28:22 component:163 Resuming component AlertManager..
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://denis.stalker.h3q.com:6969/announce) sending announce (started)
[DEBUG ] 10:28:22 pluginmanager:151 run_post_session_load
[DEBUG ] 10:28:22 component:129 Starting component AutoAdd..
[DEBUG ] 10:28:22 component:129 Starting component AuthManager..
[DEBUG ] 10:28:22 component:129 Starting component FilterManager..
[DEBUG ] 10:28:22 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrentmanager:671 on_alert_torrent_checked
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrentmanager:635 on_alert_torrent_finished
[DEBUG ] 10:28:22 torrentmanager:639 46db9750b5f513212752be13c01850d7c8f14364 is finished..
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:22 torrent:367 set_state_based_on_ltstate: Seeding
[DEBUG ] 10:28:22 torrent:368 session.is_paused: False
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 alertmanager:107 tracker_error_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (http://tracker.openbittorrent.com:80/announce) (-1) Operation canceled (1)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:28:22 alertmanager:107 tracker_error_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (http://tracker.openbittorrent.com:80/announce) (-1) Operation canceled (1)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.publicbt.com:80/announce) sending announce (started)
[DEBUG ] 10:28:22 alertmanager:107 tracker_error_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (http://tracker.openbittorrent.com/announce) (-1) Operation canceled (1)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:28:22 alertmanager:107 tracker_error_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (http://tracker.thepiratebay.org/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.thepiratebay.org:80/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 alertmanager:107 tracker_error_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://tracker.thepiratebay.org/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: Management.LiMiTED.DVDRip.XviD-DoNE (udp://tracker.thepiratebay.org:80/announce) sending announce (started)
[DEBUG ] 10:28:22 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://denis.stalker.h3q.com:6969/announce) (-1) Operation canceled (1)
[DEBUG ] 10:28:22 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.openbittorrent.com/announce) sending announce (started)
[DEBUG ] 10:28:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:23 alertmanager:107 tracker_reply_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU (udp://tracker.openbittorrent.com:80/announce) received peers: 19
[DEBUG ] 10:28:23 alertmanager:107 tracker_reply_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.openbittorrent.com:80/announce) received peers: 200
[DEBUG ] 10:28:23 torrentmanager:678 on_alert_tracker_reply: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU (udp://tracker.openbittorrent.com:80/announce) received peers: 19
[DEBUG ] 10:28:23 torrentmanager:678 on_alert_tracker_reply: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.openbittorrent.com:80/announce) received peers: 200
[DEBUG ] 10:28:23 alertmanager:107 tracker_reply_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (udp://tracker.openbittorrent.com:80/announce) received peers: 20
[DEBUG ] 10:28:23 torrentmanager:678 on_alert_tracker_reply: Four.Christmases.720p.Bluray.x264-HUBRIS (udp://tracker.openbittorrent.com:80/announce) received peers: 20
[DEBUG ] 10:28:23 alertmanager:107 state_changed_alert: Four.Christmases.720p.Bluray.x264-HUBRIS: state changed to: downloading
[DEBUG ] 10:28:23 alertmanager:107 torrent_checked_alert: Four.Christmases.720p.Bluray.x264-HUBRIS checked
[DEBUG ] 10:28:23 alertmanager:107 tracker_announce_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (http://tracker.openbittorrent.com/announce) sending announce (started)
[DEBUG ] 10:28:23 alertmanager:107 fastresume_rejected_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] fast resume rejected: missing or invalid 'file sizes' entry in resume data
[DEBUG ] 10:28:23 alertmanager:107 state_changed_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com]: state changed to: checking (q)
[DEBUG ] 10:28:23 alertmanager:107 state_changed_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com]: state changed to: checking
[DEBUG ] 10:28:23 alertmanager:107 fastresume_rejected_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU fast resume rejected: missing or invalid 'file sizes' entry in resume data
[DEBUG ] 10:28:23 alertmanager:107 state_changed_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU: state changed to: checking (q)
[DEBUG ] 10:28:23 alertmanager:107 fastresume_rejected_alert: Management.LiMiTED.DVDRip.XviD-DoNE fast resume rejected: missing or invalid 'file sizes' entry in resume data
[DEBUG ] 10:28:23 alertmanager:107 state_changed_alert: Management.LiMiTED.DVDRip.XviD-DoNE: state changed to: checking (q)
[DEBUG ] 10:28:23 alertmanager:107 fastresume_rejected_alert: State.of.Play.1080p.BluRay.x264-REFiNED fast resume rejected: missing or invalid 'file sizes' entry in resume data
[DEBUG ] 10:28:23 alertmanager:107 state_changed_alert: State.of.Play.1080p.BluRay.x264-REFiNED: state changed to: checking (q)
[DEBUG ] 10:28:23 alertmanager:107 save_resume_data_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv resume data generated
[DEBUG ] 10:28:23 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:671 on_alert_torrent_checked
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:23 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Checking
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Checking
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:28:23 torrent:367 set_state_based_on_ltstate: Queued
[DEBUG ] 10:28:23 torrent:368 session.is_paused: False
[DEBUG ] 10:28:23 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:28:23 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/46db9750b5f513212752be13c01850d7c8f14364.fastresume
[DEBUG ] 10:28:23 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/46db9750b5f513212752be13c01850d7c8f14364.fastresume
[DEBUG ] 10:28:23 alertmanager:107 tracker_error_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (http://tracker.openbittorrent.com/announce) (-1) Operation canceled (1)
[DEBUG ] 10:28:23 alertmanager:107 tracker_announce_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:28:23 alertmanager:107 portmap_error_alert: could not map port using UPnP: UPnP mapping error 501: Action Failed
[DEBUG ] 10:28:23 alertmanager:107 portmap_error_alert: could not map port using UPnP: UPnP mapping error 501: Action Failed
[DEBUG ] 10:28:23 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:23 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:23 alertmanager:107 tracker_reply_alert: Four.Christmases.720p.Bluray.x264-HUBRIS (udp://tracker.openbittorrent.com:80/announce) received peers: 20
[DEBUG ] 10:28:23 torrentmanager:678 on_alert_tracker_reply: Four.Christmases.720p.Bluray.x264-HUBRIS (udp://tracker.openbittorrent.com:80/announce) received peers: 20
[DEBUG ] 10:28:25 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.openbittorrent.com/announce) (-1) Operation canceled (1)
[DEBUG ] 10:28:25 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.torrentparty.com:6969/announce) sending announce (started)
[DEBUG ] 10:28:25 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:25 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:26 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:28:26 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 10:28:30 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:28:32 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 10:28:34 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:28:34 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 10:28:38 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.torrentparty.com:6969/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:38 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.publicbt.com:80/announce) sending announce (started)
[DEBUG ] 10:28:38 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:38 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:38 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.publicbt.com:80/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:38 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://torrent-downloads.to:5869/announce) sending announce (started)
[DEBUG ] 10:28:38 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:38 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:38 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://torrent-downloads.to:5869/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:38 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.thepiratebay.org/announce) sending announce (started)
[DEBUG ] 10:28:38 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:38 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:39 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.thepiratebay.org/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:39 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://announce.nanoset.net/announce) sending announce (started)
[DEBUG ] 10:28:39 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:39 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:39 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:28:41 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://announce.nanoset.net/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:41 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://10.rarbg.com:80/announce) sending announce (started)
[DEBUG ] 10:28:41 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:41 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:42 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://10.rarbg.com:80/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:42 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.publicbits.com/announce) sending announce (started)
[DEBUG ] 10:28:42 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:42 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:49 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 10:28:50 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:28:51 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.publicbits.com/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:51 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://9.rarbg.com:2710/announce) sending announce (started)
[DEBUG ] 10:28:51 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:51 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:52 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://9.rarbg.com:2710/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:52 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.torrent.to:2710/announce) sending announce (started)
[DEBUG ] 10:28:52 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:52 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:52 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.torrent.to:2710/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:52 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.bittorrent.am:80/announce) sending announce (started)
[DEBUG ] 10:28:52 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:52 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:52 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.bittorrent.am:80/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:52 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://genesis.1337x.org:1337/announce) sending announce (started)
[DEBUG ] 10:28:52 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:52 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:53 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://genesis.1337x.org:1337/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:53 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.ilibr.org:6969/announce) sending announce (started)
[DEBUG ] 10:28:53 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:53 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:28:54 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 10:28:56 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.ilibr.org:6969/announce) (-1) Connection refused (1)
[DEBUG ] 10:28:56 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.mightynova.com:80/announce) sending announce (started)
[DEBUG ] 10:28:56 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:28:56 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:03 alertmanager:107 tracker_error_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.thepiratebay.org:80/announce) (0) tracker timed out (1)
[DEBUG ] 10:29:03 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (http://tracker.publicbt.com/announce) sending announce (started)
[DEBUG ] 10:29:03 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:03 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:03 alertmanager:107 tracker_error_alert: Management.LiMiTED.DVDRip.XviD-DoNE (udp://tracker.thepiratebay.org:80/announce) (0) tracker timed out (1)
[DEBUG ] 10:29:03 alertmanager:107 tracker_announce_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://inferno.demonoid.com:3419/announce) sending announce (started)
[DEBUG ] 10:29:03 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:03 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:03 alertmanager:107 tracker_error_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.publicbt.com:80/announce) (0) tracker timed out (1)
[DEBUG ] 10:29:03 alertmanager:107 tracker_announce_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:29:03 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:03 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:04 alertmanager:107 tracker_reply_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.openbittorrent.com:80/announce) received peers: 200
[DEBUG ] 10:29:04 torrentmanager:678 on_alert_tracker_reply: Dexter.S04E10.720p.HDTV.x264-RED.mkv (udp://tracker.openbittorrent.com:80/announce) received peers: 200
[WARNING ] 10:29:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:14 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.mightynova.com:80/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:14 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.hexagon.cc:2710/announce) sending announce (started)
[DEBUG ] 10:29:14 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:14 torrentmanager:695 on_alert_tracker_announce
[WARNING ] 10:29:15 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:21 alertmanager:107 tracker_error_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://inferno.demonoid.com:3419/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:21 alertmanager:107 tracker_announce_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://tracker4.finalgear.com/announce) sending announce (started)
[DEBUG ] 10:29:21 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:21 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:21 alertmanager:107 tracker_error_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (http://tracker.publicbt.com/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:21 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.publicbt.com:80/announce) sending announce (started)
[DEBUG ] 10:29:21 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:21 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:22 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.hexagon.cc:2710/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:22 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.mininova.org/announce) sending announce (started)
[DEBUG ] 10:29:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:22 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://tracker.mininova.org/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:22 alertmanager:107 tracker_announce_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://bttrack.9you.com:8080/announce) sending announce (started)
[DEBUG ] 10:29:22 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:22 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:29:22 alertmanager:107 tracker_error_alert: State.of.Play.1080p.BluRay.x264-REFiNED (http://bttrack.9you.com:8080/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:22 torrentmanager:733 on_alert_tracker_error
[WARNING ] 10:29:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:23 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:23 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:30 alertmanager:107 tracker_error_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://tracker4.finalgear.com/announce) (-1) Connection refused (1)
[DEBUG ] 10:29:30 alertmanager:107 tracker_announce_alert: Management.LiMiTED.DVDRip.XviD-DoNE (udp://denis.stalker.h3q.com:6969/announce) sending announce (started)
[DEBUG ] 10:29:30 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:29:30 torrentmanager:695 on_alert_tracker_announce
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:31 alertmanager:107 tracker_reply_alert: Management.LiMiTED.DVDRip.XviD-DoNE (udp://denis.stalker.h3q.com:6969/announce) received peers: 33
[DEBUG ] 10:29:31 torrentmanager:678 on_alert_tracker_reply: Management.LiMiTED.DVDRip.XviD-DoNE (udp://denis.stalker.h3q.com:6969/announce) received peers: 33
[WARNING ] 10:29:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:32 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:33 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:29:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:36 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:36 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:39 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:29:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:40 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:40 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:44 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:44 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:47 alertmanager:107 dht_reply_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv received DHT peers: 68
[DEBUG ] 10:29:47 alertmanager:107 dht_reply_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv received DHT peers: 50
[WARNING ] 10:29:48 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:48 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:52 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:29:55 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:29:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:29:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:30:02 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 10:30:02 alertmanager:107 tracker_error_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.publicbt.com:80/announce) (0) tracker timed out (1)
[DEBUG ] 10:30:02 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG ] 10:30:02 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:30:02 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:30:03 alertmanager:107 tracker_reply_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.openbittorrent.com:80/announce) received peers: 26
[DEBUG ] 10:30:03 torrentmanager:678 on_alert_tracker_reply: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.openbittorrent.com:80/announce) received peers: 26
[WARNING ] 10:30:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:30:12 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:30:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:30:27 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:30:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:30:57 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:30:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:30:58 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:30:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:30:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:03 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:31:10 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:31:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:31:20 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:31:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:31:35 alertmanager:107 scrape_failed_alert: Management.LiMiTED.DVDRip.XviD-DoNE (http://tracker.thepiratebay.org/announce) scrape failed: Connection refused
[DEBUG ] 10:31:36 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:31:36 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:31:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:31:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:32:01 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:32:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:32:11 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:32:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:32:27 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:32:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:33 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:37 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:32:42 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:32:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:49 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:32:51 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:32:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:53 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:32:55 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:32:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:57 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:32:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:01 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:05 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:09 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:12 alertmanager:107 save_resume_data_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] resume data generated
[DEBUG ] 10:33:12 alertmanager:107 save_resume_data_alert: Management.LiMiTED.DVDRip.XviD-DoNE resume data generated
[DEBUG ] 10:33:12 alertmanager:107 save_resume_data_alert: State.of.Play.1080p.BluRay.x264-REFiNED resume data generated
[DEBUG ] 10:33:12 alertmanager:107 save_resume_data_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU resume data generated
[DEBUG ] 10:33:12 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:33:12 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/89b648c3cdaadb3b63532f50a3041d7421e06938.fastresume
[DEBUG ] 10:33:12 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/89b648c3cdaadb3b63532f50a3041d7421e06938.fastresume
[DEBUG ] 10:33:12 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:33:12 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/3bc485994176519110474ec5b6fcb372d46f8db2.fastresume
[DEBUG ] 10:33:12 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/3bc485994176519110474ec5b6fcb372d46f8db2.fastresume
[DEBUG ] 10:33:12 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:33:12 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/da95e8c65e40d40f322c707bac9bacdfd9cf5225.fastresume
[DEBUG ] 10:33:12 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/da95e8c65e40d40f322c707bac9bacdfd9cf5225.fastresume
[DEBUG ] 10:33:12 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:33:12 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/7cbb4036d9732bc35a629a9dd783241e91e390a3.fastresume
[DEBUG ] 10:33:12 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/7cbb4036d9732bc35a629a9dd783241e91e390a3.fastresume
[DEBUG ] 10:33:13 alertmanager:107 save_resume_data_alert: Four.Christmases.720p.Bluray.x264-HUBRIS resume data generated
[DEBUG ] 10:33:13 alertmanager:107 save_resume_data_alert: Dexter.S04E10.720p.HDTV.x264-RED.mkv resume data generated
[DEBUG ] 10:33:13 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:33:13 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/4a58a0499256beb15bd8d969652bc5eefee5d854.fastresume
[DEBUG ] 10:33:13 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/4a58a0499256beb15bd8d969652bc5eefee5d854.fastresume
[DEBUG ] 10:33:13 torrentmanager:770 on_alert_save_resume_data
[DEBUG ] 10:33:13 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/46db9750b5f513212752be13c01850d7c8f14364.fastresume
[DEBUG ] 10:33:13 torrent:783 Saving fastresume file: /home/dfiore/.config/deluge/state/46db9750b5f513212752be13c01850d7c8f14364.fastresume
[WARNING ] 10:33:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:13 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:21 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:22 torrentmanager:550 Saving torrent state file.
[WARNING ] 10:33:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:27 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:30 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:33:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:32 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 10:33:33 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:35 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:41 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:33:54 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:33:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:55 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:33:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:34:02 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:34:03 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:03 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:07 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:11 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:11 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:15 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:17 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:34:22 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:34:22 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:23 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:25 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:26 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:27 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:30 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:31 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:35 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:38 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:42 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:43 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:34:45 alertmanager:107 state_changed_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU: state changed to: checking
[DEBUG ] 10:34:45 alertmanager:107 state_changed_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com]: state changed to: downloading
[DEBUG ] 10:34:45 alertmanager:107 torrent_checked_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] checked
[DEBUG ] 10:34:45 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (http://tracker.thepiratebay.org/announce) sending announce (started)
[DEBUG ] 10:34:45 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:34:45 torrent:367 set_state_based_on_ltstate: Checking
[DEBUG ] 10:34:45 torrent:368 session.is_paused: False
[DEBUG ] 10:34:45 torrentmanager:759 on_alert_state_changed
[DEBUG ] 10:34:45 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 10:34:45 torrent:368 session.is_paused: False
[DEBUG ] 10:34:45 torrentmanager:671 on_alert_torrent_checked
[DEBUG ] 10:34:45 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 10:34:45 torrent:368 session.is_paused: False
[DEBUG ] 10:34:45 torrentmanager:695 on_alert_tracker_announce
[WARNING ] 10:34:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:46 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:47 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:50 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:51 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:34:52 alertmanager:107 tracker_error_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (http://tracker.thepiratebay.org/announce) (-1) Connection refused (1)
[DEBUG ] 10:34:52 alertmanager:107 tracker_announce_alert: Spread.LIMITED.1080p.Bluray.x264-CBGB.[www.usabit.com] (udp://tracker.thepiratebay.org:80/announce) sending announce (started)
[DEBUG ] 10:34:52 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 10:34:52 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 10:34:53 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 10:34:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:54 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:55 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:55 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:58 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:34:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 10:35:00 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 10:35:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:02 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:03 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:03 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:06 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:07 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:10 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:11 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:11 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:14 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:15 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:15 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:18 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 10:35:20 pluginmanager:117 Status field label is not registered with the PluginManager.
########################################################
#
# update: (these are the few log lines directly after a crash)
#
########################################################
[DEBUG ] 11:43:12 autoadd:110 Attempting to open /home/dfiore/Dropbox/torrents/[isoHunt] Californication.S03E10.720p.HDTV.x264-RED.torrent for add.
[DEBUG ] 11:43:12 torrentmanager:284 torrentmanager.add
[DEBUG ] 11:43:12 configmanager:91 Getting config 'core.conf'
[DEBUG ] 11:43:12 torrentmanager:336 options: {'stop_at_ratio': False, 'remove_at_ratio': False, 'stop_ratio': 2.0}
[DEBUG ] 11:43:12 component:153 Pausing component AlertManager..
[DEBUG ] 11:43:12 torrentmanager:376 handle id: b5452cd39936c04ccdc36538d4d2b74704cb712f
[DEBUG ] 11:43:12 torrent:121 Creating torrent object b5452cd39936c04ccdc36538d4d2b74704cb712f
[DEBUG ] 11:43:12 configmanager:91 Getting config 'core.conf'
[DEBUG ] 11:43:12 configmanager:91 Getting config 'core.conf'
[DEBUG ] 11:43:13 torrent:293 file_priorities len != num_files
[DEBUG ] 11:43:13 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 11:43:13 torrent:368 session.is_paused: False
[DEBUG ] 11:43:13 torrent:215 Torrent object created.
[DEBUG ] 11:43:13 component:163 Resuming component AlertManager..
[DEBUG ] 11:43:13 alertmanager:107 state_changed_alert: Californication.S03E10.720p.HDTV.x264-RED: state changed to: downloading
[DEBUG ] 11:43:13 alertmanager:107 torrent_checked_alert: Californication.S03E10.720p.HDTV.x264-RED checked
[DEBUG ] 11:43:13 torrentmanager:550 Saving torrent state file.
[DEBUG ] 11:43:14 alertmanager:107 torrent_resumed_alert: Californication.S03E10.720p.HDTV.x264-RED resumed
[DEBUG ] 11:43:14 alertmanager:107 tracker_announce_alert: Californication.S03E10.720p.HDTV.x264-RED (http://www.torrentsforall.net:80/announ ... f41ed7b06f) sending announce (started)
[DEBUG ] 11:43:14 torrentmanager:759 on_alert_state_changed
[DEBUG ] 11:43:14 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 11:43:14 torrent:368 session.is_paused: False
[DEBUG ] 11:43:14 torrentmanager:671 on_alert_torrent_checked
[DEBUG ] 11:43:14 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 11:43:14 torrent:368 session.is_paused: False
[DEBUG ] 11:43:14 torrentmanager:753 on_alert_torrent_resumed
[DEBUG ] 11:43:14 torrent:367 set_state_based_on_ltstate: Downloading
[DEBUG ] 11:43:14 torrent:368 session.is_paused: False
[DEBUG ] 11:43:14 torrentmanager:695 on_alert_tracker_announce
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:19 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:20 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 11:43:20 alertmanager:107 tracker_error_alert: Californication.S03E10.720p.HDTV.x264-RED (http://www.torrentsforall.net:80/announ ... f41ed7b06f) (-1) Connection refused (1)
[DEBUG ] 11:43:20 alertmanager:107 tracker_announce_alert: Californication.S03E10.720p.HDTV.x264-RED (http://www.torrentsforall.net:80/announ ... ac1ae3130b) sending announce (started)
[DEBUG ] 11:43:20 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 11:43:20 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 11:43:20 alertmanager:107 tracker_error_alert: Californication.S03E10.720p.HDTV.x264-RED (http://www.torrentsforall.net:80/announ ... ac1ae3130b) (-1) Connection refused (1)
[DEBUG ] 11:43:20 torrentmanager:733 on_alert_tracker_error
[DEBUG ] 11:43:20 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 11:43:22 torrentmanager:550 Saving torrent state file.
[DEBUG ] 11:43:23 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 11:43:24 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 11:43:24 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 11:43:25 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 11:43:26 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:28 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 11:43:28 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 11:43:29 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[WARNING ] 11:43:29 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:34 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:36 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:39 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:45 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 11:43:48 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[DEBUG ] 11:43:49 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 11:43:49 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 11:43:52 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 11:43:52 alertmanager:107 external_ip_alert: external IP received: 208.71.113.218
[DEBUG ] 11:43:53 alertmanager:107 tracker_announce_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU (udp://tracker.openbittorrent.com:80/announce) sending announce (none)
[DEBUG ] 11:43:53 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 11:43:53 alertmanager:107 tracker_reply_alert: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU (udp://tracker.openbittorrent.com:80/announce) received peers: 18
[DEBUG ] 11:43:53 torrentmanager:678 on_alert_tracker_reply: 09.09.20.Adventureland.2009.Blu-ray.1080p.x264.DTS-MySiLU (udp://tracker.openbittorrent.com:80/announce) received peers: 18
[DEBUG ] 11:43:54 alertmanager:107 external_ip_alert: external IP received: 208.71.113.221
[WARNING ] 11:43:56 pluginmanager:117 Status field label is not registered with the PluginManager.
[DEBUG ] 11:43:59 core:492 Removing torrent ['b5452cd39936c04ccdc36538d4d2b74704cb712f'] from the core.
[DEBUG ] 11:43:59 torrent:799 Deleting fastresume file: /home/dfiore/.config/deluge/state/b5452cd39936c04ccdc36538d4d2b74704cb712f.fastresume
[WARNING ] 11:43:59 torrent:803 Unable to delete the fastresume file: [Errno 2] No such file or directory: '/home/dfiore/.config/deluge/state/b5452cd39936c04ccdc36538d4d2b74704cb712f.fastresume'
[DEBUG ] 11:43:59 torrent:826 Deleting torrent file: /home/dfiore/.config/deluge/state/b5452cd39936c04ccdc36538d4d2b74704cb712f.torrent
[DEBUG ] 11:43:59 torrentmanager:550 Saving torrent state file.
[DEBUG ] 11:43:59 alertmanager:107 tracker_announce_alert: Californication.S03E10.720p.HDTV.x264-RED (http://www.torrentsforall.net:80/announ ... f41ed7b06f) sending announce (stopped)
[DEBUG ] 11:43:59 torrentmanager:695 on_alert_tracker_announce
[DEBUG ] 11:43:59 torrentmanager:707 torrent_id doesn't exist.
[DEBUG ] 11:43:59 pluginmanager:143 run_post_torrent_remove
[WARNING ] 11:43:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:43:59 pluginmanager:117 Status field label is not registered with the PluginManager.
[WARNING ] 11:44:00 pluginmanager:117 Status field label is not registered with the PluginManager.
deluged 1.1.6 crashes randomly
Re: deluged 1.1.6 crashes randomly
try upgrading to 1.1.9.