Custom Query (2449 matches)
Results (256 - 258 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2950 | WorksForMe | libtorrent error undefined symbol: _ZN5boost4asio2ip10address_v4C1ERKNS_5arrayIhLm4EEE | ||
| Description |
Deluge version :1.3.13-0, Python version: 2.7.6, Operating System : Mint 17.1 rebecca, Kernel: x86_64 Linux 3.13.0-37-generic WebUI:1.3.13-0, Plugins : no, Language : russian, installation method: mintInstall 7.6.0 Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 349, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 559, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 432, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 141, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: /usr/lib/python2.7/dist-packages/libtorrent.so: undefined symbol: _ZN5boost4asio2ip10address_v4C1ERKNS_5arrayIhLm4EEE
|
|||
| #2948 | Fixed | Non-Ascii Character Breaks Console Torrent Remove | ||
| Description |
If a torrent with a non-ascii character like an En Dash in its name is running, the console command "deluge-console.exe rm --remove_data <id>" will fail for ANY torrent and returns the message: 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128) [ERROR ] 13:48:42 main:347 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128) Traceback (most recent call last): File "deluge\ui\console\main.py", line 344, in do_command File "deluge\ui\console\commands\rm.py", line 61, in handle File "deluge\ui\console\main.py", line 462, in match_torrent UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128) Traceback (most recent call last): File "deluge\ui\console\main.py", line 344, in do_command File "deluge\ui\console\commands\rm.py", line 61, in handle File "deluge\ui\console\main.py", line 462, in match_torrent UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128) Removing the torrent with the non-ascii character resolves the problem. |
|||
| #2947 | Fixed | [Stats] AttributeError: 'Graph' object has no attribute 'stats' | ||
| Description |
Stats plugin error when switching tabs in Graphs Tab Traceback (most recent call last): File "build/bdist.linux-i686/egg/deluge/plugins/stats/gtkui.py", line 127, in graph_expose File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 111, in draw_to_context File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 159, in draw_graph AttributeError: 'Graph' object has no attribute 'stats' |
|||
Note:
See TracQuery
for help on using queries.
