https://bugs.kde.org/show_bug.cgi?id=485415
Tuomas Nurmi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Tuomas Nurmi <[email protected]> --- Ok, found the reason. The normal hostname for last.fm API calls is ws.audioscrobbler.com, but in liblastfm, src/ws.cpp, lastfm::ws::host(): QStringList const args = QCoreApplication::arguments(); if (args.contains( "--debug")) return "ws.staging.audioscrobbler.com"; which is apparently not functional (anymore?). -- You are receiving this mail because: You are watching all bug changes.
