degeron / qmmp

Automatically exported from code.google.com/p/qmmp
0 stars 0 forks source link

last.fm scrobbler does not seem to work #542

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install latest qmmp-0.5.5. (also happens with 0.5.4)
2. Enable the scrobbler plugin
3. Click on Last.fm checkbox
4. Clock "Register New Session"
5. Firefox starts
6. Login to last.fm
7. Grant access to qmmp
8. Nothing happens. The "Session" textbox is empty, and no songs are submitted 
to last.fm

What is the expected output? What do you see instead?
Sounds should be submitted to last.fm

What version of the product are you using? On what operating system?
qmmp-0.5.5
gcc-4.6.3
glibc-2.15
Gentoo Linux x86_64
Linux Kernel 3.3.5
Qt-4.8.2

Please provide any additional information below.

Please let me know if you need more information. However, I can't find a way to 
produce a terminal debug output

Original issue reported on code.google.com by Markos.C...@gmail.com on 26 May 2012 at 8:45

GoogleCodeExporter commented 9 years ago
Type "qmmp" in your terminal emulator. Reproduce steps 1-7. After 7 step wait 2 
minutes. If problem still exists, show terminal output.

Original comment by trialuser02 on 26 May 2012 at 9:52

GoogleCodeExporter commented 9 years ago
Yes that fixed it. I guess the problem is that I did not wait long enough for 
qmmp to fetch the session key. Sorry for the noise.

Original comment by Markos.C...@gmail.com on 26 May 2012 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by trialuser02 on 26 May 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Cannot find 'rekonq' (kubuntu web browser I have already uninstalled, I have 
firefox now, set in options as default, but qmmp still requests rekonq), what 
to do?

Original comment by cant...@gmail.com on 19 Jan 2014 at 3:31

GoogleCodeExporter commented 9 years ago
Check environment variables BROWSER and DEFAULT_BROWSER. Then check xdg 
settings by the following command:
xdg-mime query default x-scheme-handler/http
It should print "firefox.desktop" Otherwise enable firefox by the following 
command:
xdg-mime default firefox.desktop x-scheme-handler/http

More documentation:
http://portland.freedesktop.org/xdg-utils-1.0/xdg-mime.html

Original comment by trialuser02 on 19 Jan 2014 at 5:01