realtime-bakllava icon indicating copy to clipboard operation
realtime-bakllava copied to clipboard

JSONDecodeError: Expecting property name enclosed in double quotes

Open changeling opened this issue 1 year ago • 2 comments

I'm seeing JSONDecodeError: Expecting property name enclosed in double quotes at the end of each description.

Example:

In addition to the tree and bench, there is a deck nearby with a chair on it, offering another place to appreciate the view of the lake. The combination of the tree, water, and outdoor furniture creates a serene and inviting setting for rest and relaxation.JSONDecodeError: Expecting property name enclosed in double quotes

changeling avatar Nov 05 '23 16:11 changeling

i have same problem actually.

13331112522 avatar Nov 05 '23 23:11 13331112522

I'm seeing JSONDecodeError: Expecting property name enclosed in double quotes at the end of each description.

Example:

In addition to the tree and bench, there is a deck nearby with a chair on it, offering another place to appreciate the view of the lake. The combination of the tree, water, and outdoor furniture creates a serene and inviting setting for rest and relaxation.JSONDecodeError: Expecting property name enclosed in double quotes

I found that the issue is caused by the response chunk size being set to 128, leading to incomplete JSON format for decoding. Setting the chunk size to 1024 resolves this, but there may be a more elegant way to address the issue.

y10ab1 avatar Nov 07 '23 07:11 y10ab1