You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: