I downloaded a file that had a non-standard dash in it's filename (– -)
Sab did not treat it as a forbidden character. Via Samba, the symbol shows up as a non-filled square, via SSH, the symbol shows up as "â"
Eventhough the file was downloaded flawlessly, Sab says: Failed to repair, not enough repairblocks, thus leaving it in the _incomplete folder.
Version: 0.6.4
OS: Ubuntu 10.04.2
Install-type: PPA
Skin (if applicable): Plush
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes
Forbidden character: –
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Forbidden character: –
It looks like par2 doesn't know how to handle that character.
Have you tried running par2 manually from an SSH session?
Have you tried running par2 manually from an SSH session?
Re: Forbidden character: –
I can't even get into the folder containing the character. when i try to "cd" into "folderâ" i get (i don't know if that's what the english error message looks like, i translated from dutch)
when i do I get:
Code: Select all
-bash: cd: folderâ: Invalid or incomplete multibyte-characterwhen i do
Code: Select all
par2 v /folderâ/fileâ.par2 /folderâ/fileâ.rarCode: Select all
The recovery file does not exist: /folderâ/fileâ.par2Re: Forbidden character: –
Try something like
cd folder?
cd folder?
Re: Forbidden character: –
cd folder
file or folder does not exist
when i try to paste the – symbol into my ssh client, it gets interpreted as a .
cd folder.
file or folder does not exist
file or folder does not exist
when i try to paste the – symbol into my ssh client, it gets interpreted as a .
cd folder.
file or folder does not exist
Re: Forbidden character: –
Add the ? question mark, that's a wildcard.
Re: Forbidden character: –
cd folder? worked
/folderâ$ par2 v file?.par2
seems to start par2, but then: "Target: "file.rar" - missing."
same goes for:
/folderâ$ par2 v file?.par2 file?.rar
/folderâ$ par2 v file?.par2 "file .rar"
/folderâ$ par2 v file?.par2 file.rar
/folderâ$ par2 v file?.par2
seems to start par2, but then: "Target: "file.rar" - missing."
same goes for:
/folderâ$ par2 v file?.par2 file?.rar
/folderâ$ par2 v file?.par2 "file .rar"
/folderâ$ par2 v file?.par2 file.rar

