Open MrToph opened 6 years ago
Hi,
I'm using steem 0.67 and the streamOperations
steem 0.67
steem.api.streamOperations(`irreversible`, (err, res) => { if (err) { console.log(err); } })
And I get an Error: Invalid response id: undefined error, since yesterday. Before it worked fine.
Error: Invalid response id: undefined
I'm using steem.api.setOptions({ url: `https://api.steemit.com` })
steem.api.setOptions({ url: `https://api.steemit.com` })
Is anyone experiencing the same?
Yep same thing here. Started roughly the same date. No issues before that time.
Hi,
I'm using
steem 0.67
and the streamOperationsAnd I get an
Error: Invalid response id: undefined
error, since yesterday. Before it worked fine.I'm using
steem.api.setOptions({ url: `https://api.steemit.com` })
Is anyone experiencing the same?