MattyIce / postpromoter

Steem bid-based voting bot written in JavaScript
MIT License
45 stars 89 forks source link

Error loading account history #87

Closed bitcoiners closed 6 years ago

bitcoiners commented 6 years ago

Having problems lately with bids forwarded into the next round not getting up-vote or refund and log showing:

Sun Jun 24 2018 18:50:00 GMT-0700 (PDT) - Error Count: 1, Current node: https://api.steemit.com
Sun Jun 24 2018 18:50:00 GMT-0700 (PDT) - Error loading account history: Error: HTTP 504: Gateway Time-out
Sun Jun 24 2018 19:00:19 GMT-0700 (PDT) - Loaded STEEM Price from Bittrex: 1.306426878
Sun Jun 24 2018 19:00:19 GMT-0700 (PDT) - Loaded SBD Price from Bittrex: 1.0546405457999999
Sun Jun 24 2018 19:09:52 GMT-0700 (PDT) - Error Count: 1, Current node: https://api.steemit.com
Sun Jun 24 2018 19:09:52 GMT-0700 (PDT) - Error loading account history: Error: HTTP 504: Gateway Time-out
Sun Jun 24 2018 19:11:11 GMT-0700 (PDT) - Error Count: 2, Current node: https://api.steemit.com
Sun Jun 24 2018 19:11:11 GMT-0700 (PDT) - Error loading account history: Error: HTTP 504: Gateway Time-out
Sun Jun 24 2018 19:11:41 GMT-0700 (PDT) - Error Count: 3, Current node: https://api.steemit.com
Sun Jun 24 2018 19:11:41 GMT-0700 (PDT) - Error loading account history: Error: HTTP 504: Gateway Time-out
Sun Jun 24 2018 19:30:19 GMT-0700 (PDT) - Loaded STEEM Price from Bittrex: 1.2989972753
Sun Jun 24 2018 19:30:19 GMT-0700 (PDT) - Loaded SBD Price from Bittrex: 1.048283353
MattyIce commented 6 years ago

@bitcoiners the errors show that the node is throwing timeout errors, not sure this is related to the bids not getting votes or refunds. I recently pushed an update to switch from the steem js library to the dsteem library which seems to run much better.