Hi.

I'm trying to upgrade to beta-2 (also latest svn) and I get this crash:

Exception caught in main loop
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/main.py", line 205,
in loop
    notifier.step()
  File
"/usr/local/lib/python2.6/dist-packages/kaa/base/pynotifier/nf_generic.py",
line 255, in step
    if callback is not None and not callback( sock ):
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/nf_wrapper.py", line
83, in __call__
    ret = super(NotifierCallback, self).__call__(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/callable.py", line
226, in __call__
    return cb(*cb_args, **cb_kwargs)
  File "/usr/local/lib/python2.6/dist-packages/freevo/rc.py", line 202, in
_handle_input
    t, key = self.wire_format.unpack(data)
error: unpack requires a string argument of length 38
Stopping webserver plugin.
CRÍTICO: Crash!: unpack requires a string argument of length 38
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/freevo/main.py", line 574, in
<module>
    kaa.main.run()
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/main.py", line 281,
in run
    loop(True)
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/main.py", line 205,
in loop
    notifier.step()
  File
"/usr/local/lib/python2.6/dist-packages/kaa/base/pynotifier/nf_generic.py",
line 255, in step
    if callback is not None and not callback( sock ):
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/nf_wrapper.py", line
83, in __call__
    ret = super(NotifierCallback, self).__call__(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/kaa/base/callable.py", line
226, in __call__
    return cb(*cb_args, **cb_kwargs)
  File "/usr/local/lib/python2.6/dist-packages/freevo/rc.py", line 202, in
_handle_input
    t, key = self.wire_format.unpack(data)
error: unpack requires a string argument of length 38


I remember a few days before the release of beta-2 I was using svn just
fine, so maybe this is caused by some of the latest changes. I don't know if
I can go back.
I'm using debian stable, with python-2.6.6. Kaa and freevo builds fine, with
all dependencies.

thanks
Alberto

-- 
duende a rayas
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to