If a torrent contains only empty files, then the generated .torrent file won't open in Transmission (nothing happens, no "new torrent" dialog appears after selecting the file in the open file dialog). When I try to download the torrent with the means of ttorrent (SimpleClient.downloadTorrent()) it finishes, leaving .part-files for every file in the torrent. Adding a single byte to any file in the torrent and re-generating and re-announcing the torrent solves the problem: everything is downloaded correctly and the .torrent-file is opened in Transmission as expected. Perhaps, the issues is related to #233.
If a torrent contains only empty files, then the generated .torrent file won't open in Transmission (nothing happens, no "new torrent" dialog appears after selecting the file in the open file dialog). When I try to download the torrent with the means of ttorrent (
SimpleClient.downloadTorrent()) it finishes, leaving .part-files for every file in the torrent. Adding a single byte to any file in the torrent and re-generating and re-announcing the torrent solves the problem: everything is downloaded correctly and the .torrent-file is opened in Transmission as expected. Perhaps, the issues is related to #233.