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

搜索中文图片,大多数情况搜索报错,偶然成功一次

worm128 opened this issue · comments

with DDGS() as ddgs:
    keywords = '华为手机'
    ddgs_images_gen = ddgs.images(
            keywords,
            region="wt-wt",
            safesearch="off",
            size="Medium",
            color="color",
            type_image=None,
            layout="Wide",
            license_image=None,
            max_results=1,
    )
    for r in ddgs_images_gen:
         print(r)

===================================
搜索中文总是有错误,是不是中文有限制,英文是不会出错的

  File "j:\pylib\aivenv\Lib\site-packages\duckduckgo_search\duckduckgo_search.py", line 356, in images
    vqd = self._get_vqd(keywords)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "j:\pylib\aivenv\Lib\site-packages\duckduckgo_search\duckduckgo_search.py", line 54, in _get_vqd
    resp = self._get_url("POST", "https://duckduckgo.com", data={"q": keywords})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "j:\pylib\aivenv\Lib\site-packages\duckduckgo_search\duckduckgo_search.py", line 50, in _get_url
    raise DuckDuckGoSearchException(f"_get_url() {url} {type(ex).__name__}: {ex}")
duckduckgo_search.exceptions.DuckDuckGoSearchException: _get_url() https://duckduckgo.com DuckDuckGoSearchException: Ratelimit

duckduckgo_search版本:4.1.1

是的,我也遇到了这个问题,实际上搜索中文文本似乎也会遇到这个问题,应该也不是API的问题,我尝试切换了三十多个API,但都无济于事,英文却能很好地显示。
可能是DuckDuckGo官方那边的问题?

Try it again, it seems to be working now.

Try it again, it seems to be working now.再试一次,现在似乎可以工作了。

Thanks,it worked!

Try it again, it seems to be working now.

谢谢大佬,现在可以了,是什么原因导致的?

Some problems on the site.

Some problems on the site.

I also have this problem now. How can I solve it?

Some problems on the site.

I also have this problem now. How can I solve it?

It worked well yesterday

Even if the query is in Japanese, an error will occur. Full-width is not good.
This issue is not resolved.

try v4.3