lily-PHP
lily-PHP
any updates? we meet this error when old customer placing order. and we upgrade from v2.3.1 to v2.4.6. please advise, how to solve this problem? thanks
> > any updates? we meet this error when old customer placing order. and we upgrade from v2.3.1 to v2.4.6. please advise, how to solve this problem? thanks > >...
I got same error message when I parse a GBS file. here is my code: ``` from pygerber.gerberx3.api.v2 import FileTypeEnum, GerberFile parsed_file = GerberFile.from_file( "./80600_50_6-ISS1/80600_50_6-ISS1_bott_resist.GBS", file_type=FileTypeEnum.INFER_FROM_ATTRIBUTES ).parse() print(parsed_file.get_info()) print(parsed_file.get_file_type()) ```...