Forbidden character: –

Report & discuss bugs found in SABnzbd
Forum rules
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.
Post Reply
dotzolder
Newbie
Newbie
Posts: 4
Joined: June 15th, 2011, 2:08 pm

Forbidden character: –

Post by dotzolder »

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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Forbidden character: –

Post by shypike »

It looks like par2 doesn't know how to handle that character.
Have you tried running par2 manually from an SSH session?
dotzolder
Newbie
Newbie
Posts: 4
Joined: June 15th, 2011, 2:08 pm

Re: Forbidden character: –

Post by dotzolder »

I can't even get into the folder containing the character. when i try to "cd" into "folderâ" i get

Code: Select all

-bash: cd: folderâ: Invalid or incomplete multibyte-character
(i don't know if that's what the english error message looks like, i translated from dutch)


when i do

Code: Select all

par2 v /folderâ/fileâ.par2 /folderâ/fileâ.rar
I get:

Code: Select all

The recovery file does not exist: /folderâ/fileâ.par2
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Forbidden character: –

Post by shypike »

Try something like
cd folder?
dotzolder
Newbie
Newbie
Posts: 4
Joined: June 15th, 2011, 2:08 pm

Re: Forbidden character: –

Post by dotzolder »

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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Forbidden character: –

Post by shypike »

Add the ? question mark, that's a wildcard.
dotzolder
Newbie
Newbie
Posts: 4
Joined: June 15th, 2011, 2:08 pm

Re: Forbidden character: –

Post by dotzolder »

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
Post Reply