Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thread 'main' panicked at 'called Result::unwrap() on an Err value: missing field appendix #1

Open
neostar opened this issue Apr 11, 2018 · 1 comment

Comments

@neostar
Copy link

neostar commented Apr 11, 2018

While trying to convert my Karabiner XML file I received the following error:

thread 'main' panicked at 'called Result::unwrap() on an Err value: missing field appendix', libcore/result.rs:945:5
note: Run with RUST_BACKTRACE=1 for a backtrace.

I've attached the responsible files.

private.xml.txt
karabiner.json.txt

@Sartoric
Copy link

Sartoric commented Apr 18, 2018

Got the same issue here.
It expects <appendix></appendix> parameter for each <item> node.

I guess that nested structure isn't supported (yet). Am I right ?
I mean something like

private.xml.txt

Ignore the old __KeyToKey__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants