Hi,

I´m almost there... :-) this time the problem is with IMDB. While
trying to fetch information about the movie Freevo crashes. I thought
that it was something with beautifulsoup, so I remove the debian
package, grab the latest source (3.0.3) and the error now is:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/plugins/mediamenu.py",
line 190, in main_menu
    if filename[0] == '/':
IndexError: string index out of range
url: http://www.imdb.com/find?s=tt;site=aka;q=copying%20
{'rating': '', u'goofs': u'Anachronisms: In one scene, Beethoven
refers to his "Moonlight Sonata" (Sonata 14, Opus 27, No. 2). However,
the piece did not come to be known as "Moonlight" until 1832, several
years after Beethoven\'s death, when it was given the nickname by poet
Ludwig Rellstab. The true title of the piece, as Beethoven wrote it,
is "Quasi una Fantasia".', u'plot outline': u"A fictionalized account
of the last year of Beethoven's life.", u'awards': u'1 win\n&\n3
nominations', u'language': [u'English'], 'plot': '', u'color':
[u'Color'], 'tagline': u'The passion behind the genius', u'sound mix':
[u'Dolby Digital'], 'title': u'Copying Beethoven', u'certification':
[u'Brazil:10', u'USA:PG-13', u'Hong Kong:IIA'], u'country': [u'USA',
u'Germany'], u'mpaa': u'Rated PG-13 for some sexual elements.', u'user
comments': u"It's a fantasy!", 'year': u'2006', 'genre': [u'Drama',
u'History', u'Music', u'Romance'], u'also known as': u'Klang der
Stille (Germany)', 'runtime': u'104 min'}
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 285, in
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 673, in
eventhandler
    action( arg=arg, menuw=self )
  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 92, in select
    self.function(arg=self.arg, menuw=menuw)
  File "/usr/lib/python2.3/site-packages/freevo/video/plugins/imdb.py",
line 152, in imdb_search
    self.imdb_create_fxd(arg=items[0].arg, menuw=menuw)
  File "/usr/lib/python2.3/site-packages/freevo/video/plugins/imdb.py",
line 208, in imdb_create_fxd
    fxd.setImdbId(arg[0])
  File "/usr/lib/python2.3/site-packages/freevo/util/fxdimdb.py", line
185, in setImdbId
    self.parsedata(idpage, id)
  File "/usr/lib/python2.3/site-packages/freevo/util/fxdimdb.py", line
665, in parsedata
    while genre.findNextSibling('a').string != 'more':
AttributeError: 'NoneType' object has no attribute 'string'


-- 
Christian Lyra
PoP-PR/RNP

-------------------------------------------------------------------------
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to