steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

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

Open nnnarvaez opened 5 years ago

nnnarvaez commented 5 years ago

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