realtime-bakllava
realtime-bakllava copied to clipboard
JSONDecodeError: Expecting property name enclosed in double quotes
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 have same problem actually.
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.