#2027: [Execute] plugin fires twice for all downloads
-----------------------+----------------------------------------------------
Reporter: lazybones | Owner:
Type: bug | Status: pending
Priority: minor | Milestone: 1.3.x
Component: plugin | Version: 1.3.3
Keywords: |
-----------------------+----------------------------------------------------
Changes (by lazybones):
* status: pending => new
Comment:
Debug
{{{
[DEBUG ] 08:03:17 core:406 Resuming:
('29aa045ab32cc7a9e92fe8bb0702a47a037935a1',)
[DEBUG ] 08:03:17 alertmanager:123 torrent_resumed_alert: Another active
torrent.avi resumed
[DEBUG ] 08:03:17 alertmanager:123 tracker_announce_alert: Another
active torrent.avi (http://www.trackername.org:2710/announce) sending
announce (started)
[DEBUG ] 08:03:17 torrentmanager:984 on_alert_torrent_resumed
[DEBUG ] 08:03:17 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG ] 08:03:17 torrent:380 session.is_paused: False
[DEBUG ] 08:03:17 rpcserver:466 intevents: {0:
['NewVersionAvailableEvent', 'PluginEnabledEvent', 'TorrentResumedEvent',
'TorrentAddedEvent', 'TorrentRemovedEvent', 'PluginDisabledEvent',
'SessionResumedEvent', 'SessionPausedEvent', 'TorrentQueueChangedEvent',
'TorrentFolderRenamedEvent', 'TorrentStateChangedEvent',
'TorrentFinishedEvent', 'ConfigValueChangedEvent',
'TorrentFileRenamedEvent', 'ExecuteCommandAddedEvent',
'ExecuteCommandRemovedEvent']}
[DEBUG ] 08:03:17 rpcserver:470 Emit Event: TorrentStateChangedEvent
['29aa045ab32cc7a9e92fe8bb0702a47a037935a1', 'Downloading']
[DEBUG ] 08:03:17 rpcserver:466 intevents: {0:
['NewVersionAvailableEvent', 'PluginEnabledEvent', 'TorrentResumedEvent',
'TorrentAddedEvent', 'TorrentRemovedEvent', 'PluginDisabledEvent',
'SessionResumedEvent', 'SessionPausedEvent', 'TorrentQueueChangedEvent',
'TorrentFolderRenamedEvent', 'TorrentStateChangedEvent',
'TorrentFinishedEvent', 'ConfigValueChangedEvent',
'TorrentFileRenamedEvent', 'ExecuteCommandAddedEvent',
'ExecuteCommandRemovedEvent']}
[DEBUG ] 08:03:17 rpcserver:470 Emit Event: TorrentResumedEvent
['29aa045ab32cc7a9e92fe8bb0702a47a037935a1']
[DEBUG ] 08:03:17 torrentmanager:946 on_alert_tracker_announce
[DEBUG ] 08:03:17 alertmanager:123 peer_blocked_alert: blocked peer:
84.235.72.57
[DEBUG ] 08:03:17 alertmanager:123 tracker_reply_alert: Another active
torrent.avi (http://www.trackername.org:2710/announce) received peers: 50
[DEBUG ] 08:03:17 torrentmanager:929 on_alert_tracker_reply: Another
active torrent.avi (http://www.trackername.org:2710/announce) received
peers: 50
}}}
execute.conf
{{{
{
"file": 1,
"format": 1
}{
"commands": [
[
"eb9c28d9452da8e6a48e30cf5d29838e1ce17c46",
"complete",
"/home/deluge/deluge_complete.sh"
]
]
}
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2027#comment:3>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.