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

Key label invalid error when uploading files #19

Open
majoranimal opened this issue Nov 21, 2024 · 0 comments
Open

Key label invalid error when uploading files #19

majoranimal opened this issue Nov 21, 2024 · 0 comments

Comments

@majoranimal
Copy link

The "Key label invalid" error is throw when any of the attached files are uploaded.

keyboard-both-hands.json
keyboard-right-hand.json
keyboard-left-hand.json

Traceback (most recent call last):
File "/kicad/src/tasks.py", line 69, in generate_kicad_project
log_path = kicad.new_pcb(task_id, task_request, __update_percentage)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/kicad/src/kicad.py", line 233, in new_pcb
sanitize_keys(layout["keys"])
File "/kicad/src/kicad.py", line 181, in sanitize_keys
raise RuntimeError(msg)
RuntimeError: Key label invalid: '-2,4' - label needs to follow 'row,column' format, for example '1,2'
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

1 participant