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.
MIT License
927 stars 117 forks source link

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

Closed worm128 closed 6 months ago

worm128 commented 6 months ago
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
worm128 commented 6 months ago

duckduckgo_search版本:4.1.1

isaacJinyu commented 6 months ago

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

deedy5 commented 6 months ago

Try it again, it seems to be working now.

isaacJinyu commented 6 months ago

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

Thanks,it worked!

worm128 commented 6 months ago

Try it again, it seems to be working now.

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

deedy5 commented 6 months ago

Some problems on the site.

PhoneixT commented 5 months ago

Some problems on the site.

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

PhoneixT commented 5 months ago

Some problems on the site.

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

It worked well yesterday

satounity commented 5 months ago

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

deedy5 commented 5 months ago

try v4.3