-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I'm using supernote-tool convert -t txt -a your.note output.txt command but i'm receiving the error
Error output: Traceback (most recent call last):
File "/opt/homebrew/bin/supernote-tool", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/supernotelib/cmds/supernote_tool.py", line 203, in main
args.handler(args)
File "/opt/homebrew/lib/python3.11/site-packages/supernotelib/cmds/supernote_tool.py", line 53, in subcommand_convert
notebook = sn.load_notebook(args.input, policy=args.policy)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/supernotelib/parser.py", line 162, in load_notebook
note = load(f, metadata, policy)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/supernotelib/parser.py", line 86, in load
metadata = parse_metadata(stream, policy)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/supernotelib/parser.py", line 62, in parse_metadata
raise exceptions.UnsupportedFileFormat('unsupported file format')
supernotelib.exceptions.UnsupportedFileFormat: unsupported file format```
I had this working prior to a software update on the a6x
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels