Re: [Freevo-devel] beacon crash?

2007-02-20 Thread mike lewis
On 2/20/07, Dirk Meyer <[EMAIL PROTECTED]> wrote:
> "mike lewis" wrote:
> > Beacon won't "autorun" for me when I run freevo.  Haven't had a chance
> > to look into it yet; but I did try running beacon on its own.  This
> > works fine but I noticed the following error.  Beacon doesn't crash.
> > Just might be handled better??
> >
> > ---
> > [EMAIL PROTECTED]:~/freevo2/bin$ ./beacon --start --verbose all --fg
> > INFO __init__(1072): connect to thumbnailer ...
> > INFO __init__(1072): start hardware monitor
> > INFO __init__(1072): connection to thumbnailer established
> > INFO __init__(1072): connect to hwmon ...
> > INFO __init__(1072): connection to hwmon established
> > INFO __init__(1072): beacon <-> hwmon connected
> > INFO __init__(1072): start beacon
> > INFO __init__(1072): new media kaa.beacon.root
> > INFO __init__(1072): start crawler for /
> > ERROR __init__(1072): rpc call device.scan
> > Traceback (most recent call last):
> >   File "/home/mick/freevo2/lib/python2.4/site-packages/kaa/rpc.py",
> > line 427, in _handle_packet_after_auth
> > payload = self._callbacks[function](*args, **kwargs)
> >   File 
> > "/home/mick/freevo2/lib/python2.4/site-packages/kaa/beacon/server/hwmon/server.py",
> > line 172, in scan
> > return kaa.metadata.parse(dev.get('block.device'))
> >   File 
> > "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
> > line 90, in parse
> > result = Factory().create(filename, force)
> >   File 
> > "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
> > line 68, in Factory
> > _factory.import_parser()
> >   File 
> > "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
> > line 114, in import_parser
> > import audio.ogg
> > ImportError: No module named audio.ogg
> > ERROR __init__(1072): InProgress exception: No module named audio.ogg
> > INFO __init__(1072): gc: deleted 10 objects
>
> It won't work that way. But I don't know why:
Do you mean beacon won't be started by freevo?

> phex-> ll kaa/metadata/src/audio/ogg.py
> -rw-r--r-- 1 dmeyer users 5274 11. Feb 11:30 kaa/metadata/src/audio/ogg.py
>
> For some reason this module is missing for you.
Could it be that I don't have ogg codec installed?  I'm pretty sure
that ffmpeg is there though so ogg should be supported.  But I
definately don't have any ogg media!

Mike

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-20 Thread Dirk Meyer
Jose Taza wrote:
> About the PYTHONPATH: Installing freevo now works! But (sorry there is always 
> a 'but'.. :) ), now I get an error when running freevo. Setting the 
> PYTHONPATH (PYTHONPATH=/home/joost/freevo2/lib/python2.4/) doesn't solve it. 
> I don't understand why it is going wrong, because beacon also has an 'insert 
> freevo path' mechanism.

Try latest svn of Freevo and Kaa, I fixed stuff regarding that. 

> File 
> "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/__init__.py", 
> line 74, in connect
>     _client = Client()
>   File 
> "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/client.py", 
> line 86, in __init__
>     self._connect()
>   File 
> "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/client.py", 
> line 169, in _connect
>     raise ConnectError(e)
> kaa.beacon.client.ConnectError: (2, 'No such file or directory')

What happens if you start beacon manually?
beacon --start --verbose all --fg

Tack: We need a way to get beacon feedback if starting does not work. 



Dischi

-- 
Someday I'll find that peer and reset his connection!


pgpSzgxUzmmT6.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-20 Thread Jose Taza
Hi Dischi,

I have checked the output of the kaa build and it says the following:

[setup] Entering kaa submodule display
checking for X11 ... ok
checking for imlib2 >= 1.1.1 ... 1.2.1
checking for evas >= 0.9.9.010 ... 0.9.9.037
checking for directfb >= 0.9.20 ... no
checking for pygame ... ok
checking for pygame header files ... ok
checking for sdl >= 1.2.5 ... no
+ X11 (imlib2, evas, evasGL)
+ Framebuffer (imlib2, evas)
- DirectFB
- SDL


So it looks to me it can find X11. this is what the xine build says:

[setup] Entering kaa submodule xine
+ X11 found in /usr/X11R6/lib; X11 support enabled
+ OpenGL vsync support enabled
checking for directfb >= 1.0.0 ... no
- DirectFB not found; disabling DirectFB support.

It doesn't make sense to me.

About the PYTHONPATH: Installing freevo now works! But (sorry there is always 
a 'but'.. :) ), now I get an error when running freevo. Setting the 
PYTHONPATH (PYTHONPATH=/home/joost/freevo2/lib/python2.4/) doesn't solve it. 
I don't understand why it is going wrong, because beacon also has an 'insert 
freevo path' mechanism.
This is the error:

