You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no tags=[] or category is especified the RPC node returns:
http_client.py", line 278, in call
raise RPCError(detail)
steembase.exceptions.RPCError: assert_exception from xxx.xxx.xxx.xxx
(Assert Exception:permlink.size() > STEEM_MIN_PERMLINK_LENGTH && permlink.size() < STEEM_MAX_PERMLINK_LENGTH:
Permlink is not a valid size.) in broadcast_transaction
The text was updated successfully, but these errors were encountered:
nnnarvaez
changed the title
commit.post() with no tags or category will retunr permlink too short RPC error
commit.post() with no tags or category will return permlink too short RPC error
Mar 30, 2019
If no tags=[] or category is especified the RPC node returns:
The text was updated successfully, but these errors were encountered: