After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 685822 - rhythmbox lyrics plugin: DarkLyrics IndexError: list index out of range
rhythmbox lyrics plugin: DarkLyrics IndexError: list index out of range
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 673758 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-10-09 17:08 UTC by Leo Iannacone
Modified: 2017-08-05 20:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
DarkLyrics parse update (3.26 KB, patch)
2012-10-09 17:09 UTC, Leo Iannacone
committed Details | Review

Description Leo Iannacone 2012-10-09 17:08:12 UTC
In 'Song Lyrics' plugin, if service darklyrics.com is enabled you will get the following error:

IndexError: list index out of range
Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 33 in callback_with_gdk_lock
    v = callback(data, *args)
  • File "/usr/lib/rhythmbox/plugins/lyrics/DarkLyricsParser.py", line 62 in search_artist
    artist_page, 1)[1]



This is caused due DarkLyrics has changed HTML structure during last months.


Attachments fixes problem.
Comment 1 Leo Iannacone 2012-10-09 17:09:04 UTC
Created attachment 226132 [details] [review]
DarkLyrics parse update
Comment 2 Jonathan Matthew 2012-10-09 22:52:56 UTC
pushed as commit 8d9ec0c, thanks
Comment 3 Piotr Drąg 2017-08-05 20:01:24 UTC
*** Bug 673758 has been marked as a duplicate of this bug. ***