Custom Query (2448 matches)
Results (106 - 108 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#882 | Fixed | deluged (ver 1.1.5 and later) crashes on linux | andar | vbakayev@… |
Description |
# /usr/bin/deluged -d
terminate called after throwing an instance of 'std::out_of_range'
Aborted tried to remove ~/.config/deluge, does not make any difference however works with 1.1.3 and 1.1.4 |
|||
#989 | WontFix | Automatically add OpenBitTorrent as tracker to added torrent | andar | valberg@… |
Description |
It would be awesome if there was an option in the preferences where one could choose to have the tracker urls from http://openbittorrent.com/ added automatically to added torrents. |
|||
#3353 | Fixed | Pillow v7 broke install script | v0idf1sh | |
Description |
I've never submitted a bug report so my deepest apologies if I do something wrong here. I am attempting to build deluge from source on a Raspberry Pi. setup.py searches for pillow, and installs Pillow 7.x which doesn't have support for Python 2.7, I modified my setup.py to search for "pillow<7" and everything installed properly. |