Open roadscape opened 5 years ago
Hmmm... It should be working...
Does reputation get returned properly from the reputation API?
get_active_votes
seems to be affected by the same bug;
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_active_votes", "params":["emrebeyler", "witness-update-new-infrastructure-projects-and-statement-regarding-recent-incidents"], "id":1}' https://api.steemit.com
{"id":1,"jsonrpc":"2.0","result":[{"voter":"eric-boucher","weight":20819,"rshares":"174640542812","percent":5000,"reputation":0,"time":"2019-01-19T15:18:51"},{...
But get_accounts
works fine:
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_accounts", "params":[["eric-boucher"]], "id":1}' https://api.steemit.com
{"jsonrpc":"2.0","result":[{"id":11178,"name":"eric-boucher",..,"reputation":"68501716014905",..
Could it just be a jussi cache causing problems again?
Could it be related to this issue https://github.com/steemit/steem/issues/3234 ?
From @emre's https://github.com/steemit/hivemind/issues/175:
api.steemit.com nodes no longer run
follow_api
, but they do enablereputation_api
. Probablycondenser_api.get_content
was not updated to leverage data from the new plugin.