I have tried Jimmy several times but keep running into the same "Unhandled exception" error. (5,5GB, ca. 1500 notes Synology Note Station NSX file, conversion on Win 10). My DEBUG-level export looks like this:

                    INFO     Finished parsing: 31 notebooks, 1032 notes, 1581 resources, 1065 tags
                    INFO     Start filtering
                    INFO     Finished filtering: 31 notebooks, 1032 notes, 1581 resources, 1065 tags
                    INFO     Start writing to file system
Traceback (most recent call last):
  File "jimmy_cli.py", line 108, in <module>
  File "jimmy_cli.py", line 104, in main
  File "jimmy.py", line 113, in jimmy
  File "importer.py", line 274, in import_notebook
  File "importer.py", line 271, in import_notebook
  File "importer.py", line 243, in import_note
  File "importer.py", line 160, in import_resources
  File "puremagic\main.py", line 271, in from_file
  File "puremagic\main.py", line 202, in _magic
ValueError: Input was empty
[PYI-8384:ERROR] Failed to execute script 'jimmy_cli' due to unhandled exception!

Notebooks   19%|████████████████ |  6/31 [00:03<00:12]
Notes       17%|█████████████▌|  174/1032 [00:03<00:14]
Resources   29%|███████████████████████  |  458/1581 [00:03<00:07]
Tags        17%|█████████████ |  181/1065 [00:03<00:13]

The conversion itself seems to complete fine, but the script runs into problems when writing the data. I was unable to pinpoint why. Anything I can do here?