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

`Error: Invalid response id: undefined` when using streamOperations

Open MrToph opened this issue 7 years ago • 1 comments

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?

MrToph avatar Jan 16 '18 19:01 MrToph

Yep same thing here. Started roughly the same date. No issues before that time.

Nantris avatar Feb 26 '18 16:02 Nantris