You are viewing a single comment's thread from:

RE: @themarkymark - Witness Update

in #witness6 years ago (edited)

hey @themarkymark, you're managing also the privex and buildteam nodes, right? Those return empty body and json_metadata fields for posts recently - is this a 0.19.3 "feature" or do you have any idea what's different with those? Other nodes seem to give the correct results:

>>> from steem import Steem
>>> from steem.post import Post
>>> s = Steem(nodes=['https://rpc.buildteam.io'])
>>> Post("themarkymark/themarkymark-witness-update", s)['json_metadata']
{}
>>> s = Steem(nodes=['https://steemd.privex.io'])
>>> Post("themarkymark/themarkymark-witness-update", s)['json_metadata']
{}
>>> s = Steem(nodes=['https://gtg.steem.house:8090'])
>>> Post("themarkymark/themarkymark-witness-update", s)['json_metadata']
{'community': 'busy', 'app': 'busy/2.4.0', 'format': 'markdown', 'users': ['themarkymark'], 'links': ['https://github.com/themarkymark-steem/buildawhaleblacklist', '/trending/witness', 'https://steemit.com/programming/@themarkymark/python-tips-f-strings-in-python-3-6-and-why-you-should-be-using-them', 'https://steemit.com/programming/@themarkymark/python-tips-underscores-in-numeric-literals', 'https://steemit.com/programming/@themarkymark/python-tips-a-better-interactive-shell', 'https://steemit.com/programming/@themarkymark/python-tips-secrets-module-new-in-3-6', 'https://steemit.com/programming/@themarkymark/python-tips-pep-8', 'https://steemit.com/programming/@themarkymark/python-tips-slices', 'https://steemit.com/programming/@themarkymark/python-tips-named-tuples', 'https://steemit.com/programming/@themarkymark/python-tips-destructuring'], 'tags': ['witness', 'witness-update', 'witness-category', 'steem', 'busy']}
>>> s = Steem(nodes=['https://api.steemit.com'])
>>> Post("themarkymark/themarkymark-witness-update", s)['json_metadata']
{'community': 'busy', 'app': 'busy/2.4.0', 'format': 'markdown', 'users': ['themarkymark'], 'links': ['https://github.com/themarkymark-steem/buildawhaleblacklist', '/trending/witness', 'https://steemit.com/programming/@themarkymark/python-tips-f-strings-in-python-3-6-and-why-you-should-be-using-them', 'https://steemit.com/programming/@themarkymark/python-tips-underscores-in-numeric-literals', 'https://steemit.com/programming/@themarkymark/python-tips-a-better-interactive-shell', 'https://steemit.com/programming/@themarkymark/python-tips-secrets-module-new-in-3-6', 'https://steemit.com/programming/@themarkymark/python-tips-pep-8', 'https://steemit.com/programming/@themarkymark/python-tips-slices', 'https://steemit.com/programming/@themarkymark/python-tips-named-tuples', 'https://steemit.com/programming/@themarkymark/python-tips-destructuring'], 'tags': ['witness', 'witness-update', 'witness-category', 'steem', 'busy']}

Coin Marketplace

STEEM 0.17
TRX 0.15
JST 0.028
BTC 58054.32
ETH 2357.16
USDT 1.00
SBD 2.42