Closed ghost closed 6 years ago
The error raised masks the actual issue, which is unicode vs str handling in 2.7.
The actual error is descriptor 'title' requires a 'str' object but received a 'unicode'
.
This appears to be a Python 2 bug only.
This should be resolved with #203 .
I can post content smoothly with python3.6, but when I change to post it with python2.7.14, I get a Error that is "Invalid TransactionBuilder Format". I will simplify the problem into the following code:
here is Error content:
How to solve this problem ?