• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 26
[RELEASE] CU Lyrics (Script) Addon
frank75 Wrote:Get this when i try to fetch lyrics:

-Fetching lyrics from Lyricsmode.com API failed-
Same on LyricsWiki and lyricstime.

I have set not save, and save lyrics. But stil no contact.

Anyone have an idea?

Thx in advance

I've found the problem. It's in the line:

lyricText = content.split("<lyrics>")[1].split("</lyrics>")[0]

in the script.cu.lyrics/resources/lib/scrapers/lyricwiki/lyricsScraper.py

The lyricwiki page not have an "<lyrics&gt" string, it is "&ltlirics>". An solution may be doing:

content=content.replace("<","&lt;");
content=content.replace(">","&gt;");

before the above line.

My problem is that calling cu lyrics a second time results in a xmbc segmentation fault....
Hi Amet,

I see that you have already been talking about the CU Lyrics API error message. I have the same error suddenly, as you know it worked great after our last post. I also changed the settings from wiki to time, but for me it still gives the same error. And for any song I have selected. Any ideas how I can fix this? I am not into programming unfortunately.

file http://pastebin.com/rDh7LSAi

CU

And many thanks.
evschaapman Wrote:Hi Amet,

I see that you have already been talking about the CU Lyrics API error message. I have the same error suddenly, as you know it worked great after our last post. I also changed the settings from wiki to time, but for me it still gives the same error. And for any song I have selected. Any ideas how I can fix this? I am not into programming unfortunately.

file http://pastebin.com/rDh7LSAi

CU

And many thanks.

go into CU Lyrics addon settings and use a different service to scrape the lyrics, try lyricsmode or lyricstime
Thanks Amet for the reply. I did check this before,but with no luck. However I tryed again. Following results:
* After selecting lyricsmode, it suddenly retrieved one song lyric, however it was not correct. I thought, maybe others might have been fixed and so I changed back to another, it did not work, same API error. So, back to lyricsmode, but unfortunately suddenly again same API error.

Any other ideas? :-)

Thanks again for your quick reply!
Any update on this? This script used to work now all I get are the API errors regardless of which lyric source I select.
tboooe Wrote:Any update on this? This script used to work now all I get are the API errors regardless of which lyric source I select.

update on what?? is it not working for you? log?
amet Wrote:update on what?? is it not working for you? log?

Sorry for not being more clear. Yes, this script stopped working for whatever reason recently. I will post a log later today.
Here is the relevant error in my log:

19:32:14 T:3360 M:911314944 NOTICE: SCRAPER-DEBUG: LyricsFetcher.get_lyrics_thread Artist: The Cranberries, Title: Uncertain
19:32:14 T:3360 M:911314944 NOTICE: Search url: http://lyrics.wikia.com/api.php?artist=t...in&fmt=xml
19:32:14 T:3360 M:910934016 NOTICE: Title:[The_Cranberries:Uncertain]
19:32:15 T:3360 M:910327808 NOTICE: LyricsFetcher::get_lyrics_thread (176) [list index out of range]
19:32:15 T:1412 M:910397440 ERROR: Control 101 in window 13000 has been asked to focus, but it can't
tboooe Wrote:Here is the relevant error in my log:

19:32:14 T:3360 M:911314944 NOTICE: SCRAPER-DEBUG: LyricsFetcher.get_lyrics_thread Artist: The Cranberries, Title: Uncertain
19:32:14 T:3360 M:911314944 NOTICE: Search url: http://lyrics.wikia.com/api.php?artist=t...in&fmt=xml
19:32:14 T:3360 M:910934016 NOTICE: Title:[The_Cranberries:Uncertain]
19:32:15 T:3360 M:910327808 NOTICE: LyricsFetcher::get_lyrics_thread (176) [list index out of range]
19:32:15 T:1412 M:910397440 ERROR: Control 101 in window 13000 has been asked to focus, but it can't

http://forum.xbmc.org/showpost.php?p=711...tcount=273
amet Wrote:http://forum.xbmc.org/showpost.php?p=711...tcount=273

Thank you for the reply. I have tried every other lyric scraper available in the configurations and always get the same API error.
tboooe Wrote:Thank you for the reply. I have tried every other lyric scraper available in the configurations and always get the same API error.

Would love to see FULL debug log on pastebin.com of the other services failing
frank75 Wrote:Get this when i try to fetch lyrics:

-Fetching lyrics from Lyricsmode.com API failed-
Same on LyricsWiki and lyricstime.

I have set not save, and save lyrics. But stil no contact.

Anyone have an idea?

Thx in advance

i'm getting this same error. has the issue been rectified? i tried doing what chavi suggested but it doesn't work.
Image
Image
Image
Shinu Wrote:i'm getting this same error. has the issue been rectified? i tried doing what chavi suggested but it doesn't work.

I cant comment without full debug log, it works for me... just tested again
Hi Amet,

It seems to working again for me. I didn't change anything in the settings since our last communication. Left the scraper to lyricstime.

Others with the same problem, please check aswell and let Amet know if its resolved for you.

CU
evschaapman Wrote:Hi Amet,

It seems to working again for me. I didn't change anything in the settings since our last communication. Left the scraper to lyricstime.

Others with the same problem, please check aswell and let Amet know if its resolved for you.

CU

nice, thx for letting me know.

CU??

a free beer to anyone that can figure out what CU stands for in "CU Lyrics". certain people are excluded and they know who they are Smile
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 26

Logout Mark Read Team Forum Stats Members Help
[RELEASE] CU Lyrics (Script) Addon1