Closed qstokkink closed 1 month ago
It seems like the newest libtorrent version demands a minimum piece size of 16384 for v2-compatible torrents. From the libtorrent source, I gather that passing the v1_only
flag may fix this.
That said, this flag is so new that it doesn't exist on our typing yet, or in lt.create_torrent_flags_t
, and we'll have to manually insert the integer value.
UPDATE: This is a confirmed fix.
Fixes #8200
This PR:
macos-14
instead ofmacos-12
.create_torrent_file
to use thev1_only
flag.macos-12
from the build job.