Closed smartliuhw closed 5 months ago
There's some kind of problem on the site.
There's some kind of problem on the site.
I see, is there anything we can do to fix it?
The issue is with Microsoft aka: Bing, Copilot and ChatGPT.
On May 23, 2024, at 9:24 AM, smartliuhw @.***> wrote:
There's some kind of problem on the site.
I see, is there anything we can do to fix it?
— Reply to this email directly, view it on GitHub https://github.com/deedy5/duckduckgo_search/issues/218#issuecomment-2127258061, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6S42V6EFNXWY4O2XBFIMLZDX3ZNAVCNFSM6AAAAABIFGINA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRXGI2TQMBWGE. You are receiving this because you are subscribed to this thread.
I also am facing the same issue. the website works for me and I am calling the library on its own without the use of other tools.
Does the error still arise?
Does the error still arise?
Now single thread can run, thank you very much for your answer. Do you have any suggestions on request frequency? Can I open multiple threads to make requests? What is the appropriate interval between
If you send requests too often, the site may block your ip.
Before you open an issue:
ddgs version
. Update:pip install -U duckduckgo_search
)pip install -I duckduckgo_search
)Describe the bug
I'm using this repo to retrieve a dataset (with about 10k datas) to get the knowledge. But soon I got the Ratelimit error. I could get the results at the beginning. Is it beacause my IP was blocked or there's some bug in the newest version? I have set a 1 second interval between each request, but a multiprocessing was used in my code. Is there any suggestion?
Specify this information