lark icon indicating copy to clipboard operation
lark copied to clipboard

lark.exceptions.UnexpectedCharacters: No terminal matches ',' in the current parser context, at line 1 col 8

Open CanIbeyourdog opened this issue 1 year ago • 1 comments

I get the following error when I run the self-query function in langchain,which relis on lark.

1.lark.exceptions.UnexpectedCharacters: No terminal matches ',' in the current parser context, at line 1 col 8

eq(year, '1928年') and eq(day, '1月') ^ Expected one of: * LPAR

Previous tokens: Token('CNAME', 'year')

2‘lark.exceptions.UnexpectedToken: Unexpected token Token('COMMA', ',') at line 1, column 8. Expected one of: * LPAR Previous tokens: [Token('CNAME', 'year')]

CanIbeyourdog avatar Jan 18 '24 06:01 CanIbeyourdog

And have you already reported this with langchain? Why do you think this is a lark bug?

MegaIng avatar Jan 18 '24 12:01 MegaIng