You are viewing a single comment's thread from:

RE: Note to steem-python users, your application may be broken at the moment

in #steempython7 years ago (edited)

I had similar problem with steem-js too

EDIT - apologies after seeing the comment below I realised this comment was not very helpful. Yes I had the same problem but fixed it easily by looking up the other avaible servers and connecting to one of those instead. In the steem.js library that call is steem.api.setOptions({ url: 'wss://differenturl.org' });

I found this link that lists other available servers

Sort:  

Exactly. Steem-js are not working.

You can specify a different server to connect to. here is a link to other servers running - api servers

For example you can run this code before your steem api calls
steem.api.setOptions({ url: 'wss://rpc.buildteam.io' });

Thamk you for your update.
I was using the cdn :

and this is by default forwarding to wss ://steemd.steemit.com
How do we solve this problem ?

Thank you for your help.

FD.

yes looks like the latest version has not been pushed to the cdn yet. it was updated in github last week best option is to use the line of code above and specify a new server directly until the cdn version is updated.

Thanks friend...I managed to change it. steembotcompare is alive again :)

I think its worth noting that based on this article, web socket connections to api.steemit.com won't work:
https://steemit.com/steemitdev/@steemitdev/update-your-steem-apps-big-changes-coming-for-3rd-party-developers

If you're using a library to relies on wss protocol, you might have some trouble connecting to api.steemit.com