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

search engine still using google.com while config.toml selected Baidu #907

Open
slearnAI opened this issue Mar 22, 2025 · 3 comments
Open
Labels
bug Something isn't working

Comments

@slearnAI
Copy link

Bug Description

This code sets up a basic window with Pygame and runs an event loop that listens for the QUIT event to close the game. We'll build on this foundation by adding more features like cards, dealing functionality, and game logic in subsequent steps.
2025-03-23 00:06:08.471 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 0 tools to use
2025-03-23 00:06:08.471 | INFO | app.agent.base:run:140 - Executing step 4/20
2025-03-23 00:09:19.972 | INFO | app.llm:update_token_count:250 - Token usage: Input=2862, Completion=1025, Cumulative Input=8996, Cumulative Completion=2299, Total=3887, Cumulative Total=11295
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:80 - ✨ Manus's thoughts:
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 3 tools to use
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:85 - 🧰 Tools being prepared: ['browser_use', 'browser_use', 'browser_use']
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:88 - 🔧 Tool arguments: {"action":"go_to_url","url":"https://www.google.com/search?q=free+playing+card+images"}
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...
2025-03-23 00:09:24.979 | INFO | app.agent.toolcall:act:149 - 🎯 Tool 'browser_use' completed its mission! Result: Observed output of cmd browser_use executed:
Navigated to https://www.google.com/search?q=free+playing+card+images
2025-03-23 00:09:24.979 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...

it shows that still use www.google.com as search engine but config.toml was selected search engine as Baidu.

Bug solved method

is this a bug?

Environment information

  • System version: 15.3.2
  • Python version: 3.13
  • OpenManus version or branch: main.py
  • Installation method (e.g., pip install -r requirements.txt or pip install -e .): uv pip install -r requirements.txt

Extra information

Image
@slearnAI slearnAI added the bug Something isn't working label Mar 22, 2025
@ppanyong
Copy link

same problem

@TimoGoetze
Copy link

TimoGoetze commented Mar 23, 2025

There is a bug, thats sure. I want DuckDuckGo and get Baidu as Search engine. Probably thats a workaround until it's fixed
;-)

Image

@moralibiao
Copy link

In my opinion, the source code of Baidu Search was not completed yet. Let's see the source code and it is almost same as Google Search. However, Bing Search should be working based on the source code of Bing Search. Please give it a try with Bing Search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants