You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error after it runs for a bit:
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='localhost', port=3002): Max retries exceeded with url: /v1/crawl/8db68f10-fbf2-4911-a806-8faa06f478d2?skip=221 (Caused by SSLError(SSLError(1, '[SSL] record layer failure (_ssl.c:1020)')))
If I decrease the limit to 100 pages, everything works fine. Any tips on how to fix this? Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to self-host Firecrawl, but am running into a weird error. Here is my code:
I get the following error after it runs for a bit:
If I decrease the limit to 100 pages, everything works fine. Any tips on how to fix this? Thank you!
The text was updated successfully, but these errors were encountered: