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
prompt$ python trello-export.py myproject.json
Traceback (most recent call last):
File "trello-export.py", line 76, in <module>
main()
File "trello-export.py", line 12, in main
print_cards(json_object, args.outputfile)
File "trello-export.py", line 69, in print_cards
card['desc'], checklist_data(card), labels(card), card['due'], members(card)])
UnicodeEncodeError: 'ascii' codec can't encode characters in position 16-17: ordinal not in range(128)
I'll try to fix it if I have time.
Thanks for a great script! I could workaround this issue by search/replace in the json file.
The text was updated successfully, but these errors were encountered:
I'll try to fix it if I have time.
Thanks for a great script! I could workaround this issue by search/replace in the json file.
The text was updated successfully, but these errors were encountered: