You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the plugin! I just installed it in kicad 8.0 from the plugin manager. After setting up bs4 (ie from #36) I tried to export one of my boards to SVG and get the following exception.
TypeError: can only concatenate str (not "list") to str
Here is a screenshot of the error message.
The text was updated successfully, but these errors were encountered:
I'll take a look when I have time. I'd suspect that changing zone.py line 287 from self.keepout to str(self.keepout[0]) would work as a temporary stop-gap
Hi, same issue here with last version of KiCAD and the plugin. Tried some workarounds in zone.py line 287 (str, .join, print, .format...) but same error appears every time.
If I have some time I will try more things and I will let you know.
Thanks in advance.
Thanks for the plugin! I just installed it in kicad 8.0 from the plugin manager. After setting up bs4 (ie from #36) I tried to export one of my boards to SVG and get the following exception.
Here is a screenshot of the error message.
![image](https://private-user-images.githubusercontent.com/61094787/328824317-ea641ae5-bfe3-41a1-aa4f-c6cc5babe5ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4Mzk1ODEsIm5iZiI6MTczODgzOTI4MSwicGF0aCI6Ii82MTA5NDc4Ny8zMjg4MjQzMTctZWE2NDFhZTUtYmZlMy00MWExLWFhNGYtYzZjYzViYWJlNWVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDEwNTQ0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQyNTIwNWU3NjJmNWU0YjEyOGRiNzg5ODIyNjg5NWY4MDc1Yjk4MzBkNzA5ZGMyMTVmOTQ5MjlkNmU4MmMzNGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.s3yrjhuTkGuibhZtCk8AkFdJEpIzV0F3ax278iCTjqo)
The text was updated successfully, but these errors were encountered: