-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Describe the bug
First thanks a lot for this wonderfull and amazing tool!
Issue: When trying to convert a UpNote backup, an unhandled exception error is thrown
File "jimmy\formats\upnote.py", line 131, in convert_backup
KeyError: None
[PYI-17216:ERROR] Failed to execute script 'jimmy_cli' due to unhandled exception!_
Any idea on the error issue?
OS
Tried on both Windows 11 24H2 and on Linux TrueNAS Scale 25.04.2.5 : exact same error.
Output log
[10/29/25 11:15:37] INFO Jimmy 1.1.6 (Pandoc 3.8.2)
DEBUG Using pandoc from: C:\Users\xxxxxx\AppData\Local\Temp_MEI88322\bin\pandoc.EXE
DEBUG config=Namespace(interface='cli', input=[WindowsPath('UpNote Backup')], format='upnote', password='', frontmatter=None, template_file=None,
output_folder=WindowsPath('20251029T101526Z - Jimmy Import from upnote'), global_resource_folder=None, local_resource_folder=WindowsPath('.'), local_image_folder=None,
max_name_length=50, print_tree=False, log_file=None, no_stdout_log=False, stdout_log_level='DEBUG', exclude_notes=None, include_notes=None, exclude_notes_with_tags=None,
include_notes_with_tags=None, exclude_tags=None, include_tags=None)
INFO Converting notes from "UpNote Backup"
INFO Start parsing. This may take some time. The extended log can be enabled by "--stdout-log-level DEBUG".
DEBUG Try converting with converter "upnote"
INFO Selected backup file "UpNote Backup\0MNNGUkdFfeYWNoewtYyiWRP1Bf1\data\1761596441198.upnx"
DEBUG Skipping unexpected key "user".
Traceback (most recent call last):
File "jimmy_cli.py", line 179, in
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\upnote.py", line 149, in convert
File "jimmy\formats\upnote.py", line 131, in convert_backup
KeyError: None
[PYI-17216:ERROR] Failed to execute script 'jimmy_cli' due to unhandled exception!