Hey devs on Steemit,
I have been using @buildteam's RPC node(https://rpc.buildteam.io), thanks to the team, for my @krguidedog project. It's been great until yesterday, but KR Guidedog bot just got stuck due to a very weird problem.
I spent huge amount of time to figure out the main cause, and it turned out the post body and json_metadata are completely empty when I get a post by any "user/permlink" combinations. Tried lots of edge cases and all failed. As @krguidedog needs to check the tag in json_metadata of the post, it was just unable to work without the data.
I am using steem-python's Post module but basically it is using the light RPC internally so after digging into the problem I concluded that it was a problem of the RPC node.
I simply changed my RPC node to the other node (@gtg's one), and everything has come back to normal.
@buildteam, could you please check why there are such discrepancies in the response from your RPC?
Hope this helped you.
Expected behavior
steemd RPC must return the body and json_metadata of a post
Actual behavior
body and json_metadata are empty
How to reproduce
Using steem-python, set RPC node to:
steempy set nodes https://rpc.buildteam.io/
And run this code.
from steem.post import Post
a = Post("@nowmacha/2gm8vp-and")
print(a.export());
And run the code after changing your RPC node to another one:
steempy set nodes https://gtg.steem.house:8090
Repository
I put steemd's repository as I barely think @buildteam has forked steemd for their RPC node.
Posted on Utopian.io - Rewarding Open Source Contributors
Hi @asbear, this seems to be related to a replay of the buildteam node, see here: https://steemit.com/@crokkon/re-themarkymark-themarkymark-witness-update-20180429t105739759z
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hi @asbear , thanks for the contribution , i think the developers have noticed this issue already
Need help? Write a ticket on https://support.utopian.io.
Chat with us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes but my bug report was 2 days earlier than that. This report definitely deserves utopian's vote. Let me know if you think different.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit