Why can't download the torrent file?

Discussion of Transmission that doesn't fit in the other categories
Post Reply
luofeiyu
Posts: 3
Joined: Tue Dec 18, 2018 3:52 pm

Why can't download the torrent file?

Post by luofeiyu »

I have created a torrent from `/home/debian/p2p/target.bz2`.

transmission-create -p -o /home/debian/p2p/target.torrent -t http://hdhome.org/announce.php -s 4096 /home/debian/p2p/target.bz2

Then send the `target.torrent` to my friend with email,he start a download with `aria2c`:


aria2c /tmp/target.torrent
06/03 12:35:11 [NOTICE] Downloading 1 item(s)
06/03 12:35:11 [NOTICE] IPv4 DHT: listening on UDP port 6893
06/03 12:35:11 [ERROR] Exception caught
Exception: [DefaultBtProgressInfoFile.cc:280] errorCode=1 info hash mismatch. expected: b5c4a65adbd5d2ea3e07f2d4207da4c4dee9a0ba, actual: ab172fda6a8b41155cf16e35e49883710169e2bf
06/03 12:35:11 [NOTICE] Download GID#e7239e7f5e170038 not complete: /root/target.bz2
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
e7239e|ERR | n/a|/root/target.bz2

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

Try with transmission-cli:

transmission-cli target.torrent -w /tmp

It encounter error:

Tracker gave an error:: Invalid passkey (0 - )

`http://hdhome.org/announce.php` can't work ?Please introduce a fine torrent tracker to create the torrent file.
Post Reply