get_account error "Timestamp for this request was 1000ms ahead of the server's time"

Hey I m trying to do this (on python):

a = client.get_acount()
print(a)
and return me this error "Timestamp for this request was 1000ms ahead of the server’s time "
Any ideas what could be ?

you probably have Windows 10 you need to adjust your time on the computer as it lags behind real time. To make sure that this is the case you need to compare your clock on your computer with a web clock if there is a difference then you need to set the time on your computer. There are many tutorials on how to do this online

1 Like

After searching for days and trying so many things, this webpage blog helped me out to get my laptop in sync… thank god.

All the other usual solutions didn’t work at all for but this, Its in german but i guess one can easily translate it in their language ;).

First link is part 1 and the second link is part 2.


1 Like

The first link was all it took to fix it for me! i simply had it on manual start, instead of automatic and that fixed my problem :smiley:

Thank you!

Sync your time with /api/v3/time endpoint