Bug 28750 - не работает добавление торрентов: 'dict' object has no attribute 'url'
Summary: не работает добавление торрентов: 'dict' object has no attribute 'url'
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: deluge (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Vladimir D. Seleznev
QA Contact: qa-sisyphus
URL: http://dev.deluge-torrent.org/ticket/...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 23:46 MSK by Eugene Vlasov
Modified: 2013-04-09 10:46 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Vlasov 2013-03-25 23:46:18 MSK
После обновления системы до текущего сизифа (состояние пакетной базы на 24.03.2013) перестало работать добавление торрентов, выдает в консоль следующее:

[ERROR   ] 01:28:43 core:229 There was an error adding the torrent file Schandmaul - Anderswelt [2008-CD-FLAC-Lossless-Log].torrent
[ERROR   ] 01:28:43 core:230 'dict' object has no attribute 'url'
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 227, in add_torrent_file
    torrent_id = self.torrentmanager.add(filedump=filedump, options=options, filename=filename)
  File "/usr/lib/python2.7/site-packages/deluge/core/torrentmanager.py", line 468, in add
    torrent = Torrent(handle, options, state, filename, magnet)
  File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 179, in __init__
    tracker["url"] = value.url
AttributeError: 'dict' object has no attribute 'url'

Ошибка известна апстриму (см. URL), пишут что исправлена в версии 1.3.6
Comment 1 Repository Robot 2013-04-09 10:46:58 MSK
deluge-1.3.6-alt1 -> sisyphus:

* Tue Apr 09 2013 Vladimir Lettiev <crux@altlinux> 1.3.6-alt1
- New version 1.3.6 (Closes: #28750)