Summary: | Lyrics not fetching for any tracks | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Kevin Gangi <kevin_gangi> |
Component: | Context View/Lyrics | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | matej |
Priority: | NOR | ||
Version First Reported In: | 2.7.1 | ||
Target Milestone: | 2.8 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Error from debug startup |
Description
Kevin Gangi
2013-06-12 23:08:39 UTC
Could you please use the default lyrics applet and start Amarok with 'amarok -d --nofork'. We need the part of the output when you start a new track of which you are sure there are lyrics available and that your internet connection is not hindered by a proxy that could prevent lyrics fetching. FWIW: I can't reproduce this problem here with current git version which is ahead of 2.7.1 by over 370 commits, so maybe this is already fixed. Thanks that helped...here is probably the useful part... [ScriptManager] start script engine: "LyricWiki" amarok: ^[[00;31mEND__:^[[00;39m void ScriptManager::startScriptEngine(const QString&) ^[[00;31m[Took: 0s]^[[00;39m amarok: [ScriptManager] lyrics script started: "LyricWiki" amarok: ^[[07;31m[ERROR__]^[[00;39m [ScriptManager] "Script Error: Error: Unable to import qt.core: no such extension (line: 28)" amarok: ^[[00;32mBEGIN:^[[00;39m void ScriptManager::slotStopScript(const QString&) amarok: ^[[00;34mBEGIN:^[[00;39m void ScriptManager::scriptFinished(const QString&) amarok: ^[[00;34mEND__:^[[00;39m void ScriptManager::scriptFinished(const QString&) ^[[00;34m[Took: 0s]^[[00;39m amarok: ^[[00;32mEND__:^[[00;39m void ScriptManager::slotStopScript(const QString&) ^[[00;32m[Took: 0s]^[[00;39m amarok: [ScriptManager] The Log For the script that is the borked: ("09:20:10 Script started", "Script Error: Error: Unable to import qt.core: no such extension (line: 28)", "09:20:10 Script ended") I am also attaching the whole error.log Created attachment 80583 [details]
Error from debug startup
Output from amarok -d --nofork > error.log 2>&1
Thanks for your help... I was able to fix the problem. Apparently for some reason qt4-qtscript is not a required dep for amarok. I ran "sudo zypper install qt4-qtscript*" and now it is fetching lyrics correctly from both scripts. (In reply to comment #4) > Thanks for your help... > > I was able to fix the problem. Apparently for some reason qt4-qtscript is > not a required dep for amarok. I ran "sudo zypper install qt4-qtscript*" > and now it is fetching lyrics correctly from both scripts. Please notify your distribution that qt4-qtscript* is a needed dependency for Amarok. |