mikedld / bt-migrate

Torrent state migration tool
GNU General Public License v3.0
89 stars 15 forks source link

Error: Not implemented: GuessDataDir #9

Open lcrivell opened 4 years ago

lcrivell commented 4 years ago

With command from uTorrent to Transmission, I get error: Error: Not implemented: GuessDataDir. However I am using the disappointing uTorrent Web, can this be related ?

mikedld commented 4 years ago

Not sure how it's different from the usual uTorrent, but you could try passing the path to data directory explicitly (via --source-dir) to potentially fix the error.

mikedld commented 4 years ago

It turned out that uTorrent Web in fact has its own format for storing the torrents state. I've added basic export support for "uTorrentWeb" torrent client; if/when you have a chance to try it out, that would be awesome.