steem-python icon indicating copy to clipboard operation
steem-python copied to clipboard

commit.post() with no tags or category will return permlink too short RPC error

Open nnnarvaez opened this issue 6 years ago • 0 comments

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

nnnarvaez avatar Mar 30 '19 10:03 nnnarvaez