2008-05-18T01:04:43+0200, Uwe Hermann <[EMAIL PROTECTED]>:

> Cannot confirm, works fine here with the exact same versions of the
> python packages you listed (I dist-upgraded a few minutes ago).

Hmm, embarrassing. :-)

> How long did you wait? Do you have a proxy configured which might
> cause longer waiting times?

I can wait about 30s, 1 min.
No proxy.

> Please close miro, try 'mv ~/.miro ~/.miro.bak' and then restart miro
> in an xterm and see if it helps.

I did. There is no real difference but a few lines in xterm (file
miro1).

Just after this test, I launched again Miro and then it worked. :-o
(file miro2)

But trying to launch it again, it didn't work anymore. (file miro3)

And after another test and a rm -r .miro/, miro ran directly but was
frozen.
A bug pretty nasty, so. :-/

Greeting.

$ miro
INFO     Starting up Miro
INFO     Version:    1.2.3
INFO     Revision:   
https://svn.participatoryculture.org/svn/dtv/tags/Miro-1.2.3/tv/resources - 6787
INFO     Builder:    [EMAIL PROTECTED]
INFO     Build Time: 1209245581.28
INFO     Starting event loop thread
^CINFO     Restoring database...
INFO     Connecting to /home/yannick/.miro/sqlitedb
Traceback (most recent call last):
  File "/usr/bin/miro.real", line 118, in <module>
    startapp()
  File "/usr/bin/miro.real", line 95, in startapp
    startup()
  File "/usr/bin/miro.real", line 32, in startup
    Application().run()
  File 
"/var/lib/python-support/python2.5/miro/platform/frontends/html/Application.py",
 line 59, in run
    gtk.main()
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 509, in 
_signal_func
    signal_name):
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 425, in 
_iter_easy_matches
    for path in path_keys:
KeyboardInterrupt
TIMING   Database load slow: 0.317
TIMING   idle (finish startup) too slow (3.032 secs)
INFO     Spawning global feed dtv:manualFeed
INFO     Spawning global feed dtv:singleFeed
INFO     Spawning global feed dtv:search
INFO     Spawning global feed dtv:searchDownloads
INFO     wbg: setting autodownload stuff initially to off
INFO     Spawning global feed dtv:directoryfeed
INFO     wbg: setting autodownload stuff initially to off
INFO     Creating channel tab order
INFO     Creating playlist tab order
INFO     *** Launching Downloader Daemon ****
INFO     Spawning Miro Guide...
INFO     Spawning auto downloader...
TIMING   Icon clear: 0.010
INFO     Starting movie data updates
INFO     Adding default feeds
INFO     Displaying main frame...
INFO     Creating video display...
INFO     Finished startup sequence
/usr/bin/miro: line 2: 17593 Terminated              
LD_LIBRARY_PATH=/usr/lib/xulrunner miro.real "$@"
$ miro
INFO     Starting up Miro
INFO     Version:    1.2.3
INFO     Revision:   
https://svn.participatoryculture.org/svn/dtv/tags/Miro-1.2.3/tv/resources - 6787
INFO     Builder:    [EMAIL PROTECTED]
INFO     Build Time: 1209245581.28
INFO     Starting event loop thread
INFO     Restoring database...
INFO     Connecting to /home/yannick/.miro/sqlitedb
INFO     Spawning global feed dtv:manualFeed
INFO     Spawning global feed dtv:singleFeed
INFO     Spawning global feed dtv:search
INFO     Spawning global feed dtv:searchDownloads
INFO     wbg: setting autodownload stuff initially to off
INFO     Spawning global feed dtv:directoryfeed
INFO     wbg: setting autodownload stuff initially to off
INFO     Creating channel tab order
INFO     Creating playlist tab order
INFO     *** Launching Downloader Daemon ****
INFO     Spawning Miro Guide...
INFO     Spawning auto downloader...
TIMING   Icon clear: 0.013
INFO     Starting movie data updates
INFO     Adding default feeds
INFO     Displaying main frame...
INFO     Creating video display...
WARNING  Menu item action "RenameVideo" not implemented
WARNING  Menu item action "FastForward" not implemented
WARNING  Menu item action "Rewind" not implemented
WARNING  Menu item action "UpVolume" not implemented
WARNING  Menu item action "DownVolume" not implemented
INFO     Finished startup sequence
INFO     loaded renderer 'xinerenderer'
TIMING   gtkAsyncMethod: <function initRenderers at 0x934e5dc> took too long: 
2.663
WARNING  Error setting up drag and drop dummy element
INFO     got file:///tmp/tmpd_5t2N.html
TIMING   gtkSyncMethod: <function getDisplay at 0x93b541c> took too long: 3.089
INFO     First URL is https://www.miroguide.com/firsttime
TIMING   idle (select initial tab) too slow (3.099 secs)
INFO     *** Daemon ready ***
INFO     got file:///tmp/tmpF5SIAB.html
INFO     First URL is https://www.miroguide.com/
INFO     got file:///usr/share/miro/resources/html/guide-navigation.html
INFO     First URL is https://www.miroguide.com/
INFO     got about:blank
INFO     First URL is https://www.miroguide.com/
INFO     got https://www.miroguide.com/firsttime
INFO     First URL is https://www.miroguide.com/firsttime
TIMING   feed update for: http://feeds.pbs.org/pbs/kcet/wiredscience-video too 
slow (1.438 secs)
TIMING   idle (Thread Pool Callback (Feedparser callback - 
http://feeds.pbs.org/pbs/kcet/wiredscience-video)) too slow (1.440 secs)
INFO     Shutting down Downloader...
INFO     Shutting down downloaders...
INFO     Shutdown complete
INFO     Closing Database...
INFO     Shutting down event loop
INFO     Shutting down frontend
INFO     Saving preferences...
INFO     Shutting down icon cache updates
INFO     Shutting down movie data updates
INFO     Done shutting down.
INFO     Remaining threads are:
INFO     <_MainThread(MainThread, started)>
$ miro
INFO     Starting up Miro
INFO     Version:    1.2.3
INFO     Revision:   
https://svn.participatoryculture.org/svn/dtv/tags/Miro-1.2.3/tv/resources - 6787
INFO     Builder:    [EMAIL PROTECTED]
INFO     Build Time: 1209245581.28
INFO     Starting event loop thread
^CINFO     Restoring database...
Traceback (most recent call last):
  File "/usr/bin/miro.real", line 118, in <module>
    startapp()
  File "/usr/bin/miro.real", line 95, in startapp
    startup()
  File "/usr/bin/miro.real", line 32, in startup
    Application().run()
  File 
"/var/lib/python-support/python2.5/miro/platform/frontends/html/Application.py",
 line 59, in run
    gtk.main()
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 509, in 
_signal_func
    signal_name):
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 425, in 
_iter_easy_matches
    for path in path_keys:
KeyboardInterrupt
INFO     Connecting to /home/yannick/.miro/sqlitedb
TIMING   Database load slow: 0.358
TIMING   idle (finish startup) too slow (1.601 secs)
INFO     Spawning auto downloader...
TIMING   Icon clear: 0.008
INFO     Starting movie data updates
INFO     Displaying main frame...
INFO     Creating video display...
INFO     *** Launching Downloader Daemon ****
INFO     Finished startup sequence
/usr/bin/miro: line 2: 18036 Terminated              
LD_LIBRARY_PATH=/usr/lib/xulrunner miro.real "$@"

Reply via email to