Sat 09 May 2009 01:47:17 AM UTC, original submission:
turtle.libre.fm claims I am adding timestamps from the future:
<code>Adding to post The Decemberists playing The Wanting Comes In Waves / Repaid
Traceback (most recent call last):
File "./import.py", line 30, in <module>
gobbler.add_track(GobbleTrack(artist, track, dt))
File "/home/seth/code/librefm/trunk/lastscrape/gobble.py", line 63, in add_track
self.submit()
File "/home/seth/code/librefm/trunk/lastscrape/gobble.py", line 56, in submit
raise GobbleException("Server returned: %s" % (response,))
gobble.GobbleException: Server returned: FAILED Submitted track has timestamp in the future</code>
but this is unlikely, as ntp says I am pretty close to real time:
<code>seth@isforcoffee:~/Music$ sudo ntpdate time-a.nist.gov
8 May 21:37:41 ntpdate[7692]: adjust time server 129.6.15.28 offset -0.019882 sec</code>
I was able to upload the oldest 1000 scrobbles
<code>cat lastfm.txt | tail -n 1000 >> last_lastfm.txt</code>
turtle.l.f either needs to allow for fuzzier timestamps, or probably needs to be ntpdate'd itself.
|