-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Application error: a client-side exception has occurred" when rendering the answer #51
Comments
same here |
I try to use the google api and I deploy the service at the lepton.run |
?
…On Wed, 7 Feb 2024 at 6:19 PM, Sean ***@***.***> wrote:
same here
I try to use the google api and I deploy the service at the lepton.run
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRA5EGRK65F2JMGLTJKDK3YSNILXAVCNFSM6AAAAABC2SGTRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZRG4ZDEMJXGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Same here. |
I think it is because the format of google's results does not match the front-end codes(BING works fine). But I can not find the solution.... |
I just find the #49 solves the problem! Maybe you can have a try. |
Thanks for sharing. Just confirmed it worked. |
Thanks! It works with this fix. Hopefully the PR will be merged soon. Close for now. |
Failed to render the answer. The browser displayed
Application error: a client-side exception has occurred (see the browser console for more information).
error.In the chrome console:
I checked the
result
variable instream_and_upload_to_kv()
method, it contains a valid string "'[{"kind": "customsearch#result", "title": "This is Why We 'Live Long and Prosper' | Star Trek", "ht......"My setup:
OS: windows 11
node: v18.19.0
python: 3.11.41
leptonai 0.16.0
openai 1.10.0
The text was updated successfully, but these errors were encountered: