Custom Query (2447 matches)
Results (244 - 246 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3297 | WontFix | deluged pid adds extra number | ||
Description |
The pid file gets created with the correct Process ID but adds extra numbers ('50204') # cat $deluged_confdir/deluged.pid 78614;50204
FreeBSD 11.2-RELEASE-p4
used |
|||
#3298 | Fixed | importing state of torrents from older deluge to newer deluge fails | ||
Description |
On migrating from the earlier 1.3.15* to 2.0.3 a problem crops up which is probably caused by non-English letters in torrent names log output exert 19:53:11 [INFO ][deluge.core.torrentmanager :806 ] Loading torrent state: /home/userWhateverthehell/.config/deluge/state/torrents.state 19:53:11 [ERROR ][deluge.component :132 ] [Failure instance: Traceback: <class 'UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xe5 in position 12: ordinal not in range(128) /usr/lib/python3.7/site-packages/twisted/internet/_glibbase.py:333:_simulate /usr/lib/python3.7/site-packages/twisted/internet/base.py:902:runUntilCurrent /usr/lib/python3.7/site-packages/twisted/internet/defer.py:460:callback /usr/lib/python3.7/site-packages/twisted/internet/defer.py:568:_startRunCallbacks --- <exception caught here> --- /usr/lib/python3.7/site-packages/twisted/internet/defer.py:654:_runCallbacks /usr/lib/python3.7/site-packages/twisted/internet/task.py:865:<lambda> /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:239:start /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:832:load_state /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:812:open_state ] 19:53:11 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 19:53:11 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 19:53:11 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <class 'UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xe5 in position 12: ordinal not in range(128) /usr/lib/python3.7/site-packages/twisted/internet/_glibbase.py:333:_simulate /usr/lib/python3.7/site-packages/twisted/internet/base.py:902:runUntilCurrent /usr/lib/python3.7/site-packages/twisted/internet/defer.py:460:callback /usr/lib/python3.7/site-packages/twisted/internet/defer.py:568:_startRunCallbacks --- <exception caught here> --- /usr/lib/python3.7/site-packages/twisted/internet/defer.py:654:_runCallbacks /usr/lib/python3.7/site-packages/twisted/internet/task.py:865:<lambda> /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:239:start /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:832:load_state /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:812:open_state ] seems to be caused by pickle.load having encoding="ASCII" as default https://docs.python.org/3/library/pickle.html#pickle.load /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:812 state = pickle.load(_file) should be changed something like the below (although the encoding probably need to be something else to cover all cases) state = pickle.load(_file, encoding="utf-8") then importing to 2.0.3 works just fine |
|||
#3303 | Fixed | Notification-plugin mailing-bug. | ||
Description |
The notification plugin fails sending mail when downloads finish, when having set everything properly up for such. I tested it with gmail and on the forum another user tested it with yahoo and gmail with same result. We both have the same log elements. Thanks in advance. -Martin. 21:42:41 [DEBUG ][deluge_notifications.common :52 ] Calling CORE custom email providers for TorrentFinishedEvent: ('0f2a3adfe82e1c92b390cdcaaec3cdc0dd3ebfd7',) {} 21:42:41 [DEBUG ][deluge_notifications.common :56 ] Found handler for kind email: <bound method CoreNotifications._on_torrent_finished_event of <deluge_notifications.core.Core object at 0x7febbf7cadd0>> 21:42:41 [DEBUG ][deluge_notifications.core :177 ] Handler for TorrentFinishedEvent called for CORE 21:42:41 [DEBUG ][deluge_notifications.common :116 ] Notification failure using email: [Failure instance: Traceback: <class 'KeyError'>: 'name' /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:1296:on_alert_torrent_finished /usr/lib/python3.7/site-packages/deluge/core/eventmanager.py:37:emit /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/common.py:70:wrapper /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/common.py:58:_handle_custom_providers --- <exception caught here> --- /usr/lib/python3.7/site-packages/twisted/internet/defer.py:151:maybeDeferred /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/core.py:181:_on_torrent_finished_event ] 21:42:41 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 21:42:41 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 21:42:41 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <class 'KeyError'>: 'name' /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:1296:on_alert_torrent_finished /usr/lib/python3.7/site-packages/deluge/core/eventmanager.py:37:emit /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/common.py:70:wrapper /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/common.py:58:_handle_custom_providers --- <exception caught here> --- /usr/lib/python3.7/site-packages/twisted/internet/defer.py:151:maybeDeferred /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/core.py:181:_on_torrent_finished_event ] 21:42:41 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <class 'KeyError'>: 'name' /usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py:1296:on_alert_torrent_finished /usr/lib/python3.7/site-packages/deluge/core/eventmanager.py:37:emit /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/common.py:70:wrapper /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/common.py:58:_handle_custom_providers --- <exception caught here> --- /usr/lib/python3.7/site-packages/twisted/internet/defer.py:151:maybeDeferred /usr/lib/python3.7/site-packages/deluge/plugins/Notifications-0.3-py3.7.egg/deluge_notifications/core.py:181:_on_torrent_finished_event ] 21:42:41 [DEBUG ][deluge_notifications.common :52 ] Calling CORE custom blink providers for TorrentFinishedEvent: ('0f2a3adfe82e1c92b390cdcaaec3cdc0dd3ebfd7',) {} 21:42:41 [DEBUG ][deluge_notifications.common :52 ] Calling CORE custom sound providers for TorrentFinishedEvent: ('0f2a3adfe82e1c92b390cdcaaec3cdc0dd3ebfd7',) {} 21:42:41 [DEBUG ][deluge_notifications.common :52 ] Calling CORE custom popup providers for TorrentFinishedEvent: ('0f2a3adfe82e1c92b390cdcaaec3cdc0dd3ebfd7',) {} |