Closed bgruening closed 5 years ago
Hmm. Seems some unicode is in the body. But python2 uses ascii strings by default.
Do you get the same errors when running python3 ephemeris? If not, this problem should be fixable by prepending u
in front of strings to make python2 aware of the unicode (in bioblend or ephemeris, wherever the error is).
I guess something in the TS response has changed with 19.09?