Skip to content

This tiddlywiki tiddler raises errors when you try to convert it #58

@furicle

Description

@furicle

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.

jimmy.log

daniel-spurious-alerts.json

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions