(SOLVED) Error: Timestamp for this request was 1000ms ahead of the server's time.
Closed this issue · 2 comments
Chazzr commented
CONDITIONS
- Windows
STEPS
- Launch Git Bash
- Navigate to cloned WOLF repo directory
- Run 'npm start'
RESULT
Console response will result in the following error:
Error: Timestamp for this request was 1000ms ahead of the server's time. at E:\NodeProjects\wolf\node_modules\binance-api-node\dist\http.js:47:13 at <anonymous> at process._tickCallback (internal/process/next_tick.js:160:7)
Chazzr commented
Ive only seen this issue on Windows so far. But good news, I discovered the fix for this. On windows your Internet time settings are set to time.windows.com
. You need to change it to time.nist.gov
. You can find this setting via Control Panel > Date & Time > Internet Time.
austinyearlykim commented
Looks like this is the problem/solution for all Windows users. I'll be sure to add this to the README. Thank you @Chazzr !