Schemathesis v4.6.8 ━━━━━━━━━━━━━━━━━━━ ✅ Loaded specification from http://0.0.0.0:45051/openapi.json (in 0.07s) Base URL: http://0.0.0.0:45051 Specification: Open API 3.1.0 Operations: 247 selected / 247 total Configuration: /home/stranger6667/programming/workbench/schemathes… ✅ API capabilities: Supports NULL byte in headers: ✘ ❌ Examples (in 1.23s) ❌ 5 failed ⏭ 242 skipped 🚫 Fuzzing (in 5305.86s) ✅ 4 passed ❌ 158 failed 🚫 85 errors 🚫 Stateful (in 0.55s) Scenarios: 0 API Links: 0 covered / 335 selected / 335 total (335 inferred) No tests were run ==================================== ERRORS ==================================== ______________________ DELETE /api/admin/groups/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________________ DELETE /api/admin/households/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________________ DELETE /api/admin/users/{item_id} _______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________ DELETE /api/comments/{item_id} ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________________ DELETE /api/foods/{item_id} __________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________ DELETE /api/groups/labels/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________ DELETE /api/households/cookbooks/{item_id} __________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________ DELETE /api/households/events/notifications/{item_id} _____________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________ DELETE /api/households/mealplans/rules/{item_id} _______________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________ DELETE /api/households/mealplans/{item_id} __________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________ DELETE /api/households/recipe-actions/{item_id} ________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________ DELETE /api/households/shopping/lists/{item_id} ________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________ DELETE /api/households/webhooks/{item_id} ___________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________________ DELETE /api/organizers/tools/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________ DELETE /api/recipes/timeline/events/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________ DELETE /api/shared/recipes/{item_id} _____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________________ DELETE /api/units/{item_id} __________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ DELETE /api/users/api-tokens/{token_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ DELETE /api/users/{id}/favorites/{slug} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________________ GET /api/admin/groups/{item_id} ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________ GET /api/admin/households/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________ GET /api/admin/users/{item_id} ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________________ GET /api/comments/{item_id} __________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ GET /api/foods/{item_id} ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________________ GET /api/groups/labels/{item_id} _______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ GET /api/households/cookbooks/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________ GET /api/households/events/notifications/{item_id} ______________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________ GET /api/households/mealplans/rules/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ GET /api/households/mealplans/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________ GET /api/households/recipe-actions/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________ GET /api/households/shopping/lists/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________________ GET /api/households/webhooks/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________ GET /api/media/recipes/{recipe_id}/assets/{file_name} _____________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) GET /api/media/recipes/{recipe_id}/images/timeline/{timeline_event_id}/{file_name} Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________ GET /api/media/recipes/{recipe_id}/images/{file_name} _____________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________ GET /api/media/users/{user_id}/{file_name} __________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________ GET /api/organizers/tools/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________________ GET /api/recipes/shared/{token_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________ GET /api/recipes/timeline/events/{item_id} __________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ GET /api/shared/recipes ____________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________________ GET /api/shared/recipes/{item_id} _______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ GET /api/units/{item_id} ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ GET /api/users/self/ratings/{recipe_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________ GET /api/users/{id}/favorites _________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________________ GET /api/users/{id}/ratings __________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________________ PATCH /api/recipes/{slug} ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________________________ POST /api/admin/users _____________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________________________ POST /api/comments ______________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________ POST /api/households/mealplans ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______ POST /api/households/shopping/lists/{item_id}/recipe/{recipe_id} _______ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___ POST /api/households/shopping/lists/{item_id}/recipe/{recipe_id}/delete ____ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________________ POST /api/recipes/timeline/events _______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ POST /api/shared/recipes ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ____________________ POST /api/users/{id}/favorites/{slug} _____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________________ POST /api/users/{id}/image __________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________ POST /api/users/{id}/ratings/{slug} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________________ PUT /api/admin/groups/{item_id} ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________ PUT /api/admin/households/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________ PUT /api/admin/users/{item_id} ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________________ PUT /api/comments/{item_id} __________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ PUT /api/foods/{item_id} ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________________ PUT /api/groups/labels/{item_id} _______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ PUT /api/households/cookbooks/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________ PUT /api/households/events/notifications/{item_id} ______________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________ PUT /api/households/mealplans/rules/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ PUT /api/households/mealplans/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________________ PUT /api/households/permissions ________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________________ PUT /api/households/recipe-actions/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ______________________ PUT /api/households/shopping/items ______________________ Network Error Read timed out after 10.0 seconds Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"id": "cd613e30-d8f1-4adf-91b7-584a2265b1f5", "shoppingListId": "1e2feb89-414c-443c-9027-c4d1c386bbc4"}]' http://0.0.0.0:45051/api/households/shopping/items _________________ PUT /api/households/shopping/items/{item_id} _________________ Network Error Read timed out after 10.0 seconds Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"shoppingListId": "f728b4fa-4248-4e3a-8a5d-2f346baa9455"}' http://0.0.0.0:45051/api/households/shopping/items/e3e70682-c209-4cac-a29f-6fbed82c07cd _________________ PUT /api/households/shopping/lists/{item_id} _________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _________ PUT /api/households/shopping/lists/{item_id}/label-settings __________ Network Error Read timed out after 10.0 seconds Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[]' http://0.0.0.0:45051/api/households/shopping/lists/e3e70682-c209-4cac-a29f-6fbed82c07cd/label-settings ____________________ PUT /api/households/webhooks/{item_id} ____________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________ PUT /api/organizers/categories/{item_id} ___________________ Network Error Read timed out after 10.0 seconds Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": ""}' http://0.0.0.0:45051/api/organizers/categories/e3e70682-c209-4cac-a29f-6fbed82c07cd ______________________ PUT /api/organizers/tags/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 534, in _make_request response = conn.getresponse() File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 565, in getresponse httplib_response = super().getresponse() File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1430, in getresponse response.begin() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 331, in begin version, status, reason = self._read_status() ~~~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 300, in _read_status raise RemoteDisconnected("Remote end closed connection without" " response") http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 474, in increment raise reraise(type(error), error, _stacktrace) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/util.py", line 38, in reraise raise value.with_traceback(tb) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 534, in _make_request response = conn.getresponse() File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 565, in getresponse httplib_response = super().getresponse() File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1430, in getresponse response.begin() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 331, in begin version, status, reason = self._read_status() ~~~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 300, in _read_status raise RemoteDisconnected("Remote end closed connection without" " response") urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 659, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) _____________________ PUT /api/organizers/tools/{item_id} ______________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________________________ PUT /api/recipes _______________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) __________________ PUT /api/recipes/timeline/events/{item_id} __________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _______________ PUT /api/recipes/timeline/events/{item_id}/image _______________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ PUT /api/recipes/{slug} ____________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________ PUT /api/recipes/{slug}/image _________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) _____________________________ PUT /api/units/merge _____________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ PUT /api/units/{item_id} ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ PUT /api/users/password ____________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ___________________________ PUT /api/users/{item_id} ___________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ________________________________ Stateful tests ________________________________ Authentication Error Error in 'MealieAuth.get()': HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Common causes: - Auth endpoint returned an error response - Response format doesn't match expectations (text vs JSON) - Network or connection issues - Logic error in the authentication provider implementation Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...<2 lines>... socket_options=self.socket_options, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 85, in create_connection raise err File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ ConnectionRefusedError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 493, in _make_request conn.request( ~~~~~~~~~~~~^ method, ^^^^^^^ ...<6 lines>... enforce_content_length=enforce_content_length, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 494, in request self.endheaders() ~~~~~~~~~~~~~~~^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/home/stranger6667/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 325, in connect self.sock = self._new_conn() ~~~~~~~~~~~~~~^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connection.py", line 213, in _new_conn raise NewConnectionError( self, f"Failed to establish a new connection: {e}" ) from e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 644, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 841, in urlopen retries = retries.increment( method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/schemathesis/auths.py", line 142, in get data: Auth = self.provider.get(case, context) # type: ignore[assignment] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/targets/mealie/hooks.py", line 50, in get response = requests.post( f"{base_url}/api/auth/token", ...<11 lines>... }, ) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/stranger6667/programming/workbench/.venv/lib/python3.13/site-packages/requests/adapters.py", line 677, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=45051): Max retries exceeded with url: /api/auth/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Need more help? Join our Discord server: https://discord.gg/R9ASRAmHnA =================================== FAILURES =================================== _________________________ POST /api/recipes/create/url _________________________ 1. Test Case ID: gS2aH9 - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `{"detail":{"details":"BAD_RECIPE_DATA"}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"includeTags": true, "url": "https://myfavoriterecipes.com/recipes"}' http://0.0.0.0:45051/api/recipes/create/url ________________________ POST /api/recipes/{slug}/image ________________________ 1. Test Case ID: mgaapb - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"includeTags": true, "url": "https://myfavoriterecipes.com/recipes"}' http://0.0.0.0:45051/api/recipes/0/image 2. Test Case ID: I4FDfl - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"url": "\u00f7\u00f7\udb88\udc50#_\u0004\u00f43\u00f1\udb0f\ude8b\u0081\u00d3\u00d43\udbe3\udf82", "": [[[], {}, {"\u00b7\u0081\uaf8b\u0014\ud97f\udc23\u00dc\u00baB": -6.715108647357302e+16, "\udbec\udcbe(\u00b2\udb61\udc53\u00e0\u00d4Z\udac3\udf37\u00f7\n\u0087\u0097\u00d1%&\udb37\udc2b\udacf\udeb0\u00ac\ud877\udf48\ud844\udcb2": 1.144837004301694e-13}], [{"W\u0087": [], "N\u00c8\u0086\u00b4\u00cf\u0016~\ud842\ude7a\u00bfK\u00c8\u00993\u00c4(": {"c\u0081\u0083": true}, "Infinity": 7290}, ["e", [-6952410507642739335, -12875, true], [-21455, null, true]]]], "\u00c2}\u00d7\u0016\ud99d\udded\u00a5\u00d2\u00b6\u00b0\u0013\u00f5": [[null]], "w\u0015\udbc8\uddec\u00ba\uda2c\udcd5$\ud91e\uded3\u00ae)\uda0b\ude42\udbd8\udf3c@": {"\u009b\f": [null, -2.110015604902978e+16, "\u00d7\u00b7!"]}, "\u009e\ud807\udd6d#\u00ce\u00f5Q\u0085[": [], "includeTags": false, "-\uda80\uddf3\u00da": {}, "\u00a5": {"\u00c2\u00b2\ud824\udc82\u00ed\u00b4": []}}' http://0.0.0.0:45051/api/recipes/%C3%A8%C2%AFX/image ___________________________ PUT /api/users/{item_id} ___________________________ 1. Test Case ID: Ii6j3o - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":{"message":"User cannot edit other users","error":true,"exception":null}}` Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"admin": "false", "email": "changeme@example.com", "fullName": "Change Me", "group": "Home", "household": "Family", "username": "ChangeMe"}' http://0.0.0.0:45051/api/users/e3e70682-c209-4cac-a29f-6fbed82c07cd ____________________________ POST /api/admin/users _____________________________ 1. Test Case ID: HzE4Xo - Undocumented HTTP status code Received: 403 Documented: 201, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"admin": "false", "email": "changeme@example.com", "fullName": "Change Me", "group": "Home", "household": "Family", "username": "ChangeMe"}' http://0.0.0.0:45051/api/admin/users ________________________ PUT /api/admin/users/{item_id} ________________________ 1. Test Case ID: EH2UrL - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"admin": "false", "email": "changeme@example.com", "fullName": "Change Me", "group": "Home", "household": "Family", "username": "ChangeMe"}' http://0.0.0.0:45051/api/admin/users/e3e70682-c209-4cac-a29f-6fbed82c07cd ____________________ DELETE /api/admin/backups/{file_name} _____________________ 1. Test Case ID: ar6rEE - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X DELETE -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups/0 2. Test Case ID: jPxMTJ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups/%C2%AFX _____________________ DELETE /api/groups/reports/{item_id} _____________________ 1. Test Case ID: 8BqNHw - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `{"detail":{"message":"Failed to delete report","error":true,"exception":null}}` Reproduce with: curl -X DELETE -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/reports/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: NYoX3r - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/reports/ecd4771a-15e0-4c75-9c36-af0e659ba9df ____________________ DELETE /api/households/shopping/items _____________________ 1. Test Case ID: ImtllZ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/shopping/items _______________ DELETE /api/households/shopping/items/{item_id} ________________ 1. Test Case ID: MCO1Mm - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/shopping/items/ecd4771a-15e0-4c75-9c36-af0e659ba9df _________________ DELETE /api/organizers/categories/{item_id} __________________ 1. Test Case ID: YexyuE - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"An unexpected error occurred.","error":true,"exception":"No row was found when one was required"}}` Reproduce with: curl -X DELETE -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: jPhElc - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/ecd4771a-15e0-4c75-9c36-af0e659ba9df ____________________ DELETE /api/organizers/tags/{item_id} _____________________ 1. Test Case ID: 2vdRd6 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Bad Request"}` Reproduce with: curl -X DELETE -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tags/e3e70682-c209-4cac-a29f-6fbed82c07cd ________________ DELETE /api/recipes/bulk-actions/export/purge _________________ 1. Test Case ID: i1eaCR - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/bulk-actions/export/purge __________________________ DELETE /api/recipes/{slug} __________________________ 1. Test Case ID: SfvkEY - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"No Entry Found","error":true,"exception":null}}` Reproduce with: curl -X DELETE -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/0 2. Test Case ID: 4pEuRH - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X DELETE -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/%C2%AFX _____________________________ GET /api/admin/about _____________________________ 1. Test Case ID: 6kgCjl - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/about 2. Test Case ID: 3s5eAp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/about __________________________ GET /api/admin/about/check __________________________ 1. Test Case ID: YS6LOD - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/about/check 2. Test Case ID: lJuLnp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/about/check _______________________ GET /api/admin/about/statistics ________________________ 1. Test Case ID: Vh0y3H - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/about/statistics 2. Test Case ID: MTt4y8 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/about/statistics ____________________________ GET /api/admin/backups ____________________________ 1. Test Case ID: 0E34z3 - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups 2. Test Case ID: srs8uV - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups ______________________ GET /api/admin/backups/{file_name} ______________________ 1. Test Case ID: hQaRq6 - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups/0 2. Test Case ID: cj5x6F - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups/%C2%AFX _____________________________ GET /api/admin/email _____________________________ 1. Test Case ID: HpXLxZ - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/email 2. Test Case ID: nEj7Ju - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/email ____________________________ GET /api/admin/groups _____________________________ 1. Test Case ID: 03T8VD - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/groups 2. Test Case ID: Ubkjwj - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/admin/groups?orderByNullPosition=first&paginationSeed=%C2%A7b%F3%8A%8A%B9+' __________________________ GET /api/admin/households ___________________________ 1. Test Case ID: ElYgif - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/households 2. Test Case ID: Zu0DWY - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/admin/households?orderByNullPosition=first&paginationSeed=%C2%A7b%F3%8A%8A%B9+' __________________________ GET /api/admin/maintenance __________________________ 1. Test Case ID: zKJXds - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance 2. Test Case ID: HHJ6Xz - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance ______________________ GET /api/admin/maintenance/storage ______________________ 1. Test Case ID: pllLoQ - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/storage 2. Test Case ID: OWOOtT - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/storage _____________________________ GET /api/admin/users _____________________________ 1. Test Case ID: gUKQOZ - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/users 2. Test Case ID: rPRM3b - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/admin/users?orderByNullPosition=first&paginationSeed=%C2%A7b%F3%8A%8A%B9+' _____________________________ GET /api/auth/oauth ______________________________ 1. Test Case ID: rZSd2Z - Server error - Undocumented HTTP status code Received: 500 Documented: 200 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/auth/oauth _________________________ GET /api/auth/oauth/callback _________________________ 1. Test Case ID: BjtgPL - Server error - Undocumented HTTP status code Received: 500 Documented: 200 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/auth/oauth/callback ______________________________ GET /api/comments _______________________________ 1. Test Case ID: n0j1dX - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/comments?orderBy=null' 2. Test Case ID: Or24Y4 - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/comments?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ________________ GET /api/explore/groups/{group_slug}/cookbooks ________________ 1. Test Case ID: X1Xjbe - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/cookbooks 2. Test Case ID: 1NCzQT - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%BEJp%5B%C2%9B/cookbooks?search=null&orderDirection=asc&orderByNullPosition=first&paginationSeed=_Kk%F0%97%86%97' ___________ GET /api/explore/groups/{group_slug}/cookbooks/{item_id} ___________ 1. Test Case ID: JAttcl - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/cookbooks/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: SnLpTH - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: °:9à“hæà„<ì\x15²C' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/%C2%B0%3A9%C3%A0%C2%93h%C3%A6%C3%A0%C2%84%3C%C3%AC%15%C2%B2C/cookbooks/e3e70682-c209-4cac-a29f-6fbed82c07cd __________________ GET /api/explore/groups/{group_slug}/foods __________________ 1. Test Case ID: zjq4Vu - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/foods 2. Test Case ID: IjVqWD - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%BEJp%5B%C2%9B/foods?search=null&orderDirection=asc&orderByNullPosition=first&paginationSeed=_Kk%F0%97%86%97' _____________ GET /api/explore/groups/{group_slug}/foods/{item_id} _____________ 1. Test Case ID: oPIADv - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/foods/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: uLMwhh - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x1b°z\x10' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/5%14%3B%0CD%F2%BD%AD%96%C3%8B%C2%94t%5E/foods/44a8dbac-f547-4d43-81e1-bada28409e29 _______________ GET /api/explore/groups/{group_slug}/households ________________ 1. Test Case ID: ljDQlk - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/households 2. Test Case ID: EyszVf - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%A8%C3%BF/households?perPage=-131315004227973284232277028003691215238&orderByNullPosition=null&queryFilter=%C2%AA' _______ GET /api/explore/groups/{group_slug}/households/{household_slug} _______ 1. Test Case ID: fhyb7L - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/households/0 2. Test Case ID: pnqsOf - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x05S' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/%C2%A1%C2%98%C3%BF%F4%8F%90%A7%F1%98%93%97%01%F1%89%A4%A7%C3%BB2%F1%AC%87%AAtj/households/%F0%98%90%A4%3F%F1%8F%94%A36%F3%8D%BC%B2%F3%A1%8E%BB __________ GET /api/explore/groups/{group_slug}/organizers/categories __________ 1. Test Case ID: MV9mG7 - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/organizers/categories 2. Test Case ID: bweYQy - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%BEJp%5B%C2%9B/organizers/categories?search=null&orderDirection=asc&orderByNullPosition=first&paginationSeed=_Kk%F0%97%86%97' _____ GET /api/explore/groups/{group_slug}/organizers/categories/{item_id} _____ 1. Test Case ID: 9b3zCd - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/organizers/categories/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: NUMhJM - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x1b°z\x10' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/5%14%3B%0CD%F2%BD%AD%96%C3%8B%C2%94t%5E/organizers/categories/44a8dbac-f547-4d43-81e1-bada28409e29 _____________ GET /api/explore/groups/{group_slug}/organizers/tags _____________ 1. Test Case ID: uMSQTx - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/organizers/tags 2. Test Case ID: P5ZraN - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%BEJp%5B%C2%9B/organizers/tags?search=null&orderDirection=asc&orderByNullPosition=first&paginationSeed=_Kk%F0%97%86%97' ________ GET /api/explore/groups/{group_slug}/organizers/tags/{item_id} ________ 1. Test Case ID: ICjtOE - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/organizers/tags/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: sp3UU3 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x1b°z\x10' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/5%14%3B%0CD%F2%BD%AD%96%C3%8B%C2%94t%5E/organizers/tags/44a8dbac-f547-4d43-81e1-bada28409e29 ____________ GET /api/explore/groups/{group_slug}/organizers/tools _____________ 1. Test Case ID: KtdR8U - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/organizers/tools 2. Test Case ID: nKcDOh - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%BEJp%5B%C2%9B/organizers/tools?search=null&orderDirection=asc&orderByNullPosition=first&paginationSeed=_Kk%F0%97%86%97' _______ GET /api/explore/groups/{group_slug}/organizers/tools/{item_id} ________ 1. Test Case ID: xmPkLg - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/organizers/tools/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: 4Id0cF - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x1b°z\x10' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/5%14%3B%0CD%F2%BD%AD%96%C3%8B%C2%94t%5E/organizers/tools/44a8dbac-f547-4d43-81e1-bada28409e29 _________________ GET /api/explore/groups/{group_slug}/recipes _________________ 1. Test Case ID: VT9Utz - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/recipes 2. Test Case ID: ybGeuQ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ú~0\x13½ˆÒê*W<Ô' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%C2%A8%C3%BF/recipes?requireAllTools=false&orderByNullPosition=null&foods=6e94ee9e-8a9c-430a-877f-51b9c1cdedd1&cookbook=&page=-18&orderBy=null&requireAllCategories=true' ___________ GET /api/explore/groups/{group_slug}/recipes/suggestions ___________ 1. Test Case ID: ubgnF8 - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/recipes/suggestions 2. Test Case ID: udSjs6 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: ß\x0f\x12' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/explore/groups/%1F%1F%3D%1B/recipes/suggestions?maxMissingTools=-9892&queryFilter=null&limit=-3885&orderBy=null&includeFoodsOnHand=false&maxMissingFoods=1785787029' __________ GET /api/explore/groups/{group_slug}/recipes/{recipe_slug} __________ 1. Test Case ID: H9TUkg - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"group not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/0/recipes/0 2. Test Case ID: DSPvT6 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x05S' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/explore/groups/%C2%A1%C2%98%C3%BF%F4%8F%90%A7%F1%98%93%97%01%F1%89%A4%A7%C3%BB2%F1%AC%87%AAtj/recipes/%F0%98%90%A4%3F%F1%8F%94%A36%F3%8D%BC%B2%F3%A1%8E%BB ________________________________ GET /api/foods ________________________________ 1. Test Case ID: y9fmQp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/foods?orderBy=null' 2. Test Case ID: XmLEZu - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/foods?perPage=-642354978637442515931174138144973300&paginationSeed=1%C3%91r' __________________________ GET /api/groups/households __________________________ 1. Test Case ID: yATPQK - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/groups/households?orderBy=null' 2. Test Case ID: Lduj5m - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/groups/households?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' _________________ GET /api/groups/households/{household_slug} __________________ 1. Test Case ID: p45lvL - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"Household not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/households/0 2. Test Case ID: ceYNvV - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/households/%C2%AFX ____________________________ GET /api/groups/labels ____________________________ 1. Test Case ID: HO2akX - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/groups/labels?orderBy=null' 2. Test Case ID: kmwOyM - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/groups/labels?perPage=-642354978637442515931174138144973300&paginationSeed=1%C3%91r' ___________________________ GET /api/groups/members ____________________________ 1. Test Case ID: JO8ltp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/groups/members?orderBy=null' 2. Test Case ID: smgDkH - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/groups/members?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ___________________ GET /api/groups/members/{username_or_id} ___________________ 1. Test Case ID: LRugs8 - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"User Not Found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/members/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: Nbe7Dk - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/members/f7f913a5-7e8d-42e1-9322-7e515e34437b _________________________ GET /api/groups/preferences __________________________ 1. Test Case ID: g0wVYB - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/preferences ___________________________ GET /api/groups/reports ____________________________ 1. Test Case ID: wcMtGu - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: ¬ø\x1dŸÄT\x07bžÍ' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/reports ______________________ GET /api/groups/reports/{item_id} _______________________ 1. Test Case ID: 3YfzWF - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/reports/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: MNb3wI - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/reports/ecd4771a-15e0-4c75-9c36-af0e659ba9df _____________________________ GET /api/groups/self _____________________________ 1. Test Case ID: R1wwTi - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/self ___________________________ GET /api/groups/storage ____________________________ 1. Test Case ID: 9axbWy - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/groups/storage ________________________ GET /api/households/cookbooks _________________________ 1. Test Case ID: chgrpE - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/cookbooks?orderBy=null' 2. Test Case ID: anltDL - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/cookbooks?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ___________________ GET /api/households/events/notifications ___________________ 1. Test Case ID: dc3aXd - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/events/notifications?orderBy=null' 2. Test Case ID: lVzwNu - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/events/notifications?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' _______________________ GET /api/households/invitations ________________________ 1. Test Case ID: cytvBQ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/invitations ________________________ GET /api/households/mealplans _________________________ 1. Test Case ID: a9WcZu - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"®􎶽#񊏩򊈤\": \"®􎶽#񊏩򊈤\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/mealplans?paginationSeed=%F2%8C%AF%80q%C3%A3&orderBy=%C2%AE%F4%8E%B6%BD%23%F1%8A%8F%A9%F2%8A%88%A4' 2. Test Case ID: LuVGGF - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/mealplans?perPage=28300&orderDirection=desc&queryFilter=%C3%98%C3%80%C2%9A%F4%8E%99%91%C2%B0%3E' _____________________ GET /api/households/mealplans/rules ______________________ 1. Test Case ID: 4zDtxd - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/mealplans/rules?orderBy=null' 2. Test Case ID: HJ4HPs - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/mealplans/rules?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' _____________________ GET /api/households/mealplans/today ______________________ 1. Test Case ID: RGhjPN - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/mealplans/today _________________________ GET /api/households/members __________________________ 1. Test Case ID: i2t4zB - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/members?orderBy=null' 2. Test Case ID: knOiqc - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/members?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' _______________________ GET /api/households/preferences ________________________ 1. Test Case ID: kRBM2S - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/preferences ______________________ GET /api/households/recipe-actions ______________________ 1. Test Case ID: aySEpn - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/recipe-actions?orderBy=null' 2. Test Case ID: BMZzsT - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/recipe-actions?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ___________________________ GET /api/households/self ___________________________ 1. Test Case ID: PQp8TR - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/self ________________ GET /api/households/self/recipes/{recipe_slug} ________________ 1. Test Case ID: yr5yaG - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"Recipe not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/self/recipes/0 2. Test Case ID: netBGp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/self/recipes/%C2%AFX ______________________ GET /api/households/shopping/items ______________________ 1. Test Case ID: 9Y9xZY - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/shopping/items?orderBy=null' 2. Test Case ID: XfqGhi - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/shopping/items?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' _________________ GET /api/households/shopping/items/{item_id} _________________ 1. Test Case ID: I06Xa1 - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/shopping/items/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: 3m8tI3 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/shopping/items/ecd4771a-15e0-4c75-9c36-af0e659ba9df ______________________ GET /api/households/shopping/lists ______________________ 1. Test Case ID: axGF2T - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/shopping/lists?orderBy=null' 2. Test Case ID: d55IYw - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/shopping/lists?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ________________________ GET /api/households/statistics ________________________ 1. Test Case ID: n2fJls - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/statistics _________________________ GET /api/households/webhooks _________________________ 1. Test Case ID: LNspBz - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/webhooks?orderBy=null' 2. Test Case ID: 7hDAeN - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/households/webhooks?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ______________________ GET /api/media/docker/validate.txt ______________________ 1. Test Case ID: KKQpeN - Undocumented HTTP status code Received: 404 Documented: 200 [404] Not Found: `{"detail":"File not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/media/docker/validate.txt ________________________ GET /api/organizers/categories ________________________ 1. Test Case ID: htHZEJ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/organizers/categories?orderBy=null' 2. Test Case ID: EHIVJx - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/organizers/categories?perPage=-642354978637442515931174138144973300&paginationSeed=1%C3%91r' _____________________ GET /api/organizers/categories/empty _____________________ 1. Test Case ID: usMRuh - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/empty _____________ GET /api/organizers/categories/slug/{category_slug} ______________ 1. Test Case ID: 4HoBBs - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/slug/0 2. Test Case ID: dMkE7q - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/slug/%C2%AFX ___________________ GET /api/organizers/categories/{item_id} ___________________ 1. Test Case ID: cmVdbb - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: BfbDUY - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/categories/ecd4771a-15e0-4c75-9c36-af0e659ba9df ___________________________ GET /api/organizers/tags ___________________________ 1. Test Case ID: CUyG3n - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/organizers/tags?orderBy=null' 2. Test Case ID: LU8IYz - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/organizers/tags?perPage=-642354978637442515931174138144973300&paginationSeed=1%C3%91r' ________________________ GET /api/organizers/tags/empty ________________________ 1. Test Case ID: YQFPk6 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tags/empty ___________________ GET /api/organizers/tags/slug/{tag_slug} ___________________ 1. Test Case ID: VWRwgD - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tags/slug/0 2. Test Case ID: ymUBcS - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tags/slug/%C2%AFX ______________________ GET /api/organizers/tags/{item_id} ______________________ 1. Test Case ID: qTMCr3 - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tags/e3e70682-c209-4cac-a29f-6fbed82c07cd 2. Test Case ID: A0S3Fh - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tags/ecd4771a-15e0-4c75-9c36-af0e659ba9df __________________________ GET /api/organizers/tools ___________________________ 1. Test Case ID: TQs7xK - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/organizers/tools?orderBy=null' 2. Test Case ID: xh30H6 - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/organizers/tools?perPage=-642354978637442515931174138144973300&paginationSeed=1%C3%91r' __________________ GET /api/organizers/tools/slug/{tool_slug} __________________ 1. Test Case ID: yqTHz6 - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tools/slug/0 2. Test Case ID: OIiVes - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/organizers/tools/slug/%C2%AFX _______________________________ GET /api/recipes _______________________________ 1. Test Case ID: vY967R - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"ã[?\u0012£Vù󬛄󴛳–y¶\": \"ã[?\u0012£Vù󬛄󴛳–y¶\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes?requireAllFoods=true&requireAllTools=false&orderBy=%C3%A3%5B%3F%12%C2%A3V%C3%B9%F3%AC%9B%84%F3%B4%9B%B3%C2%96y%C2%B6&households=null' 2. Test Case ID: g4tQ7M - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":"cookbook not found"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes?categories=null&cookbook=null' 3. Test Case ID: WyQ3YZ - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes?categories=null&page=-11630&paginationSeed=null&foods=null&orderDirection=desc' _____________________ GET /api/recipes/bulk-actions/export _____________________ 1. Test Case ID: jkkErE - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/bulk-actions/export ________________ GET /api/recipes/bulk-actions/export/download _________________ 1. Test Case ID: ovhsAg - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"path must be relative to data directory"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/bulk-actions/export/download?path=' 2. Test Case ID: E6DQCv - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/bulk-actions/export/download?path=3%00%F2%9C%87%A2%C3%95E%C2%AB%C3%AB%C3%AA' ___________________________ GET /api/recipes/exports ___________________________ 1. Test Case ID: cTgPjV - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/exports _________________________ GET /api/recipes/suggestions _________________________ 1. Test Case ID: eXM4Wy - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: ±\x12&' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/suggestions?maxMissingTools=18415&foods=null&limit=31815' 2. Test Case ID: DJVlPb - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/suggestions?includeFoodsOnHand=false&queryFilter=&paginationSeed=null&orderDirection=desc&orderByNullPosition=first&maxMissingFoods=28184&limit=168011256127997341319206842345004758940&includeToolsOnHand=false' _______________________ GET /api/recipes/timeline/events _______________________ 1. Test Case ID: 86miCZ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/timeline/events?orderBy=null' 2. Test Case ID: ofCpAU - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/timeline/events?perPage=200&page=8543842689572669153&paginationSeed=null&orderDirection=desc' ___________________________ GET /api/recipes/{slug} ____________________________ 1. Test Case ID: ugxYU3 - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"No Entry Found","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/0 2. Test Case ID: jTSr6a - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/%C2%AFX _______________________ GET /api/recipes/{slug}/comments _______________________ 1. Test Case ID: 9HB8rB - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/0/comments 2. Test Case ID: Jbck42 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/%C2%AFX/comments _______________________ GET /api/recipes/{slug}/exports ________________________ 1. Test Case ID: Bc6Ubd - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/0/exports?template_name=' 2. Test Case ID: UR0f0W - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/%C2%AFX/exports?template_name=%C3%B7%C3%B7%F3%B2%81%90%23_%04%C3%B43%C3%B1%F3%93%BA%8B%C2%81%C3%93%C3%943%F4%88%BE%82' _____________________ GET /api/recipes/{slug}/exports/zip ______________________ 1. Test Case ID: USa8Sz - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Bad Request"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/0/exports/zip?token=%5BFiltered%5D' 2. Test Case ID: 49CM7j - Undocumented HTTP status code Received: 401 Documented: 200, 422 [401] Unauthorized: `{"detail":"could not validate file token"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/recipes/%F4%8D%94%92%C3%BC%7F%F3%AC%A7%B4%C2%95%C2%81%10%C3%9F%F1%A3%9C%A8%F3%8A%8A%B9+/exports/zip?token=%5BFiltered%5D' ________________________________ GET /api/units ________________________________ 1. Test Case ID: mqKc13 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid order_by statement \"null\": \"null\" is invalid"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/units?orderBy=null' 2. Test Case ID: LlAiit - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/units?perPage=-642354978637442515931174138144973300&paginationSeed=1%C3%91r' _____________________________ GET /api/users/self ______________________________ 1. Test Case ID: HaJ8VD - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/users/self ________________________ GET /api/users/self/favorites _________________________ 1. Test Case ID: eRoUO7 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/users/self/favorites _________________________ GET /api/users/self/ratings __________________________ 1. Test Case ID: VBAIYn - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X GET -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/users/self/ratings ___________________________ GET /api/utils/download ____________________________ 1. Test Case ID: 4ecBRC - API rejected schema-compliant request Valid data should have been accepted Expected: 2xx, 401, 403, 404, 5xx - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Bad Request"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/utils/download 2. Test Case ID: 5Iy2K3 - Undocumented HTTP status code Received: 401 Documented: 200, 422 [401] Unauthorized: `{"detail":"could not validate file token"}` Reproduce with: curl -X GET -H 'Authorization: [Filtered]' 'http://0.0.0.0:45051/api/utils/download?token=%5BFiltered%5D' ______________________________ PATCH /api/recipes ______________________________ 1. Test Case ID: YPgKsi - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X PATCH -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{}]' http://0.0.0.0:45051/api/recipes 2. Test Case ID: 1yG6JF - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X PATCH -H 'accept-language: )†\x11' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"\u00f5\u0082": {"0/0": "\u001d\uda03\udc93\u009d\u00fd\u00e7\ud999\udcc6\ud950\udf88"}, "k\udb1e\udd03\u0005\u0084;!": {}, "\u00a6": [[]]}, {"\uda3a\udef2\u009ed\u007f4\uda34\udc5b\u008c\u00df\u0013U": [false]}, {"\u00cd": {"3\ud9b2\udd3c$\u0091\u00f4\u00f3m\ud9ff\udde8": {"\udb29\udd2a5\u0082,\u00be\u009f": [-9.505239521027918e-197, "\u00f7", false], "": {"\u00b2": [], "\uc118\u00ec\u00b5\u00e0\u00c6": [26160, true, false], "U;\udb43\uddde\u0000": false}, "\u0844\u00b8\u00df\u0014\ud8b0\ude42\u0007\u000e\u00cf": []}, "O\u008b": [{"": "c\ud8b5\udc5d", "\u00d4V\u00a8\u00a1": "\ud97a\ude86\ud8f8\uded9S", "\u00d7": 3.797194213867002e+16}]}, "": [], "\u001fW\u00b4": [-898389194, 4.45977927906022e+16, "S@@*w"], "notes": null, "MalformedMediaType": [[{"\u00d11\u00bb0\ud972\udce9\u00bd\u008c\t\u00bd\u00bf\u0013": 0.0, "\ud9bb\udf02]\u00c0d\u0085\u0013\u00e5S": [null], "\u008a\udbaa\udf26\u00e2\uda7f\ude88q4\u32a7": [true, null]}]]}, {"extras": null}]' http://0.0.0.0:45051/api/recipes _____________________ PATCH /api/recipes/{slug}/last-made ______________________ 1. Test Case ID: Nhk6hb - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"No Entry Found","error":true,"exception":null}}` Reproduce with: curl -X PATCH -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"timestamp": "2000-01-01T00:00:00Z"}' http://0.0.0.0:45051/api/recipes/0/last-made 2. Test Case ID: mJxLVu - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X PATCH -H 'accept-language: C\x13' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"timestamp": "2000-01-03T10:07:20.000052Z"}' http://0.0.0.0:45051/api/recipes/C%13/last-made ___________________________ POST /api/admin/backups ____________________________ 1. Test Case ID: 6HqWyt - Undocumented HTTP status code Received: 403 Documented: 201, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups 2. Test Case ID: kxrAbK - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups ________________________ POST /api/admin/backups/upload ________________________ 1. Test Case ID: G14cEr - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=45da3da10ebe497778672ff6f62aee83' -d '--420fbcee954ed928803ec5f7bae833b4\r\nContent-Disposition: form-data; name="archive"; filename="archive"\r\n\r\n\r\n--420fbcee954ed928803ec5f7bae833b4--\r\n' http://0.0.0.0:45051/api/admin/backups/upload 2. Test Case ID: 8sxVfM - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: ¬ø\x1dŸÄT\x07bžÍ' -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=b06fed7cb4d2e8431218cc4672830780' -d '--8014aa589c53bfafa996ece8f1f6271f\r\nContent-Disposition: form-data; name="archive"; filename="archive"\r\n\r\ni\x1e\r\n--8014aa589c53bfafa996ece8f1f6271f\r\nContent-Disposition: form-data; name="ÎÚ("; filename="ÎÚ("\r\n\r\nNone\r\n--8014aa589c53bfafa996ece8f1f6271f\r\nContent-Disposition: form-data; name="ᐃÕ򳐵\x13¯b񛢂𣴋Õ\x16"\r\n\r\n{\'application/json\': \'\\U0005dcce\\x89\'}\r\n--8014aa589c53bfafa996ece8f1f6271f\r\nContent-Disposition: form-data; name="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"; filename="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"\r\n\r\n-23767\r\n--8014aa589c53bfafa996ece8f1f6271f\r\nContent-Disposition: form-data; name="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"; filename="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"\r\n\r\n\r\n--8014aa589c53bfafa996ece8f1f6271f\r\nContent-Disposition: form-data; name="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"; filename="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"\r\n\r\nNone\r\n--8014aa589c53bfafa996ece8f1f6271f--\r\n' http://0.0.0.0:45051/api/admin/backups/upload _________________ POST /api/admin/backups/{file_name}/restore __________________ 1. Test Case ID: YMDFrp - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups/0/restore 2. Test Case ID: KhPEaI - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/backups/%C2%AFX/restore _________________________ POST /api/admin/debug/openai _________________________ 1. Test Case ID: GoVl92 - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/debug/openai 2. Test Case ID: gA7GfM - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x12' -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=fea8ea4337d34acd9079a7b471537586' -d '--49d24ad5f71f92d9563e2171e8c43b5f\r\nContent-Disposition: form-data; name="\x11ù8ÍIEtü\x1aÂôi"\r\n\r\n{}\r\n--49d24ad5f71f92d9563e2171e8c43b5f\r\nContent-Disposition: form-data; name=",\x03¼\x7f‘𖎹#Æln»€ÕÌgò%22ÔG£“֪\x00}7Ø򱨈Ô½Ž󿭊\x18"\r\n\r\n{\'\\x9d0\': {\'\\x9d0\': None}}\r\n--49d24ad5f71f92d9563e2171e8c43b5f--\r\n' http://0.0.0.0:45051/api/admin/debug/openai ____________________________ POST /api/admin/email _____________________________ 1. Test Case ID: 74Djc7 - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": ""}' http://0.0.0.0:45051/api/admin/email 2. Test Case ID: LVcTkz - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": "\udb72\uddf4\u0095\u0081\u0010\u00df\ud94d\udf28\udae8\udeb9 "}' http://0.0.0.0:45051/api/admin/email ____________________________ POST /api/admin/groups ____________________________ 1. Test Case ID: ndeltR - Undocumented HTTP status code Received: 403 Documented: 201, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "0"}' http://0.0.0.0:45051/api/admin/groups 2. Test Case ID: b3IF6F - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x1aV' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "\ud993\ude1b\u00cb\u0002 "}' http://0.0.0.0:45051/api/admin/groups __________________________ POST /api/admin/households __________________________ 1. Test Case ID: JByHVo - Undocumented HTTP status code Received: 403 Documented: 201, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "0"}' http://0.0.0.0:45051/api/admin/households 2. Test Case ID: PsHspB - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x1a' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "\udb1c\ude89\u009b\u00b9b8\u00c5\u00ff", "groupId": null}' http://0.0.0.0:45051/api/admin/households ___________________ POST /api/admin/maintenance/clean/images ___________________ 1. Test Case ID: nRmTJA - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/clean/images 2. Test Case ID: cUiNc8 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/clean/images _______________ POST /api/admin/maintenance/clean/recipe-folders _______________ 1. Test Case ID: fvVSee - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/clean/recipe-folders 2. Test Case ID: joFEQY - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/clean/recipe-folders ____________________ POST /api/admin/maintenance/clean/temp ____________________ 1. Test Case ID: zaHoZL - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/clean/temp 2. Test Case ID: 0E0EJ6 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/maintenance/clean/temp __________________ POST /api/admin/users/password-reset-token __________________ 1. Test Case ID: 416Gfe - Undocumented HTTP status code Received: 403 Documented: 201, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": ""}' http://0.0.0.0:45051/api/admin/users/password-reset-token 2. Test Case ID: cWiXtL - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": "\udb72\uddf4\u0095\u0081\u0010\u00df\ud94d\udf28\udae8\udeb9 "}' http://0.0.0.0:45051/api/admin/users/password-reset-token _________________________ POST /api/admin/users/unlock _________________________ 1. Test Case ID: Zj4BIP - Undocumented HTTP status code Received: 403 Documented: 200, 422 [403] Forbidden: `{"detail":"Forbidden"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/users/unlock 2. Test Case ID: gei26e - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: ±\x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/admin/users/unlock ____________________________ POST /api/auth/logout _____________________________ 1. Test Case ID: egInFk - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/auth/logout _____________________________ POST /api/auth/token _____________________________ 1. Test Case ID: arrOPl - Undocumented HTTP status code Received: 401 Documented: 200, 422 [401] Unauthorized: `{"detail":"Unauthorized"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/x-www-form-urlencoded' http://0.0.0.0:45051/api/auth/token _______________________________ POST /api/foods ________________________________ 1. Test Case ID: IuqXee - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `{"detail":{"message":"An unexpected error occurred","error":true,"exception":"(sqlite3.IntegrityError) UNIQUE constraint failed: ingredient_foods.name, ingredient_foods.group_id\n[SQL: INSERT INTO ingredient_foods (id, group_id, name, plural_name, description, label_id, name_normalized, plural_name_normalized, on_hand, created_at, update_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]\n[parameters: ('5326dd06ea45443bbb45d8a908c70dfa', 'a8ab40755e1144b8a8ddc64a59630d99', '', None, '', None, '', None, 0, '2025- // Output truncated...` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "", "": null}' http://0.0.0.0:45051/api/foods ___________________________ POST /api/groups/labels ____________________________ 1. Test Case ID: zNeXjq - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "\udac3\udd47\u00fb\u00e6\udb8a\udd35\b\u00a7\u00e3[?\u0012\u00a3V\u00f9\udb71\udec4\udb91\udef3\u0096y\u00b6", "color": "\ud8c7\ude89"}' http://0.0.0.0:45051/api/groups/labels 2. Test Case ID: 262gyM - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": ""}' http://0.0.0.0:45051/api/groups/labels _________________________ POST /api/groups/migrations __________________________ 1. Test Case ID: oRf2nm - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x1a' -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=f081ac645e92a25a7f97a22ea573584f' -d '--0a5b66938f8fb03275fb8748850defbd\r\nContent-Disposition: form-data; name="archive"\r\n\r\n�W�M�\\�1}\x1e\x02��{���J!�s��b\x1aDx�h_�\r\n--0a5b66938f8fb03275fb8748850defbd\r\nContent-Disposition: form-data; name="migration_type"\r\n\r\nplantoeat\r\n--0a5b66938f8fb03275fb8748850defbd\r\nContent-Disposition: form-data; name="\x0b"\r\n\r\n{\'\': \'Z\\x85\\U000c9db8ð+ÁØß\'}\r\n--0a5b66938f8fb03275fb8748850defbd--\r\n' http://0.0.0.0:45051/api/groups/migrations ________________________ POST /api/groups/seeders/foods ________________________ 1. Test Case ID: X3uvmp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"locale": "\udb72\uddf4\u0095\u0081\u0010\u00df\ud94d\udf28\udae8\udeb9 "}' http://0.0.0.0:45051/api/groups/seeders/foods _______________________ POST /api/groups/seeders/labels ________________________ 1. Test Case ID: VR4qVQ - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"locale": "\udb72\uddf4\u0095\u0081\u0010\u00df\ud94d\udf28\udae8\udeb9 "}' http://0.0.0.0:45051/api/groups/seeders/labels ________________________ POST /api/groups/seeders/units ________________________ 1. Test Case ID: Rq0t4V - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"locale": "\udb72\uddf4\u0095\u0081\u0010\u00df\ud94d\udf28\udae8\udeb9 "}' http://0.0.0.0:45051/api/groups/seeders/units ________________________ POST /api/households/cookbooks ________________________ 1. Test Case ID: ELhOx1 - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: 8n\x01 \x14úú' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": ""}' http://0.0.0.0:45051/api/households/cookbooks 2. Test Case ID: uYTgeD - Server error - Undocumented HTTP status code Received: 500 Documented: 201, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "\u009d\u00f4Q\u00f0\u00ca\ud830\uddac\u00e6\u479eL", "\uda4c\ude39\u00can": [{}, {"\udbc8\udfc5": false, "\udb73\udc54\udafc\udde9\u00db|\u0004\ud948\udc73\u00e9": [[null, true], []]}, [{"\u001by\u008a\u00a7\ud958\udd86\u00c1\udbc6\udf81?e": null}, {"y\u00bc\u008a": -16474, "T\u00b7": [29509, 1.1232185341906666e-82, "\u00e6"]}, "\u0017i\u0017\ud859\udda1\u0092\u00f9"]], "position": -31225, "queryFilterString": "<\u0082\udae4\uddeai\u61cc"}' http://0.0.0.0:45051/api/households/cookbooks __________________ POST /api/households/events/notifications ___________________ 1. Test Case ID: caGv0K - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `{"detail":{"message":"An unexpected error occurred","error":true,"exception":"(sqlite3.IntegrityError) NOT NULL constraint failed: group_events_notifiers.apprise_url\n[SQL: INSERT INTO group_events_notifiers (id, name, enabled, apprise_url, group_id, household_id, created_at, update_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?)]\n[parameters: ('4c6b7fd750114255939ff4893126cf8c', '', 1, None, 'a8ab40755e1144b8a8ddc64a59630d99', '9524fa25e6d04ca48977d4716d148821', '2025-12-05 14:21:18.698489', '2025-12-05 14:21:18.6984 // Output truncated...` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": ""}' http://0.0.0.0:45051/api/households/events/notifications ___________ POST /api/households/events/notifications/{item_id}/test ___________ 1. Test Case ID: rd3HdI - Server error - Undocumented HTTP status code Received: 500 Documented: 204, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/events/notifications/e3e70682-c209-4cac-a29f-6fbed82c07cd/test 2. Test Case ID: nzphxK - Undocumented HTTP status code Received: 400 Documented: 204, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x12&' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/households/events/notifications/ecd4771a-15e0-4c75-9c36-af0e659ba9df/test _______________________ POST /api/households/invitations _______________________ 1. Test Case ID: mAci4Y - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0f' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"uses": 0}' http://0.0.0.0:45051/api/households/invitations 2. Test Case ID: dwcMHt - Undocumented HTTP status code Received: 403 Documented: 201, 422 [403] Forbidden: `{"detail":"Only admins can create invite tokens for other groups or households"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"uses": -29753, "\u0014@": {"\u0007\u00d2m\u00f6\u00e9\ud98c\udf24}\u00c47\udbe9\ude0b": {}, "": "\u00aa\u00d2\uda4e\udf7e\u0011\u0013\u001c"}, "householdId": "e3e70682-c209-4cac-629f-6fbed82c07cd"}' http://0.0.0.0:45051/api/households/invitations 3. Test Case ID: uBWo7g - Server error - Undocumented HTTP status code Received: 500 Documented: 201, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"uses": -57193448580978450255181346211181600556}' http://0.0.0.0:45051/api/households/invitations ____________________ POST /api/households/invitations/email ____________________ 1. Test Case ID: NQ4Web - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x07bžÍ' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": "\u00fd\u00c2\u008f\u00da(", "token": "E\u00ae\u1403\u00d5\uda8d\udc35\u0013\u00afb\ud92e\udc82\ud84f\udd0b\u00d5\u0016", "\u0082M\u00eb]\u0089": [], "Z\ua6322\u00c9\ud8f4\udf92\u00d8\u0098s+\u9eaa,\u00c0\ud993\udca3b6\u00b0edO\u0094\u00bfU": [-23767, "", null]}' http://0.0.0.0:45051/api/households/invitations/email ____________________ POST /api/households/mealplans/random _____________________ 1. Test Case ID: ksHmtE - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"No recipes match your rules","error":true,"exception":null}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"date": "2000-01-01"}' http://0.0.0.0:45051/api/households/mealplans/random 2. Test Case ID: UstQVD - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"date": "2000-01-01"}' http://0.0.0.0:45051/api/households/mealplans/random _____________________ POST /api/households/mealplans/rules _____________________ 1. Test Case ID: aYLh4p - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: dE\x05Q' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"day": "monday", "": {"\u00d9": {"\u00bf\u00b0\u000e\u00b5\u810f\ud926\uddde": [null, -6.872225524294256e+16, null], "\u00ff": false}, "w\u0003\u00cb": [-2106]}, "R\\\u00e8\u00121\udb8c\udc27": [], "\u00fbE": [], "queryFilterString": "", "\ud9b1\udcd7\u0088[\uda15\ude2c": {"d": null, "\u00b6\u00b3?\\\u00da\u0005": null, "Y\uda20\udd95`": true}, "\u00a9\ud84f\udda2\ud908\ude2b\ud9f6\udf9br\fwA\u00e7\u00d2\ud98e\udf2d\u00c1\u00cb": [{"u\u009f?\f\u00ce\u008a\u00849\u0094\udb9a\udde3\ud99e\udfdc\ud8fe\udf0d_\u001a\bh\u0091\ud880\udc0a-\\\udab1\udf77\u00d4": [754061103117883439, ":\u00b2\u009c\ud8ce\uddc4\u00cb2\u00c5\ud851\udf11\u60dbLGk\u00e6\u0016\u00f3d*\u009d\udb1c\udf70\u00d8h\u00ac"]}], "entryType": "dinner", "\t\u00ddB\\!\u00bd=\u00e1\u00c4\u00d4\ud9d9\udd27\ud825\uddfb\udbea\ude48": {"-": [null, true, 6529695105040329589], "\u00b2\uda6a\udf58}E\ud944\ude9a\u008c\u0082\u00b2\u00d0\u0086\u00df": 1.1583311372905118e+65}, "\u00c6": [{"": [], "\ud9e6\udd58\u008c\u00904~%\u00f2V": [true, 9.469364893622462e-245, ",\u0084\u00b7n"], "\udafb\udc67\u00a5\u00c5\u0081": {"\u00ec\u00b9\ud915\ude64\udb3b\udd34\u00ee3\u00b7?M\udb80\uddd3\u0080": [null, null, false], "": 9475, "J": null}}], "?!\u0094\u00db": {}, "\u00b74\ud876\ude87\udb1c\ude89\u009b\u00b9b8\u00c5\u00ff": [], "\ud839\udd86\u00f8\uda43\udd8c%\u00f1+\udba1\ude2e": {";\ud901\udea0": {"": false}, "Z\u0085\udae7\uddb8\u00f0+\u00c1\u00d8\u00df": 1635}, "PI": {}}' http://0.0.0.0:45051/api/households/mealplans/rules _____________________ POST /api/households/recipe-actions ______________________ 1. Test Case ID: YIh4W5 - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: Ë\x11' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"actionType": "post", "title": "\u009b\ud9d1\udd4dB\u008a\u009e\u0006\u00db\u0083\ud8ef\udc8bN\u0018\u00c2\u00ec", "url": "\u00d5\u00c4\ud868\udfac="}' http://0.0.0.0:45051/api/households/recipe-actions _____ POST /api/households/recipe-actions/{item_id}/trigger/{recipe_slug} ______ 1. Test Case ID: VP4L5Q - Undocumented HTTP status code Received: 404 Documented: 202, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{}' http://0.0.0.0:45051/api/households/recipe-actions/e3e70682-c209-4cac-a29f-6fbed82c07cd/trigger/0 2. Test Case ID: jeizau - Undocumented HTTP status code Received: 400 Documented: 202, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: ㌢\x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"\u00bb\u0094\uda58\udfa2\u00f1\u0089I": [1003], "D": [{"3\udb52\udcce\udbec\uded0\u008c\u007f\u009a\ud930\ude04\u00e3": {}, "\u0098": 3427549741964576.0}, {}], "\u00ea)\u00be\u00bcA\u00ed\udaf5\udc88": [{"": "", "\u0089G\u00ff": [1147814266510803489, null], "\ud85c\udc23\u00edU": true}, {"p\udb07\udde1N\u00e3\u00c3\u008c": {"": true}, "\u00a2!(*\u00b3\u0089\ud846\ude9d\u00bd\u00f4]e": [["\u00fe", "\u00dc\u00e2M\u00da\u001a\u00d7", -3.4684223005275508e+16], 1125536741386906575, {"U9Y,\uda2b\udce4": -78, "+0.0": "C"}], "\b": ["=\u00a0,5\ud87e\ude81]s", [null, "Test User", 29721]]}, ["Q"]], "\u00cd\udbed\ude6bO\u0084\uda83\udd9a\u008b\u00c0p": {}, "recipe_scale": -5.3738908742648136e+16}' http://0.0.0.0:45051/api/households/recipe-actions/1c87c824-8d03-4e56-9ab7-e6738bdb5932/trigger/%C2%BBh%C2%9B%C2%AC%C3%A0%C3%B7%F0%B5%A5%A0 _____________________ POST /api/households/shopping/items ______________________ 1. Test Case ID: MeGVk5 - Server error - Undocumented HTTP status code Received: 500 Documented: 201, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"shoppingListId": "e3e70682-c209-4cac-a29f-6fbed82c07cd"}' http://0.0.0.0:45051/api/households/shopping/items 2. Test Case ID: 56PVmq - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x13“' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"shoppingListId": "f00fceb0-fe2c-48b9-afe3-7b5e157ad30e", "\u00e9\u001d\u00e8\u0090\uda45\uded4+\udb53\ude0d\ud8ed\udf4d\udb50\udd99": {"\ud825\udfe2\u001f\u0016\f\u009a": "w"}}' http://0.0.0.0:45051/api/households/shopping/items _______________ POST /api/households/shopping/items/create-bulk ________________ 1. Test Case ID: Loyxmq - Server error - Undocumented HTTP status code Received: 500 Documented: 201, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"shoppingListId": "e3e70682-c209-4cac-a29f-6fbed82c07cd"}]' http://0.0.0.0:45051/api/households/shopping/items/create-bulk 2. Test Case ID: Uy6d0t - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[]' http://0.0.0.0:45051/api/households/shopping/items/create-bulk _____________________ POST /api/households/shopping/lists ______________________ 1. Test Case ID: qp0gG4 - Server error - Undocumented HTTP status code Received: 500 Documented: 201, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": ".\u00ae\u00cf", "\u00a2\u00d0\u00c6]\u00e3": [[null, null]], "\u00cdg\u00e7\ud83b\udfb2": {"\uda0c\udff1\u0099\udbe8\udfb7\u000e\u00e9": [false]}, "\u0098\u008f\u0013\u0080xV": {"\uda0d\udc4f\u00dd": {}, "H\u00a46\u00af\ud9ba\udf20\udac4\udf82A\u000f\u0017x\u00fb": [{"\n\ud93f\udfdf\udad9\udf7c\ud9f5\udce2\ud8b7\udcdam\u0086L\udbe6\udcd9+y\u00f9/z": -3178, "testuser@example.com": 12029, "": true}, [true, 0.0, -77]], "\u00c9\u00a0\u00e0\u0093h\u00e6\u00e0\u0084<\u00ec\u0015\u00b2C": false}, "\"": [], "createdAt": null, "extras": {"\u0019U`\u0001U\ud93b\udf30\u00c8I": {"\u00f8t\u00bf": null}, "6\udb01\udf9a1\u0006\u00c9(g\u00d9": [-312727517]}}' http://0.0.0.0:45051/api/households/shopping/lists 2. Test Case ID: 7wUmnk - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x7f' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"extras": null, "update_at": "1037-09-22T01:25:32.869447Z", "\b\u0018\u0000\u000e\u008b8": {}, "": {"": null}}' http://0.0.0.0:45051/api/recipes/bulk-actions/export ___________________ POST /api/recipes/bulk-actions/settings ____________________ 1. Test Case ID: vYctPM - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"recipes": [""], "settings": {}}' http://0.0.0.0:45051/api/recipes/bulk-actions/settings 2. Test Case ID: ncxurP - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: 8@À\x0e\x16' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"recipes": [], "settings": {}}' http://0.0.0.0:45051/api/recipes/bulk-actions/settings ______________________ POST /api/recipes/bulk-actions/tag ______________________ 1. Test Case ID: xhq8m6 - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"recipes": [""], "tags": []}' http://0.0.0.0:45051/api/recipes/bulk-actions/tag 2. Test Case ID: 3il3QM - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: —\x03¨s\x04' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"recipes": ["E", "\udb23\udd1a\u00ff\u00d3\udb85\udfe8\ud947\udc94\u00ac\udbe1\udc9e\uda8a\ude39\ud86c\udcfa\u00882B", "\u00ed\udada\udf17\ud8cc\udfe26"], "tags": [{"id": "f4e1adf8-d40f-4f13-aac9-c9c957e00f72", "name": "", "slug": "\u00d2\u00b0\u0000a\udb4c\udce0\u00f2", "groupId": "9959d948-f386-4023-b94a-471741e36e0d", "": null}]}' http://0.0.0.0:45051/api/recipes/bulk-actions/tag ____________________ POST /api/recipes/create/html-or-json _____________________ 1. Test Case ID: 3OZRpJ - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `{"detail":{"details":"BAD_RECIPE_DATA"}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"data": ""}' http://0.0.0.0:45051/api/recipes/create/html-or-json ________________________ POST /api/recipes/create/image ________________________ 1. Test Case ID: 1s90S3 - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `{"detail":{"message":"OpenAI image services are not enabled","error":true,"exception":null}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=ca99186710583b4e48e0b47720635e04' -d '--7a6cbfdc942d8b316ac0116134de12b1\r\nContent-Disposition: form-data; name="images"; filename="images"\r\n\r\n\r\n--7a6cbfdc942d8b316ac0116134de12b1--\r\n' 'http://0.0.0.0:45051/api/recipes/create/image?translateLanguage=null' ______________________ POST /api/recipes/create/url/bulk _______________________ 1. Test Case ID: nBWAKg - Undocumented HTTP status code Received: 400 Documented: 202, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: T\x1d!gõ' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"imports": [], ":\u00bf\ud8a6\ude05\u00ff\u00f3\u009d": [{"": null}], "\u00cbF\u000f": [{}, 8226143540761579876492999181595224806, false], "\u00b5\udaf1\udc43": [{"": {"": -5.0874297611577465e-58, "i\udbf0\udf46s\u0097'"'"'\u00ba,X\u009b\u0080": -5.074737996456221e+16, "\u0006.\u00a3\u0085": 36}, "q": 6.914402120086092e+16, "\u00ad\u000f\r\u001a\udad2\uddfe\ud84b\uddea\u00beF9_N!\u0096\ud976\udeae": ["e\u00c1\udb8a\udf3a8", null, -1.0715756027328904e-88]}], "u\b\ud88a\udd11\udbf9\udd0a\ud940\udeed\u00ed\uda0a\udd8d\u00f6": [{"": {"\u00f0": {}, "\u0016_\u00ca\udac7\uded5\n\u00e8\u0004\u0006\uda1b\udc00\u0088bg\udbd8\udf1f\udb04\ude6e\t\u00a2\u00f8\u00b0&2\u0096\u0017": [[{":\udba7\udebf\f\u00cfM": -116, "\u00d7": null, "\u0000\u00e8#\u009f\u00a7>!": null}, "Q", -1.0484852531093877e+49]], "X\u0001D:": [[["P\u00b2\u00f4\udb51\ude48\ud904\udc6f\u00aa\udb40\udcce\u001c\u00ce\u008e\ud927\udd9b\u0088lF\u0099"]]]}, "\u00dco\u00d1'"'"'\u00e4\u001f\u00aaN\udac3\uddcd9\u000b\u0015X\ud8a6\udc4e\ud84b\ude15|#G\u00c5\u00fb\ud8fb\udefd\u001a,\udaf4\udda4\ud816\udc81\u00d7i": [], "\u00aet\u00ed\u00b7.\u00a2\u008f\u009c\u00c47\u009bX": [false, "\u00dd"]}, [], "\udb2d\udf7a\ud933\uddbd\u000e{U"], "": {"\u0005": [-95, -108], "": [true, 3.63018278917189e+16, ""], "\u0014\udb65\udf24\ud9ae\udffa": [[-2.0175910927885824e+16, 0.0, "\u00d2\udbb3\udcf4\u00e8\u00d1\u0014\u00e8-\u00dd"], -21205, [true]]}, "\u00de:": {"#\u0087\u00cce": {}, "b\u0082\u00d9#\u00ea\u00e4}\ud859\udf97\ud8f7\udf97\u00a7": [{}]}, "\u0019\u00a1\uda34\ude53\u0086\u00f7F\u00b1\t%\udad0\uded5\u0011\u009cH\u0094\u009f\u0088\ud852\udf17": [], "\u00e9\u00ca\u000f\ud8fd\uddcfH1\ud1f0": null, "h\u008c": {}, "\ud8b6\uddd8Zl\udb33\udd6c~\u00fc\u0019": [[], {"": [], "\u169b\u1684\u1693\u1690\u168b\u1692\u1684\u1680\u1691\u1684\u1682\u1691\u168f\u1685\u169c": -4525940440699360578, "\ud95b\udfbe\ud930\udc78B\r": {}}, [{"\uda27\uddde\u00a2\uda34\udc30\u000e\ud90b\udc12\ud93a\ude92N\u00d7\u00e7": 3.526081781424943e-160, "\ud835\udd20)\u00d0\ud815\udf97": -103, "\ub136\fD\udab6\udf56\u00cb\u0094t^": false}, {"\u00ea\u001b\u00b0z\u0010": true}, null]], "\u00cd\u0088\u000e": [], "\u00dc\ud9a2\udf6bQ;\u0018\udb70\ude9e": {"client_id": {"\u00a6\u00e1\udaaf\ude89?-\u00ac\u00f7": -5.3610261799010806e+184, "\u00f2\u007f\udaa1\udc50": 6.01153675783903e+16}, "\u00fa\u0081\u0080\u0005D\ud85c\udebf": [2.134659884952399e-132, -8.747588806427687e+94], "\u0086\u00ad\ud9d7\uded4\u009f": [null]}, " ": [], "\u00d7\ud963\udcb5|\u009f\u00e9\u00e9\ud83e\udfd3": {"/S\u00d5O\u00e6\uda88\udc49": [], "\u00e1,\u00d5\udb08\udf7d": false, "\u00df\u0098m": {}}, "\u00d13<\u009eU\u00af\u00dd": {"\u00a5": {}}, "\u000f\udbf1\udd91\u00ee\u00a4U\u00b0\u00aa\u00f2\uda6a\udfe1": {}, "@\udaa0\udd86": {"": "INF", "\u0001\u00e5\u00f1\u00bdF\u00de\u00b1Gu\u0003R": [], "\u00a4\u00b5\u00f3\u00db\u00b8\ud851\udd1b\u00d3\u00ea\u00ca\u0003": []}, "@": [null], "\ud96c\udcbb\u00d8\ud9df\ude47:": {"started_at": -7.026591963084051e-281, "\u00df\u009d\uda4a\udcd59": {"\u001b\u00aa": null}, "total_cases": {"\u00c5\u00edC\u008f\ud9c1\udcbf$\u001f\u00a1X\u00c2e0C\udb04\ude05 ": ["5\u00a3a\u009eJ,\u00ea", 6.75962135109273e+16, 0.0]}}, "\n": {"\u00b0\u00df\u00e0": -4.524338039127603e+16, "\u00ed\ud86f\udf90\u0092": 9.30214945128138e+288, "\u0018-": "\u00c9\u00b7G\u0092X"}, "e\u0081\u00b1\ud9de\ude70\u00d6\u00ff`k": {}, "\u00a46\ud904\udcac": {"\u00ed\udba3\udc07\u0096": {"\ud831\udd90\u0098": {"": "y\ud8c3\uddd2", "4\u0019\u00e6": false, "password": null}, "\u00efR\u0010\udbb4\uddd1D\u00e2": {"V4\udb7c\udcf5\u00e6\u00c4\udad7\udd3d\u0082\u0094\u0005V\u0091\ud908\ude72 \u00e4\u00ea\u00a5": false, "": null, "Lg\r5\udb21\udd18": true}, "": false}, "\udad4\udcdd\udba4\udd3b\u008a3\u00e7\ud838\uddb8": [], "\u00ccl\ud967\udc3d\u00eb\u001dY\u00e9": null}, "R\uda30\ude9a\u00c5\u00af\u00f0\u0014": 31343, "\r`": [[], {"\udb36\udf22\u00ce\u0084\r\u00ae}\u0003\ud812\udd62\ud9e5\udddb\u0001\u001d\b\u008c\u00cc\u00c6": [-3], "\u0081\u009c\u00de'"'"'\udbfa\udf81h\u00bf": [], "KXh\u0015\u00c9\u00d8\u00d0T\u00bc*\u00b8\u0084\udbf6\udd44\ud8b2\udd9b": []}, null], "\u00e3\u00b1": {"\u00bc%|": [{"\ud80d\udec7h/(e\u00e0\u00c1\u0085)\u0001": null, "\u00d6* J\u00c4\u00daFf": -72512548, "": "\u00be\ud907\udd4a6"}, false, 31228], "\u0083\u0083#\u00ba\ud9f8\udf42)(\u00d2": [-1725.6725467949805]}, "\u00002\u00b5\u00c0": [false, [{"E\ud9ba\udd53C\u00ca\u0012d\u00d0\ud829\ude15\u00028\u0083n": "", "\u001a\u00a9\u0083F\u00d0\u00d7\u0014\udad6\udf48\u0083\u00f0\u00f6\u0092": null}, [true, -2.225073858507203e-309]], 4.356900537339728e+16], "\u0087": {"\u0087\udb70\udca4": [{"\u00d8\u008e": "\u00f1'"'"'\n\u00f7", "\ud843\udd5f|\u0083.3": "\u001a\u00bf", "*74\udbf2\udfff\u000f": 18999}, false], "": {"\u00aa": null}, "\u0099\u00e8\u00f6\u00c3\u00c2": {"\uda32\ude5b\u00a9\u00dd\u001c'"'"'\u00fb\u008c\u00c6\u00fc2": -88, "q\u000b\u00da": -26281, "\ud92b\udc69\u00c4": -1.9043748857960616e+16}}}' http://0.0.0.0:45051/api/recipes/create/url/bulk _________________________ POST /api/recipes/create/zip _________________________ 1. Test Case ID: 27SCPj - Server error - Undocumented HTTP status code Received: 500 Documented: 201, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=1e888b5bab7667fc90328e3f2efe8270' -d '--a416725d064f0cf1278d3b1cfa0a2eb2\r\nContent-Disposition: form-data; name="archive"; filename="archive"\r\n\r\n\r\n--a416725d064f0cf1278d3b1cfa0a2eb2--\r\n' http://0.0.0.0:45051/api/recipes/create/zip 2. Test Case ID: TL65bd - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: ¬ø\x1dŸÄT\x07bžÍ' -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=ebf2d045df0bc80fd714fdf08eb49026' -d '--aa1b73ccabcf72a631f3fd7bd7285017\r\nContent-Disposition: form-data; name="archive"; filename="archive"\r\n\r\ni\x1e\r\n--aa1b73ccabcf72a631f3fd7bd7285017\r\nContent-Disposition: form-data; name="ÎÚ("; filename="ÎÚ("\r\n\r\nNone\r\n--aa1b73ccabcf72a631f3fd7bd7285017\r\nContent-Disposition: form-data; name="ᐃÕ򳐵\x13¯b񛢂𣴋Õ\x16"\r\n\r\n{\'application/json\': \'\\U0005dcce\\x89\'}\r\n--aa1b73ccabcf72a631f3fd7bd7285017\r\nContent-Disposition: form-data; name="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"; filename="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"\r\n\r\n-23767\r\n--aa1b73ccabcf72a631f3fd7bd7285017\r\nContent-Disposition: form-data; name="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"; filename="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"\r\n\r\n\r\n--aa1b73ccabcf72a631f3fd7bd7285017\r\nContent-Disposition: form-data; name="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"; filename="Z꘲2É񍎒ؘs+麪,À񴲣b6°edO”¿U"\r\n\r\nNone\r\n--aa1b73ccabcf72a631f3fd7bd7285017--\r\n' http://0.0.0.0:45051/api/recipes/create/zip ______________________ POST /api/recipes/test-scrape-url _______________________ 1. Test Case ID: kDHasb - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"url": ""}' http://0.0.0.0:45051/api/recipes/test-scrape-url 2. Test Case ID: bkHLw7 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x08' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"url": "\n", "": null}' http://0.0.0.0:45051/api/recipes/test-scrape-url _______________________ POST /api/recipes/{slug}/assets ________________________ 1. Test Case ID: 7tZnHp - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Missing required fields"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=1d468c9d0df1e8102efb0eb969376e3b' -d '--b311052d90aae835868b5b401aa01644\r\nContent-Disposition: form-data; name="extension"\r\n\r\n\r\n--b311052d90aae835868b5b401aa01644\r\nContent-Disposition: form-data; name="file"; filename="file"\r\n\r\n\r\n--b311052d90aae835868b5b401aa01644\r\nContent-Disposition: form-data; name="icon"\r\n\r\n\r\n--b311052d90aae835868b5b401aa01644\r\nContent-Disposition: form-data; name="name"\r\n\r\n\r\n--b311052d90aae835868b5b401aa01644--\r\n' http://0.0.0.0:45051/api/recipes/0/assets 2. Test Case ID: 4YsFoz - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: multipart/form-data; boundary=3020626f86d810baf4119c21f2ee5d43' -d '--2d1234056c5db8c21dc8dd2abea870ef\r\nContent-Disposition: form-data; name="extension"\r\n\r\n\x03¼¨‘\r\n--2d1234056c5db8c21dc8dd2abea870ef\r\nContent-Disposition: form-data; name="file"; filename="file"\r\n\r\n=��t˽\x14\r\n--2d1234056c5db8c21dc8dd2abea870ef\r\nContent-Disposition: form-data; name="icon"\r\n\r\n9s¹\r\n--2d1234056c5db8c21dc8dd2abea870ef\r\nContent-Disposition: form-data; name="name"\r\n\r\nLB\r\n--2d1234056c5db8c21dc8dd2abea870ef--\r\n' http://0.0.0.0:45051/api/recipes/%06%C3%89%28g%C3%99/assets ______________________ POST /api/recipes/{slug}/duplicate ______________________ 1. Test Case ID: KX7F3S - Undocumented HTTP status code Received: 404 Documented: 201, 422 [404] Not Found: `{"detail":{"message":"No Entry Found","error":true,"exception":null}}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{}' http://0.0.0.0:45051/api/recipes/0/duplicate 2. Test Case ID: vtjTTz - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x05S' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "!\u00b0\u4cc4S~\u00e6", "": {}, "_": {"\\": [1.53146710238265e+16], "\u0018\udb6b\udf85\udbe8\udf5d\u00b1": {"\u008bZ": [-4.155236227326578e+16, null]}, "": []}, "W5": []}' http://0.0.0.0:45051/api/recipes/%F1%AC%87%AAtj/duplicate _______________________ POST /api/recipes/{slug}/exports _______________________ 1. Test Case ID: IEoO1c - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: Ô\x1e­¤å\t' -H 'Authorization: [Filtered]' http://0.0.0.0:45051/api/recipes/%C2%AFX/exports _______________________________ POST /api/units ________________________________ 1. Test Case ID: hTGv5n - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `{"detail":{"message":"An unexpected error occurred","error":true,"exception":"(sqlite3.IntegrityError) UNIQUE constraint failed: ingredient_units.name, ingredient_units.group_id\n[SQL: INSERT INTO ingredient_units (id, group_id, name, plural_name, description, abbreviation, plural_abbreviation, use_abbreviation, fraction, name_normalized, plural_name_normalized, abbreviation_normalized, plural_abbreviation_normalized, created_at, update_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]\n[parameters: // Output truncated...` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": "", "": null}' http://0.0.0.0:45051/api/units __________________________ POST /api/users/api-tokens __________________________ 1. Test Case ID: C8azLK - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"name": ""}' http://0.0.0.0:45051/api/users/api-tokens _______________________ POST /api/users/forgot-password ________________________ 1. Test Case ID: ikjqTx - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: \x0e' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": "\udb72\uddf4\u0095\u0081\u0010\u00df\ud94d\udf28\udae8\udeb9 "}' http://0.0.0.0:45051/api/users/forgot-password ___________________________ POST /api/users/register ___________________________ 1. Test Case ID: leZXCL - Undocumented HTTP status code Received: 400 Documented: 201, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X POST -H 'accept-language: Çd\x06Ñ' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": "\u0001", "fullName": "\u00e7Z\udb1a\udedd\u00e9\u0096\u00f7\u000e", "password": "_\u00a0G\u00bb\udbe5\udf26\u00fcJ\u00ab\u009b", "passwordConfirm": "password", "username": "", "group": "\uda1f\udc86\udb90\udf71]\u00fd\u00d8v\u008d\ud8c6\udd8d\u00d3", "\u0086\u000e\u2010\u0017\u00f7\u00b8\u00cf\ud937\udd0c%\u00d7\u00f2\uda8a\udca4\udb12\udf16U[0\ud982\udf53": [-6.335114435395799e+301, "", true], "\u00d6i\u0085": [], "\u009a": {}, "advanced": false, "\u00adb|JQ\u00d4OV\ud92f\ude76": [[{"%\u00e2U`\u00c5\ud9f1\udcd5V!\u00ac\u0090\u00b4": -1.153378416312858e-35, "\u00b8": null, "\u009c": -22889}], [[null], [], false], {"4\u0093\u00db": [], "\udb6e\udcb9": {"\u00ac+5h\u00d8\f": -14215, "}\u00ee\u00f8\u00fcHW": -24010, "\u00d3\u0016\u00cd\u0091M\ud8ce\udf4f": null}, "\"\u00f8\u00cb\u0004\u00d3": {"\u008b1": null, "\u001b\u00ea\ud8b6\udd40S\u00ee\u008ae\u00e4": 5.4611472174413e+16, "\u00ef\ud8fb\ude16": [null, 8522, -31400]}}], "9h\u00b6\u00d5": ["\u00e4o\ud881\udf732\u008c\u00c4Is\u00f7", -30819, true], "private": true, "household": null, "x\u0083?": [], "\u0094\udbc2\udea1": [4179, null, "\u009cF"], "": [], "seedData": true, "\ud8cf\udf9f\ud804\ude72C\u00f1\u00c4\udbc2\udee3\u0018\u009f": {}, "N\u0096rt\ud814\udd73\u00c6\u00dc\u000b\ud9d0\uddc3Y=": []}' http://0.0.0.0:45051/api/users/register ________________________ POST /api/users/reset-password ________________________ 1. Test Case ID: PpQw1z - API rejected schema-compliant request Valid data should have been accepted Expected: 2xx, 401, 403, 404, 5xx - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `{"detail":"Invalid token"}` Reproduce with: curl -X POST -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"email": "", "password": "", "passwordConfirm": "", "token": ""}' http://0.0.0.0:45051/api/users/reset-password _____________________________ PUT /api/foods/merge _____________________________ 1. Test Case ID: Z9eUGN - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `{"detail":"Failed to merge foods"}` Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"fromFood": "e3e70682-c209-4cac-a29f-6fbed82c07cd", "toFood": "f728b4fa-4248-4e3a-8a5d-2f346baa9455"}' http://0.0.0.0:45051/api/foods/merge 2. Test Case ID: jGSjQ1 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X PUT -H 'accept-language: Jç´\x08\\¹_' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"fromFood": "c5a82763-b831-4eeb-8675-3aa33d8d58eb", "toFood": "e022744e-7dd2-4d76-b406-c53f5d10bdd1", "": {"\u00f3\ud97d\udf0c": -121, "\u0094\u001c\u00c8w\u00f8\u000b\u00f1": true, "\u0099\u001c\u00ff": null}, "\uda6b\udc1eLF\u00e5\u86e5\u00d8": [[], [], [102, {"": {"\u1e70\u033a\u033a\u0315o\u035e \u0337i\u0332\u032c\u0347\u032a\u0359n\u031d\u0317\u0355v\u031f\u031c\u0318\u0326\u035fo\u0336\u0319\u0330\u0320k\u00e8\u035a\u032e\u033a\u032a\u0339\u0331\u0324 \u0316t\u031d\u0355\u0333\u0323\u033b\u032a\u035eh\u033c\u0353\u0332\u0326\u0333\u0318\u0332e\u0347\u0323\u0330\u0326\u032c\u034e \u0322\u033c\u033b\u0331\u0318h\u035a\u034e\u0359\u031c\u0323\u0332\u0345i\u0326\u0332\u0323\u0330\u0324v\u033b\u034de\u033a\u032d\u0333\u032a\u0330-m\u0322i\u0345n\u0316\u033a\u031e\u0332\u032f\u0330d\u0335\u033c\u031f\u0359\u0329\u033c\u0318\u0333 \u031e\u0325\u0331\u0333\u032dr\u031b\u0317\u0318e\u0359p\u0360r\u033c\u031e\u033b\u032d\u0317e\u033a\u0320\u0323\u035fs\u0318\u0347\u0333\u034d\u031d\u0349e\u0349\u0325\u032f\u031e\u0332\u035a\u032c\u035c\u01f9\u032c\u034e\u034e\u031f\u0316\u0347\u0324t\u034d\u032c\u0324\u0353\u033c\u032d\u0358\u0345i\u032a\u0331n\u0360g\u0334\u0349 \u034f\u0349\u0345c\u032c\u031fh\u0361a\u032b\u033b\u032f\u0358o\u032b\u031f\u0316\u034d\u0319\u031d\u0349s\u0317\u0326\u0332.\u0328\u0339\u0348\u0323": null}}, null]]}' http://0.0.0.0:45051/api/foods/merge _________________________ PUT /api/groups/preferences __________________________ 1. Test Case ID: gErNA1 - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X PUT -H 'accept-language: \x1aV' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"": false}' http://0.0.0.0:45051/api/groups/preferences ________________________ PUT /api/households/cookbooks _________________________ 1. Test Case ID: R4wZin - Undocumented HTTP status code Received: 404 Documented: 200, 422 [404] Not Found: `{"detail":{"message":"Not found.","error":true,"exception":null}}` Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"groupId": "ec07fc58-3abf-4849-95a9-a1bb75830b07", "householdId": "b413e63e-311b-422b-a4c7-7c70b9d10599", "id": "23911405-48d8-42d5-b432-aa0ff154c2bb", "name": ")Y", "public": true, "slug": "\u0019@\u00dau\u00c9\uda9e\udf2a\uda39\udde7", "position": 16867}]' http://0.0.0.0:45051/api/households/cookbooks 2. Test Case ID: sp6tqo - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X PUT -H 'accept-language: \x1aV' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"groupId": "6847bca8-82ce-4c62-b956-a347f90605a9", "householdId": "195961ca-6c48-4073-ab8d-fce459e27277", "id": "3384c2cb-0d8e-458a-b198-a5c8cc65c6db", "name": "\u1767", "": [[{"e": {"\u009bp2\u00beJp[\u009b": {}, "#\u0093\u008d\udab7\udfa0\u0088\u00d2\u00ea*W<\u00d4": {"\u00ae\u00c5\u00e9\u00ea\u0086\u00b0_Kk\ud81c\udd97": "\u0010\u0013:\u0089", "\ud8fb\udf09\u00b8\u0090\u00d2(i\udbd6\udf54\u00ad\u0015G": -1.5027678668832678e+16, "eT#\u0081\u00f6b`\u001d\ud9a7\udfa6\u0001": null}, "": ["\u00cc"]}, "\u00b3\udb00\udfd0;[n\u008d.\ud9c1\udd70V\u001a\ud8d3\udc06}\u008a": [["\u0019\u00e8\ud9ed\udc6b\u0087\u009a\u00cb\u00e4?\u0011\u0016\u00f7&", -1.4972759322667906e+16, null], false, [-5427, true, true]], "": null}], {"\ud9eb\udc9a\u00c9\u00ea": [10918, null, null], "]\u00c1\u00e9\u0000\u00a3": 27, "\u0006\u00e4\u00e3\u00c5\u00fb#v\u00a5": []}, []], "\u001e2{\u00fe}\u00a2\u00f4\u00d5I`\t\n": {}, "public": true, "position": -17926, "\u0089\u00b8\u008b'"'"'\udb1f\udd73\u00c7\u00be": [{"r\udb04\udc8b\u0097": -8, "\u00cb": false, "Infinity": true}, {}, [true, -105522697, null]], "queryFilterString": "\u00ee%\u00cb", "\u0006\u00c0\u00e3\u00bc\"\u00f1": [[{}, [], ["\"\ud987\udf90U>Z"]], {"m\uda77\udfc45": [0.0]}, 0]}]' http://0.0.0.0:45051/api/households/cookbooks 3. Test Case ID: igRawL - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"groupId": "f290c437-cd50-4d47-ba40-c03e29101628", "householdId": "291fb12e-a1da-4a8e-b884-a710b3bf4d4d", "id": "2ec339c7-34e4-4b52-89db-ce953994c9a3", "name": "LPT1", "queryFilterString": "\u00a7uj <", "description": "\u00afCf\udaf8\udccfA"}, {"groupId": "efaf0bc6-1434-4688-b4c5-81eec50c096c", "householdId": "695ce97c-b88f-47c1-bfc3-36cf518449f9", "id": "a47554c2-1713-4da1-beef-925ddd7c361d", "name": "", "": [[], {"2\u00a2\u00f3\u0016\uda68\udf4dG\u00f7\u00c5\u00a1<\u00c48\ud8af\ude7cQ\u00fcS\u0091!": -3.66452649384304e+61, "\u009f\u00dc0\u00cfyP\u00de\u00f6\u00d2\u00c0\\\ud9c3\udee1\u00adO\u00e6": null, "\u4c5a\u00cde7\udb6e\udca8": "\uda5f\ude80\ud82a\udd9b\u00b6\u0007\uda28\udcaa"}, []], "queryFilterString": "\u008a\u000b\u0094F", "public": false, "lorem \u0644\u0627 \u0628\u0633\u0645 \u0627\u0644\u0644\u0647 ipsum \u4f60\u597d1234\u4f60\u597d": {"\u0080\u00c9\ud88a\udcaf]\u000b\u00b8": false, "\u0004\u001e\u00d5\u001b": -4350923670578883403}}]' http://0.0.0.0:45051/api/households/cookbooks _______________________ PUT /api/households/preferences ________________________ 1. Test Case ID: OEAgNI - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X PUT -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"ax\u00f1\uda3f\ude1c\ud8f5\udfa2": [{}, "", {"": null, "\u0019\u00ec": true, "\u0287\u01dd\u026f\u0250 \u0287\u1d09s \u0279olop \u026fnsd\u1d09 \u026f\u01dd\u0279o\u02e5": [-20649, -6480, null]}], "": [], "\uda6d\udc47\u0002\udb0a\udd2d\f\u0003\u009a^\"": [], "recipeShowAssets": false, "firstDayOfWeek": -8596320894518680420219988275731140890, "lockRecipeEditsFromOtherHouseholds": true, "a\u00cb\u008dw\u00c5\u00f0\"\u00b7": {}, "\u0000\udbfd\udf16B\u6b309\uda9e\uded8\u00d2\uda5e\ude7ds\u00c0": {"\ud88e\udd53\u00fe\tD\u00a7\u00af_\u00d4": {"\ud866\udffe": "-\ud8ab\udee1C\u00bc\u0013\u00f0\udb13\udc8fW\u0094", "": 3.864886571800365e-122, "a": "application/json"}, "TRUE": "\u00f6", "\u00c8\u00c7u\udb79\udfdf": [-18030, -77, "\u0082\u00ee\u00adV\r\ud965\udc3a\udad0\udc4b\tU\u00f1\udaee\ude06$\ud98c\udfbb\u00b8\u00071\u00a9\u00911\u00d1r"]}}' http://0.0.0.0:45051/api/households/preferences 2. Test Case ID: BzEtNj - Undocumented HTTP status code Received: 400 Documented: 200, 422 [400] Bad Request: `Invalid HTTP request received.` Reproduce with: curl -X PUT -H 'accept-language: †\x05éÖ<×·!' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '{"\u009e\ud807\udd6d#\u00ce\u00f5Q\u0085[": [], "privateHousehold": true, "lockRecipeEditsFromOtherHouseholds": true, "recipeShowNutrition": false, "\u00a5": {"\u00c2\u00b2\ud824\udc82\u00ed\u00b4": []}}' http://0.0.0.0:45051/api/households/preferences ______________________ PUT /api/households/shopping/items ______________________ 1. Test Case ID: ANhmkZ - Server error - Undocumented HTTP status code Received: 500 Documented: 200, 422 [500] Internal Server Error: `Internal Server Error` Reproduce with: curl -X PUT -H 'accept-language;' -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[{"id": "6b9bb2f6-535a-4e07-b6df-fce8112d9d11", "shoppingListId": "5380d4e9-4865-44c4-87a3-3f6100f0de71"}, {"id": "aea4125d-b1a1-4539-b311-df9ec0b08374", "shoppingListId": "454cd798-c0f1-4dde-9ee7-5f5678498234", "\u00cc\uda90\ude9bh\udbdf\udf14\u0010": {"!A\udb82\udd68\u00c1": null, "\u00f4\u0095\u009a\u00d6\u00d5h\u00b3": {"\u0003r\u00f0\u00e8\f\u00ea?\b\u00ad\udb9e\udee2\u00ecI\u001d\u00eb": 5.871134441762853e-44, "": null}}}, {"id": "8f25e975-dd5a-49d2-bb71-191573762fca", "shoppingListId": "ec77be19-23be-4331-b960-f2a69c2a5bee", "\ud83c\udffb\ud83d\udc4d\ud83c\udffb": [true, null, -9.27975498176273e+217]}, {"id": "0ff0ccec-7a0e-4f10-bc1a-6d8f9114881d", "shoppingListId": "e7b907d9-370f-4473-bac8-c59d892804b6", "G\u00c3v\ud8d1\uddff\u008e\u000bC\u00fa\ud861\udc39\u00fd\u00db\udaae\udd9a\ud9cb\udd0a\ud829\ude1b\u0085\u00ac\u00f6.\u0013": [[-26675], [[{"\uda31\udd6bx\u008f\ud89d\uddff\u00e0cr\u00d4": "\udbec\udfcc\u00beEm", "\udab3\udfad\u00ff\u00ec\u00e7": 10726, "-Infinity": "\u0007\ud9a6\udf07\u00ba-\u00f7\u00fe\u0000R\u0084\udb57\udc09\ud91d\udf26g\u00cb"}, [null, -4761, null]], 116, {"\ud876\udd23\ud839\udeaea\ud93b\udf80\u00b6\u00db\u0094\ud8f1\udf1bS\u0005": {}, "5P0": [], "\u0010\uda5f\udf10]e\ud91e\udf81\u00c5\ud90e\udc89\ud907\udcb7\ud959\ude21\u009c98\udb7d\udf28\u00a8w r\ud897\udc64\u00fe\u00e0": {"\u00d7\u001f*H\u008f\u00c8\u00d58\ud8c0\udee8\u0010\u007f": [false, -27630, "\u00aeA\ud88f\udfc7\u00ed6\u0080"]}}]], "note": null}, {"id": "0385e48f-3057-4a8f-ac67-6089b1fec32a", "shoppingListId": "8efa56c7-3d57-4f50-9b83-e10e4cacb336", "foodId": null, "labelId": null}, {"id": "a78266b1-2e45-4871-b1e4-f0bc44518b47", "shoppingListId": "b768fcbf-aa61-43f6-bb71-f484c0ce15b3", "\ud9eb\udecd\u0089q\u9075\b\u008a/\ud83d\ude98\udbe0\udc1a\u009a\udae2\udebeAj\u00e0)\udb51\uddc0": [], "\u00e2\u00fd\u00bd{\u0085\ud873\udfebJ#?\ud93b\udf88\u0089\t\u0015\u00c4\u0013\u0090x\u00d7\ud9dd\ude3e\u00ba[\u0002s\u000f\uda09\udfd6": [{}, [{}], {"__main__": "ZIkM\u00d0\u00cf\u00de@yQ\"\u00f7D", "\u00e3\u00c8\uda95\udd4e\ud8a1\udd1b\u00f1\ud986\udc43\u3b5e\ud948\udc32": "\udb92\udf87\u00cf", "6\ud95b\udfbfZ\u0015\u00f6-\u00c4\u00b5": true}], "labelId": "e447e77e-9353-40a0-a767-0ad107c9c660", "\u00a8": "\u0082\u00a2\ud8e4\ude13\u00a6\u00e0\u00e6 \udab5\ude23E\udb5d\udf6e\udbdf\udc58m1\u0088R\ud896\ude34\n\u008d\u008e\uda59\udc02", "recipeReferences": [{"id": "b82aab32-a4be-4a11-82ad-215a13fefcf1", "recipeId": "d5f5c2f5-89df-4a02-8025-439f68498a3f", "shoppingListItemId": "8ed4713d-c75f-47b0-bc99-4096c2fa6478", "recipeNote": null, "recipeQuantity": -9848103934978084.0, "recipeScale": null}, {"id": "7c36ad17-4b1f-4c83-be68-6fceaecac71b", "recipeId": "4fe9b008-956b-417a-830a-b4251831637b", "shoppingListItemId": "8fb02aae-e4a0-4c03-98e9-a4b888da9639", "recipeNote": null, "recipeScale": null}, {"id": "07aa9118-3002-4f68-a072-feafe1b7329e", "recipeId": "0a6c2bf2-b5df-42f3-b0d4-c48569406a85", "shoppingListItemId": "452ae620-f754-4a95-a15b-d88c6b32f1c2", "\u0018\udbff\ude36.": "<\u00c5\uda4d\udde7\u00af", "recipeNote": "", "": ["", null, -4991132905849808.0], "\u001a\udbe5\udda0\u000b\u008f": [[{"8": 60, "\u00f8\u00c7\u0087\u00de\u00cc\ud9eb\udc7f\u009a\udb3c\uddf8:\u00f6": "Performance", ";L\u00f7": false}, [{"\u00b8": -7.582121408396527e-61, "\u0082~!v+\u727a\u00c1\uda8f\udde2\u00ba\u00dc\udacd\udd83": "\udb9e\udc7b2\u00a42\u00fe^+\u0016\u00f2\u00f7\u000b\u00bf