I just had a look at the code and I think that error is what was
returned by last.fm


Code:
--------------------
    
  elsif ( $content =~ /^BADTIME/ ) {
                $error = string('PLUGIN_AUDIOSCROBBLER_BADTIME');
        }
  
--------------------


I expect that if the time is off by a few* seconds it could make this
happen.
So - compare your local time with
https://www.timeanddate.com/worldclock/ - but check the second as well.

* Where "few" is not known by me since it would be something that
last.fm is deciding. I could imagine that 30 seconds either way could
cause a problem.



Paul Webster
http://dabdig.blogspot.com
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=106890

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to