You are viewing a single comment's thread from:

RE: Fix Witness price feed if using Conductor

in #witness8 years ago

steem-python is broken, too.
Is it still maintained?

Change

nodes = get_config_node_list() or ['https://steemd.steemit.com']

to

nodes = get_config_node_list() or ['https://api.steemit.com']

in https://github.com/steemit/steem-python/blob/master/steem/steemd.py

Because for Commit(s) with s = Steem(nodes=nodes) it still wanted to access steemd and not nodes=['https://api.steemit.com'] as I choose always the fastest/closest RPC node in all my scripts

Sort:  

I almost always specify nodes.

It's maintained, but very slowly. It has another issue on install that requires modifying manifest files to get it to install.

But this morning, even with specified nodes, it tried to access steemd.steemit.com.
Strange, but I didn't investigate further, as this fixed my issues.

Thanks for the answer!

from steem import Steem

steem_nodes = ['https://rpc.buildteam.io', 
               'https://api.steemit.com', 
               'https://steemd.minnowsupportproject.org']

steem = Steem(nodes=steem_nodes)

Is how I do it in all my scripts. All worked gracefully during cut over.

for me https://steemd.pevo.science is usually the fastest and on first position

Looks like there is a pull request for it already.

Coin Marketplace

STEEM 0.05
TRX 0.28
JST 0.048
BTC 65157.62
ETH 1905.62
USDT 1.00
SBD 0.46