John Molohan wrote:
> Duncan Webb wrote:
>   
>> John Molohan wrote:
>>
>> Try changing the %s to a %r and see what you get:
>> "/usr/lib/python2.5/site-packages/kaa/metadata/language.py", line 18:
>> |     return code, u'Unknown (%r)' % (code,)
>>
>> It will tell what code is, something odd I guess.
>>
>> Duncan
>>     
> Freevo doesn't crash now and it seems like it's en-ie or en-us (well both)
>
> 2008-03-25 21:29:55,865 DEBUG    Content Description Object
> 2008-03-25 21:29:55,866 DEBUG    File Properties Object
> 2008-03-25 21:29:55,867 DEBUG    ASF_Header_Extension_Object 1338
> 2008-03-25 21:29:55,868 DEBUG    Sub:
> 2008-03-25 21:29:55,869 DEBUG    Language: 1/2: en-ie
> 2008-03-25 21:29:55,870 DEBUG    Language: 2/2: en-us
> 2008-03-25 21:29:55,871 DEBUG    Sub:
> 2008-03-25 21:29:55,872 DEBUG    unknown: 26F18B5D-4584-47EC-9F5F-eRÉ [26]
> 2008-03-25 21:29:55,873 DEBUG    Sub:
> 2008-03-25 21:29:55,874 DEBUG    Sub:
> 2008-03-25 21:29:55,874 DEBUG    Unparsed ASF_Padding_Object [158]

Should have said add a print too, something like:
|     print 'JM:', code, u'Unknown (%r)' % (code,)
|     return code, u'Unknown (%r)' % (code,)

Then you can be sure what it can't find. What type of file is this for, 
I must admit that I've never seen Irish and US English been explicitly 
defined.

Duncan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to