You are viewing a single comment's thread from:

RE: NodeJS Steemit Bot Tutorial

in #javascript5 years ago (edited)

C:\GitHub\Steemit-NodeJS-Bot-Tutorial1>node start . js
{Fetch Error: request to https://api.steemit. com failed, reason: connect ETIMEDO
UT 69.171.228.20:443
at ClientRequest . < anon ymous> (C:\GitHub\Steemit-NodeJS-Bot-Tutorial1\node_mo
dules\node-fetch\index.js:133:11)
at ClientRequest.emit (events.js:198:13)
at TLSSocket.socketErrorListener (_http_client.js:392:9)
at TLSSocket.emit (events.js:198:13)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
name: 'FetchError',
message:
'request to https://api.steemit.com failed, reason: connect ETIMEDOUT 69.171.
228.20:443',
type:'system',
errno: 'ETIMEDOUT',
code:'ETIMEDOUT'}undefined


This is the problem I encountered, I don't know how to solve it.