rumanzo / bt2qbt

bt2qbt is cli tool for export from uTorrent\Bittorrent into qBittorrent
https://qbforums.shiki.hu/viewtopic.php?f=14&t=5889
GNU General Public License v3.0
257 stars 9 forks source link

Can't decode uTorrent\Bittorrent resume file #34

Closed marcinwasilewski closed 2 years ago

marcinwasilewski commented 3 years ago

When I run the macOS build it tells me that it cannot decode the resume.file

~> ./bt2qbt_v1.11_amd64_macos -s ~/Library/Application\ Support/uTorrent\ Web                                                                                                                    
2021/11/19 18:59:03 Can't decode uTorrent\Bittorrent resume file
yquenechdu commented 2 years ago

same problem with Mac OS

I have some issue on Mac OS version 11.5.1 Big Sur

I use this command : bt2qbt_v1.11_amd64_macos -s /Users/me/Library/Application\ Support/uTorrent\ Web

Where there is the file : resume.dat

I obtain this error message : Can't decode uTorrent\Bittorrent resume file

Utorrent version : μTorrent Web Version 1.2.7.4187 (9051) qBittorent v4,3.9 (64bits)

rumanzo commented 2 years ago

~/Library/Application\ Support/uTorrent\ Web

why you use different slashes and have spaces in the path?

yquenechdu commented 2 years ago

Because Apple you use space for the directory "Application Support" and utorrent app use the dir : "uTorrent Web". Apple use \ to indicate a space dir in path.

I use the command directly in utorrent folder : ./bt2qbt_v1.11_amd64_macos -s resume.dat
I obtain the same error message : Can't decode uTorrent\Bittorrent resume file

rumanzo commented 2 years ago

./bt2qbt_v1.11_amd64_macos -s resume.dat

It shouldn't work

Because Apple you use space for the directory "Application Support" and utorrent app use the dir : "uTorrent Web". Apple use \ to indicate a space dir in path.

Try enclosing the path in quotes without backslashes

yquenechdu commented 2 years ago

HI,

"\" is a classic command linux or Unix for directory with space...

I tested with the path in quotes :

./bt2qbt_v1.11_amd64_macos -s "/Users/yannick/Library/Application Support/uTorrent Web/" Can't decode uTorrent\Bittorrent resume file

Same result.

rumanzo commented 2 years ago

Can you show me what exists in directory /Users/yannick/Library/Application Support/uTorrent Web/ ? Also I never touch utorrent web version, it can be different

va-r-un commented 1 year ago

@yquenechdu did it work for utorrent web. I am on windows and getting same error.