KeyError: 'url'
/board_database.py:113 in factory us trying to read board_json["url"] but the latest board.json for
ports\samd\boards\SAMD_GENERIC_D21X18
ports\samd\boards\SAMD_GENERIC_D51X19
ports\samd\boards\SAMD_GENERIC_D51X20
Do not contain that field. Since it seems to be an info field it might be better to use: `board_json.get("url", "")`
Same goes for anything you are just reading for info.
关闭于 2025-02-13 1 条评论