Hi,
the bug is still there.
Ubuntu 14.04
Version is 2.0.18
** Attachment added: "output.txt"
https://bugs.launchpad.net/subdownloader/+bug/306589/+attachment/4465728/+files/output.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
** Changed in: subdownloader (Debian)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306589
Title:
Error when clicking 'Download' (ascii codec can't encode)
This bug was fixed in the package subdownloader - 2.0.14-1.1
---
subdownloader (2.0.14-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/fix-non-ascii-download-path.patch:
+ Fix downloading subtitles in folders containing non-ASCII characters
(Closes:
** Branch linked: lp:debian/subdownloader
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306589
Title:
Error when clicking 'Download' (ascii codec can't encode)
To manage notifications about this bu
The original patch (by Ludovic) that got applied does not fix the core
of the problem, which is cause by calling .decode() on that string. On
my French system:
>>> print sys.getfilesystemencoding()
UTF-8
So replacing decode('utf8') by decode(sys.getfilesystemencoding())
doesn't do anything useful
** Changed in: subdownloader (Debian)
Status: Unknown => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306589
Title:
Error when clicking 'Download' (ascii codec can't encode)
To ma
** Bug watch added: Debian Bug tracker #606993
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606993
** Also affects: subdownloader (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606993
Importance: Unknown
Status: Unknown
--
You received this bug notification bec
I solved this problem by removing the accents of the name of the
destination folder
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306589
Title:
Error when clicking 'Download' (ascii codec can't enco
The attachment "patch.txt" of this bug report has been identified as
being a patch. The ubuntu-reviewers team has been subscribed to the bug
report so that they can review the patch. In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the
** Also affects: subdownloader (Ubuntu)
Importance: Undecided
Status: New
** Changed in: subdownloader (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
10 matches
Mail list logo