From ec2eefc58a21383af191fc6f213be5260dac8da3 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 2 Feb 2024 17:58:15 -0600 Subject: [PATCH] docs: readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 15df377..c80f86f 100644 --- a/README.md +++ b/README.md @@ -158,16 +158,11 @@ persist, [submit an issue](https://github.com/Bunsly/JobSpy/issues). **Q: Received a response code 429?** **A:** This indicates that you have been blocked by the job board site for sending too many requests. All of the job board sites are aggressive with blocking. We recommend: -- Waiting a few seconds between requests. +- Waiting some time between scrapes (site-dependent). - Trying a VPN or proxy to change your IP address. --- -**Q: Experiencing a "Segmentation fault: 11" on macOS Catalina?** -**A:** This is due to `tls_client` dependency not supporting your architecture. Solutions and workarounds include: - -- Upgrade to a newer version of MacOS -- Reach out to the maintainers of [tls_client](https://github.com/bogdanfinn/tls-client) for fixes