kicad-utils icon indicating copy to clipboard operation
kicad-utils copied to clipboard

[BUG] schematic format version is greater than supported version

Open vivi90 opened this issue 4 years ago • 1 comments

I wanted to try out your tool and ran into this error message:

[vivien@vivien-nb ~]$ npx -p github:cho45/kicad-utils kicad-utils sch2svg /path/to/file.sch

/home/vivien/.npm/_npx/36935/lib/node_modules/kicad-utils/dist/src/kicad_sch.js:61
            throw "schematic format version is greater than supported version: " +
            ^
schematic format version is greater than supported version: 4>2
(Use `node --trace-uncaught ...` to show where the exception was thrown)

Some Information, that may help:

  • Eeschema header: EESchema Schematic File Version 4
  • KiCad version: 5.1.8
  • npx version: 6.14.9
  • node version: 15.4.0
  • Linux kernel: 5.10.2-2-MANJARO

vivi90 avatar Jan 15 '21 19:01 vivi90

The kICad version for this project is 4.0.0

TreeGrow avatar Jan 11 '22 14:01 TreeGrow