Custom Query (2447 matches)
Results (403 - 405 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2193 | Duplicate | "Open Folder" doesn't work when I right click a torrent in Deluge 1.3.5 | ||
Description |
Client: 1.3.5 libtorrent: 0.15.9.0 Mac OS X 10.8.2 Whenever I right click a torrent and click "Open Folder" nothing happens. It doesn't take me to the folder where the files from that torrent are located. It simply just doesn't do anything. Is there anything I can do to fix this? Thanks -Christian |
|||
#2200 | Duplicate | deluge-gtk can't set download path | ||
Description |
When I try to add a new torrent. In download location option, if I choose a directory in pop-up menu, then the directory of download path is right. But, if I choose "Other..." and choose another folder then when I look at info about download location, it is my home folder (which is default download folder). This problems happen with deluge-gtk. I don't know whether it happen with other interface. Client: 1.3.5 libtorrent: 0.16.5.0 |
|||
#2224 | Duplicate | Error when using 'Remove Torrent + Data' via WebUI | ||
Description |
Not sure if its centralized to WebUI, but when I remove a Torrent and its Data via the WebUI I get the following error: -------------------------------------------------------------------------------- [ERROR ] 07:24:52 client:391 RPCError Message Received! -------------------------------------------------------------------------------- RPCRequest: core.get_torrent_status(1623594fde7b797f740c0d4aa5elf01580f41e27, [u'total_done', u'total_payload_download', u'total_uploaded', u'total_payload_upload', u'next_announce', u'tracker_status', u'num_pieces', u'piece_length', u'is_auto_managed', u'active_time', u'seeding_time', u'seed_rank', u'queue', u'name', u'total_size', u'state', u'progress', u'num_seeds', u'total_seeds', u'num_peers', u'total_peers', u'download_payload_rate', u'upload_payload_rate', u'eta', u'ratio', u'distributed_copies', u'is_auto_managed', u'time_added', u'tracker_host', u'save_path', u'total_done', u'total_uploaded', u'max_download_speed', u'max_upload_speed', u'seeds_peers_ratio'], True) -------------------------------------------------------------------------------- File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/rpcserver.py", line 298, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/core.py", line 422, in get_torrent_status status = self.torrentmanager[torrent_id].get_status(keys, diff) File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/torrentmanager.py", line 278, in __getitem__ return self.torrents[torrent_id] KeyError: 1623594fde7b797f740c0d4aa5elf01580f41e27 -------------------------------------------------------------------------------- Deluge 1.3-Stable (compiled from GIT) and Libtorrent AIO (1.1.0). |