AOriginal post
Rank 2: Process
Hi! I use data query to execute a function from the frontend but always get an error: HTTPConnectionPool(host='***', port=80): Max retries exceeded with url: /v1/databases/playground/collections/Standards/documents?queries%5B0%5D=limit%2825%29&queries%5B1%5D=offset%280%29 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fda8585e460>: Failed to establish a new connection: [Errno 22] Invalid argument'))
Summary
Issue: Error "Max retries exceeded" when trying to execute a function from the frontend using data query.
Solution: The error is caused by a failure to establish a new connection. Check the host and port in the URL to ensure they are correct. Additionally, verify the limit and offset parameters in the query.