Evan Hisey wrote:
> Duncan-
>  I found this in the logs on a my 1.9 box after it hung returning from
> the screen saver. I am reporting as freevo requested :)

The first is a report from kaa.metadata, do you have the automounter
running on your DVD drive?

> 2009-07-10 23:04:38,009 WARNING  Please report this bug to the Freevo
> mailing list
> error: bad character range
>     raise error, v # invalid expression
>   File "/usr/lib/python2.5/re.py", line 241, in _compile
>     return _compile(pattern, flags)
>   File "/usr/lib/python2.5/re.py", line 188, in compile
>     _cache[pat] = re.compile(res)
>   File "/usr/lib/python2.5/fnmatch.py", line 47, in filter
>     return fnmatch.filter(names,pattern)
>   File "/usr/lib/python2.5/glob.py", line 57, in glob1
>     for name in glob_in_dir(dirname, basename):
>   File "/usr/lib/python2.5/glob.py", line 41, in iglob
>     for dirname in dirs:
>   File "/usr/lib/python2.5/glob.py", line 40, in iglob
>     return list(iglob(pathname))
>   File "/usr/lib/python2.5/glob.py", line 15, in glob
>     return glob.glob(os.path.join(path, file_glob))
>   File "/usr/lib/python2.5/site-packages/kaa/metadata/disc/dvd.py",
> line 165, in iglob
>     if True not in [ os.path.isdir(x) for x in iglob(dirname, 'video_ts') ] + 
> \
>   File "/usr/lib/python2.5/site-packages/kaa/metadata/disc/dvd.py",
> line 167, in parseDVDdir
>     self.parseDVDdir(device)
>   File "/usr/lib/python2.5/site-packages/kaa/metadata/disc/dvd.py",
> line 125, in __init__
>     return self.get_class(e[R_CLASS])(dirname)
>   File "/usr/lib/python2.5/site-packages/kaa/metadata/factory.py",
> line 300, in create_from_directory
>     return self.create_from_directory(name)
>   File "/usr/lib/python2.5/site-packages/kaa/metadata/factory.py",
> line 321, in create
> Traceback (most recent call last):
> 2009-07-10 23:04:37,975 ERROR    kaa.metadata.create error


> I am getting this error from the encodingserver:
> 2009-07-10 23:08:03,081 WARNING  encodingserver.py (329): (98,
> 'Address already in use')
> error: (98, 'Address already in use')
>   File "<string>", line 1, in bind
>     sock.bind(addr)
>   File "/usr/lib/python2.5/site-packages/kaa/sockets.py", line 269, in listen
>     self._socket.listen(address)
>   File "/usr/lib/python2.5/site-packages/kaa/rpc.py", line 171, in __init__
>     rpc = kaa.rpc.Server(socket, secret)
>   File "/usr/lib/python2.5/site-packages/freevo/helpers/encodingserver.py",
> line 307, in main
>     main()
>   File "/usr/lib/python2.5/site-packages/freevo/helpers/encodingserver.py",
> line 321, in <module>
> Traceback (most recent call last):
> 
> I would think this means it is started but freevo keeps claiming it is down.

You can check if the encoding server is running with a:
# pgrep -f encodingserver

I would guess that is running and you can kill it with:
# pkill -f encodingserver

Duncan

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to