Right-clicking on a .torrent file and opening with gnome-btdownload
seems to work fine, as does the command line. The problem seems to come
when opening up gnome-btdownload and selecting a .torrent file with it's
selector. I ended up making a small change in /usr/lib/python2.4/site-
packages/BitTorrent/download.py to get round this. Catching the
ValueError and making it use the 'url' as the 'responsefile' makes
resumes work again, something like;
except ValueError:
h = open(config['url'], 'rb')
response = h.read()
h.close()
.. though I guess gnome-btdownload itself should be modified to play
nice with download.py, rather than changing BitTorrent itself.
--
Cannot open torrent file from file system
https://bugs.launchpad.net/bugs/69976
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs