Skip to content
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

Web searching not working #1258

Open
DevAles opened this issue Jun 8, 2024 · 5 comments
Open

Web searching not working #1258

DevAles opened this issue Jun 8, 2024 · 5 comments

Comments

@DevAles
Copy link

DevAles commented Jun 8, 2024

image

This issue happens with every query that I made.

@neven4
Copy link
Contributor

neven4 commented Jun 11, 2024

I get the same error from time to time. Increasing (or disabling) the timeout from this line is working for me:

const scrapedOutput = await timeout(page.evaluate(spatialParser), 2000)

And this and this fix as well

@DevAles
Copy link
Author

DevAles commented Jun 12, 2024

Not works for me. When I disable the timeout, I get "Generation Error" + the previous error "Error scraping webpage"
Btw, sorry for my English

@neven4
Copy link
Contributor

neven4 commented Jun 12, 2024

Could you try fix from this PR?

It fixed all my problems with web search

@DevAles
Copy link
Author

DevAles commented Jun 13, 2024

Works! But now I have other issue.
I'm using arch linux, so playwright doesn't works properly (I need to install a bunch of dependencies).
How I can run chat-ui using docker in my local machine?

@calycekr
Copy link

calycekr commented Jun 21, 2024

There are many problems due to playwright in offline environment.
I need an option to turn it on and off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants