You are viewing a single comment's thread from:

RE: @themarkymark - Witness Update

in #witness8 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']}
Sort:  

I do run the Buildteam nodes but not the Privex ones.

The Buildteam ones are in the middle of a replay (one by one) and the issue will be resolved once the replay is finished (later today).

That sounds great, thanks for the update!

Coin Marketplace

STEEM 0.06
TRX 0.28
JST 0.048
BTC 67427.04
ETH 1968.53
USDT 1.00
SBD 0.50