-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
I have a large, old tiddlywiki set up I'm trying to convert to markdown. jimmy stops while trying to convert it. I've narrowed it down to a specific entry.
Windows 10, ran from Powershell via
.\jimmy-windows.exe cli --format tiddlywiki --output-folder tiddlers --log-file jimmy.log --stdout-log-level DEBUG .\daniel-spurious-alerts.json
Traceback (most recent call last):
File "jimmy_cli.py", line 179, in <module>
File "jimmy_cli.py", line 175, in main
File "jimmy\main.py", line 122, in run_conversion
File "jimmy\main.py", line 86, in convert_all_inputs
File "jimmy\converter.py", line 75, in convert_multiple
File "jimmy\formats\tiddlywiki.py", line 337, in convert
File "jimmy\formats\tiddlywiki.py", line 218, in convert_json
File "jimmy\common.py", line 179, in write_base64
File "base64.py", line 85, in b64decode
binascii.Error: Invalid base64-encoded string: number of data characters (45) cannot be 1 more than a multiple of 4
[PYI-28380:ERROR] Failed to execute script 'jimmy_cli' due to unhandled exception!Let me know if more data is required to reproduce on your end.