Traceback (most recent call last):
  File "/usr/bin/beacon", line 21, in ?
    import kaa.notifier
ImportError: No module named kaa.notifier
Traceback (most recent call last):
  File "./freevo", line 160, in ?
    from freevo.ui import plugin, util, beacon
  File "/home/joost/freevo2/lib/python2.4/site-packages/freevo/ui/beacon.py", 
line 74, in ?
    kaa.beacon.launch(verbose='all', autoshutdown=True, wait=True)
  
File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/__init__.py", 
line 97, in launch
    return connect()
  
File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/__init__.py", 
line 74, in connect
    _client = Client()
  File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/client.py", 
line 86, in __init__
    self._connect()
  File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/client.py", 
line 169, in _connect
    raise ConnectError(e)
kaa.beacon.client.ConnectError: (2, 'No such file or directory')


Regards,
Jose

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] beacon crash?

2007-02-20 Thread Dirk Meyer
"mike lewis" wrote:
> Beacon won't "autorun" for me when I run freevo.  Haven't had a chance
> to look into it yet; but I did try running beacon on its own.  This
> works fine but I noticed the following error.  Beacon doesn't crash.
> Just might be handled better??
>
> ---
> [EMAIL PROTECTED]:~/freevo2/bin$ ./beacon --start --verbose all --fg
> INFO __init__(1072): connect to thumbnailer ...
> INFO __init__(1072): start hardware monitor
> INFO __init__(1072): connection to thumbnailer established
> INFO __init__(1072): connect to hwmon ...
> INFO __init__(1072): connection to hwmon established
> INFO __init__(1072): beacon <-> hwmon connected
> INFO __init__(1072): start beacon
> INFO __init__(1072): new media kaa.beacon.root
> INFO __init__(1072): start crawler for /
> ERROR __init__(1072): rpc call device.scan
> Traceback (most recent call last):
>   File "/home/mick/freevo2/lib/python2.4/site-packages/kaa/rpc.py",
> line 427, in _handle_packet_after_auth
> payload = self._callbacks[function](*args, **kwargs)
>   File 
> "/home/mick/freevo2/lib/python2.4/site-packages/kaa/beacon/server/hwmon/server.py",
> line 172, in scan
> return kaa.metadata.parse(dev.get('block.device'))
>   File 
> "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
> line 90, in parse
> result = Factory().create(filename, force)
>   File 
> "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
> line 68, in Factory
> _factory.import_parser()
>   File 
> "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
> line 114, in import_parser
> import audio.ogg
> ImportError: No module named audio.ogg
> ERROR __init__(1072): InProgress exception: No module named audio.ogg
> INFO __init__(1072): gc: deleted 10 objects

It won't work that way. But I don't know why:
phex-> ll kaa/metadata/src/audio/ogg.py
-rw-r--r-- 1 dmeyer users 5274 11. Feb 11:30 kaa/metadata/src/audio/ogg.py

For some reason this module is missing for you.


Dischi

-- 
Smith & Wesson: The original point and click interface.


pgpoGW1IT6Ubk.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] beacon crash?

2007-02-20 Thread mike lewis
Beacon won't "autorun" for me when I run freevo.  Haven't had a chance
to look into it yet; but I did try running beacon on its own.  This
works fine but I noticed the following error.  Beacon doesn't crash.
Just might be handled better??

---
[EMAIL PROTECTED]:~/freevo2/bin$ ./beacon --start --verbose all --fg
INFO __init__(1072): connect to thumbnailer ...
INFO __init__(1072): start hardware monitor
INFO __init__(1072): connection to thumbnailer established
INFO __init__(1072): connect to hwmon ...
INFO __init__(1072): connection to hwmon established
INFO __init__(1072): beacon <-> hwmon connected
INFO __init__(1072): start beacon
INFO __init__(1072): new media kaa.beacon.root
INFO __init__(1072): start crawler for /
ERROR __init__(1072): rpc call device.scan
Traceback (most recent call last):
  File "/home/mick/freevo2/lib/python2.4/site-packages/kaa/rpc.py",
line 427, in _handle_packet_after_auth
payload = self._callbacks[function](*args, **kwargs)
  File 
"/home/mick/freevo2/lib/python2.4/site-packages/kaa/beacon/server/hwmon/server.py",
line 172, in scan
return kaa.metadata.parse(dev.get('block.device'))
  File "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
line 90, in parse
result = Factory().create(filename, force)
  File "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
line 68, in Factory
_factory.import_parser()
  File "/home/mick/freevo2/lib/python2.4/site-packages/kaa/metadata/factory.py",
line 114, in import_parser
import audio.ogg
ImportError: No module named audio.ogg
ERROR __init__(1072): InProgress exception: No module named audio.ogg
INFO __init__(1072): gc: deleted 10 objects

---

Mike

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel