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

Error: Dimensions are not yet handled! Please report this bug along with the file being parsed. #107

Open
ValtersJZ opened this issue Nov 1, 2023 · 0 comments

Comments

@ValtersJZ
Copy link

The error occurs when reading board layers.
"""
ERROR: failed to read C:\Users\valte\PycharmProjects\pcbpr_v2\data\pcb_repos\maxlab-io_tokay-lite-pcb\ai-camera-rev3\ai-camera-rev3.kicad_pcb (v6) using PCBParserKiCadV6Plus()
Error: Dimensions are not yet handled! Please report this bug along with the file being parsed.

"""

For example, the error occurs with this file:
https://github.com/maxlab-io/tokay-lite-pcb ai-camera-rev3/ai-camera-rev3.kicad_pcb

e.g.

from kiutils.board import Board

board = Board.from_file(layout_path, encoding="utf-8")
print(board.layers)
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