steem-js
steem-js copied to clipboard
`Error: Invalid response id: undefined` when using streamOperations
Hi,
I'm using steem 0.67 and the streamOperations
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.
I'm using 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.