IT戦記

プログラミング、起業などについて書いているプログラマーのブログです😚

JugemKey は時計が 30 秒ずれてたらダメ

JugemKey の認証を使おうと思ったら

Failed to authenticate jugemkey.  Reason: 'Error on GET token: Invalid X-JUGEMKEY-API-CEATED'

おこられた。。。

サーバ内部の時計を直してみた。

#perl -e 'use DateTime; use DateTime::Format::W3CDTF; print DateTime::Format::W3CDTF->new->format_datetime(DateTime->now)."\n";'
2006-07-28T15:37:53Z
#ntpdate -s clock.nc.fukuoka-u.ac.jp
#clock -w
#perl -e 'use DateTime; use DateTime::Format::W3CDTF; print DateTime::Format::W3CDTF->new->format_datetime(DateTime->now)."\n";'
2006-07-28T15:37:20Z

再度実行

Successfully

めでたしめでたし

まとめ

30 秒でもダメですか