You are not logged in.
Hello,
I installed Ampache 3.4.3 (current stable version) and everything works great except for the Last.fm submissions. I can't find a solution for my problem in the forums: installation seems correct, latest version etc...
I get this in the logs:
2008-10-19 15:35:45 { alex } ( Stats ) - Registering stats for This Lullaby
2008-10-19 15:35:45 { alex } ( LastFM ) - Running Handshake, missing information
2008-10-19 15:35:46 { alex } ( LastFM ) - Handshake Failed: Invalid POST URL returned, unable to continue
2008-10-19 15:35:46 { alex } ( LastFM ) - Handshake failed, you lose
2008-10-19 15:35:46 { alex } ( stream ) - Stream Ended at 2000927 bytes out of 2000927
In the DB table "user_preference", my Last.fm username and md5-hash of the password seem to be filled in correctly. But other preferences in that area (64 to 67) of the table are empty. Is that normal? I don't know if the submission url and port should be in the database too...
I don't know much about PHP, so if anyone could guide me I'd be most grateful!
Edit: additional info: I'm running Ampache on Ubuntu Server ed. (hardy), with lighttpd as web server and the php-cgi module for PHP.
Last edited by JimmyNeuron (2008-10-19 06:58:35)
Offline
I'd guess it's a problem with last.fm give it a while and try again, their stuff is always breaking
Offline
With some extra debugging messages, I found the problem: I misspelled my password. Sorry for reporting an unexisting problem.
But maybe it's a good idea to add a test on BADAUTH in the function handshake() in scrobbler.class.php? Invalid authentication credentials give a mysterious "Invalid POST URL returned, unable to continue" in the debug logs. If you add a test on BADAUTH, it could be more clear?
Offline
Created ticked #317
Offline
Thanks, again once I have internet I'll work on this :(
Offline
I have two internets, if you want I can email you one of mine...o wait
Offline
It seems I have the same problem.
2008-12-15 13:15:28 { fsmorygo } ( LastFM ) - Running Handshake, missing information
2008-12-15 13:15:28 { fsmorygo } ( LastFM ) - Handshake Failed: Invalid POST URL returned, unable to continue
2008-12-15 13:15:28 { fsmorygo } ( LastFM ) - Handshake failed, you loseOnly user and password fields are not empty in user_preferences table, so the situation is same as Jimmy's. But login/pass are typed correctly, so I don't know what to do.
Version 3.4.3 (stable)
Offline
last fm dies from time to time... I wouldn't worry too much about it unless it continues for a while
Offline
You are right, the problem was more evident that i supposed. Thanks.
Offline