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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
'python exitwp.py' converts fine and successfully creates build/ output, but ' python exitwp.py > /dev/null' just fails with :
Traceback (most recent call last):
File "exitwp.py", line 353, in
data = parse_wp_xml(wpe)
File "exitwp.py", line 164, in parse_wp_xml
'items': parse_items(),
File "exitwp.py", line 127, in parse_items
body = gi('content:encoded')
File "exitwp.py", line 120, in gi
print result
UnicodeEncodeError: 'ascii' codec can't encode characters in position 11-12: ordinal not in range(128)
Commenting print result on line 120 in exitwp.py serves as a workaround here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
'python exitwp.py' converts fine and successfully creates build/ output, but ' python exitwp.py > /dev/null' just fails with :
Commenting print result on line 120 in exitwp.py serves as a workaround here.
The text was updated successfully, but these errors were encountered: