borzunov / bit-torrent

📁 🌎 BitTorrent client built with Python + asyncio
MIT License
157 stars 29 forks source link

2 bugs. #5

Closed kingctan closed 6 years ago

kingctan commented 6 years ago

1, .torrent file search from dht has no announce, this torrent added failed with exception. 2, no torrent task, run status will exit with exception.

borzunov commented 6 years ago

Hi @kingctan!

  1. This client doesn't support DHT.
  2. I confirm there is a problem, I'll fix it later.
kingctan commented 6 years ago

@borzunov thanks for reply.

any idea to support dht, I need this feature.

Thanks.

borzunov commented 6 years ago

I don't plan to implement DHT for now.

kingctan commented 6 years ago

@borzunov OK. I am thinking of adding this feature, but no idea recently. ^_^

Thanks.

borzunov commented 6 years ago

The second bug has been fixed in ace0f3ac5e7e3d0aa50a467ca0f6a74a00d9b044.