leoheck / kiri

Kiri is a visual tool designed for reviewing schematics and layouts of KiCad projects that are version-controlled with Git.
MIT License
493 stars 35 forks source link

Empty output #68

Closed edahlseng closed 1 year ago

edahlseng commented 1 year ago

When running kiri on a project I'm getting an empty output in the webpage. I notice that no artifacts are being generated (I see the following output):

Artiffacts Summary
0 commits, totaling 0 possible comparisons

This directory does have several commits however. The KiCad project file is in a subdirectory; does that have anything to do with this issue?

leoheck commented 1 year ago

Kiri should work with projects in subdirectories. Ah, right now as far as I remember to achieve that you have to do something special when running kiri docker.

Can you share the command line you are using?

I tried to address that in one example in the README. Did you try to follow the example I have shown there?

leoheck commented 1 year ago

You were having issues with dependencies, once you fix those issues, then you may be able to run Kiri. If you still have issues with the generated files, let me know.