You are viewing a single comment's thread from:RE: Note to steem-python users, your application may be broken at the momentView the full contextView the direct parentfiredream (61)in #steempython • 7 years ago 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 :)