deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Answers() doesnt works at all!

OnlinePage opened this issue · comments

Describe the bug
What the bug is.
The answers() doesn't works at all for any query😔!

Debug log

answer_query = "france capital"
answers_results = list(ddgs.answers(answer_query))
print(answers_results)

Output:

<Response [200 OK]>
[]

Specify this information

  • OS- Windows
  • environment- Anaconda python 3.10
  • duckduckgo_search version - latest

answers doesn't respond to all requests.

You can check it in your browser, it's the box to the right of the results.

For example, the query "France" shows the wikipedia article "France, officially the French Republic, is a ...".

The query "france capital" shows nothing.

So that's normal. It may be better to use a normal text search.

answers doesn't respond to all requests.

You can check it in your browser, it's the box to the right of the results.

For example, the query "France" shows the wikipedia article "France, officially the French Republic, is a ...".

The query "france capital" shows nothing.

So that's normal. It may be better to use a normal text search.

Ya true , I noticed that , the quick answer is sometimes not good 👍 thanks