Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#12474 - subdownloader don't start

Attached to Project: Community Packages
Opened by Jean-Philippe Braun (eon) - Tuesday, 16 December 2008, 20:07 GMT
Last edited by Geoffroy Carrier (gcarrier) - Wednesday, 17 December 2008, 15:24 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Geoffroy Carrier (gcarrier)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

subdownloader crash on start with an Exception :
Traceback (most recent call last):
File "/usr/bin/subdownloader", line 46, in <module>
import gui.main
File "/usr/share/subdownloader/gui/__init__.py", line 23, in <module>
from modules import APP_TITLE, APP_VERSION, OSDBServer, subtitlefile, videofile
File "/usr/share/subdownloader/modules/OSDBServer.py", line 27, in <module>
import modules.videofile as videofile
File "/usr/share/subdownloader/modules/videofile.py", line 30, in <module>
import metadata
File "/usr/share/subdownloader/modules/metadata.py", line 25, in <module>
import mmpython as metadata
File "/usr/share/subdownloader/modules/mmpython/__init__.py", line 91, in <module>
import factory
File "/usr/share/subdownloader/modules/mmpython/factory.py", line 80, in <module>
import mediainfo
File "/usr/share/subdownloader/modules/mmpython/mediainfo.py", line 85, in <module>
LOCAL_ENCODING = locale.getpreferredencoding();
File "/usr/lib/python2.6/locale.py", line 530, in getpreferredencoding
setlocale(LC_CTYPE, "")
File "/usr/lib/python2.6/locale.py", line 494, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting


Additional info:
* package version(s)
subdownloader 2.0.7-1
python 2.6.1-1

* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Geoffroy Carrier (gcarrier)
Wednesday, 17 December 2008, 15:24 GMT
Reason for closing:  Not a bug
Comment by Jean-Philippe Braun (eon) - Wednesday, 17 December 2008, 12:10 GMT
Hello,

I don't have this bug anymore. I realized afterwards that my locales wheren't properly configured.

Loading...