gaffner / PyBitTorrent

MIT License
4 stars 2 forks source link

Windows #20

Closed ghost closed 9 months ago

ghost commented 9 months ago

Why is the file not being downloaded from the torrent file? Windows 10

gaffner commented 9 months ago

Why is the file not being downloaded from the torrent file? Windows 10

Hi! what do you mean? does the script don't work for you? can you attach the output? Thanks :)

ghost commented 9 months ago

The script is the same as yours on readme.md . Code: from PyBitTorrent import TorrentClient

client = TorrentClient('1.torrent') client.start()

gaffner commented 9 months ago

And the file is not being downloaded? What is the output? Have you tried to use the example script?

On Sun, Jan 7, 2024, 19:34 Некит @.***> wrote:

The script is the same as yours on readme.md . Code: from PyBitTorrent import TorrentClient

client = TorrentClient('1.torrent') client.start()

— Reply to this email directly, view it on GitHub https://github.com/gaffner/PyBitTorrent/issues/20#issuecomment-1880120681, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK52WW3PPLP5RY7UZLNDQXDYNLMC3AVCNFSM6AAAAABBOEH5ASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGEZDANRYGE . You are receiving this because you were assigned.Message ID: @.***>

gaffner commented 8 months ago

I guess you got along ;)