steemit / steem-js

Steem.js the official JavaScript library for Steem blockchain
https://www.npmjs.com/package/steem
MIT License
472 stars 225 forks source link

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

Open MrToph opened 6 years ago

MrToph commented 6 years ago

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?

Nantris commented 6 years ago

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