steem-js icon indicating copy to clipboard operation
steem-js copied to clipboard

Invalid response Id: undefined

Open officiallymarky opened this issue 7 years ago • 0 comments

Expected behavior

Successfully query node without error

Actual behavior

Error: Invalid response Id: undefined

How to reproduce

This happens whenever pointed to a Jussi node, when using https://api.steemit.com it happens often but only a few times every 3-30 minutes. When pointed to my own Jussi nodes with default configuration it happens a ton, like few times a minute. DSteem or Steem-Python no such problems. Only happens with SteemJS against Jussi nodes.

This seems to happen regardless of what api call you use, but some example calls are get_account_history and get_dynamic_global_properties(). You can just put them in a loop to be called every 30 seconds and you will see the error often against Jussi nodes, less on https://api.steemit.com for some strange reason but a ton on any other Jussi node.

Environment information

All environments, latest SteemJS.

officiallymarky avatar Jul 10 '18 19:07 officiallymarky