Error Running Docsearch-Scraper from Docker
TLDR Rubai encountered an error running docsearch-scraper from Docker. Jason advised checking a specific Typesense documentation section for a solution.
Apr 07, 2023 (6 months ago)
Rubai
06:34 AM r = adapter.send(request, **kwargs)
File "/root/.local/share/virtualenvs/app-4PlAip0Q/lib/python3.10/site-packages/requests/adapters.py", line 565, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8108): Max retries exceeded with url: /collections/Developer_Docs_payment-page_1680847935 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fad10e436a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
so may I have to add something on dockerfile for typesense or what is the issue here ?
Jason
06:48 AMJason
06:48 AMTypesense
Indexed 2786 threads (79% resolved)
Similar Threads
Trouble with DocSearch Scraper and Pipenv Across Multiple OSs
James ran into errors when trying to build Typesense DocSearch Scraper from scratch, and believes it’s because of a bad Pipfile.lock. Jason attempted to replicate the error, and spent hours trying to isolate the issue but ultimately fixed the problem and copied his bash history for future reference. The conversation touches briefly on the subject of using a virtual machine for testing.
Solving Typesense Docsearch Scraper Issues
Sandeep was having issues with Typesense's docsearch scraper and getting fewer results than with Algolia's scraper. Jason helped by sharing the query they use and advised checking the running version of the scraper. The issue was resolved when Sandeep ran the non-base regular docker image.
Resolving Typesense Errors in Docusaurus Site
Kevin encounters problems with typesense on their Docusaurus site. Jason assists with variable and port number issues, but scrappy limitations lead to unresolved troubleshooting.