We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INFO: 172.17.0.1:41748 - "POST /ollama/urls/update HTTP/1.1" 200 OK 2024-07-23 17:33:22 ERROR [apps.ollama.main] 404 Client Error: Not Found for url: http://host.docker.internal:8012/api/version 2024-07-23 17:33:22 Traceback (most recent call last): 2024-07-23 17:33:22 File "/app/backend/apps/ollama/main.py", line 315, in get_ollama_versions 2024-07-23 17:33:22 r.raise_for_status() 2024-07-23 17:33:22 File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status 2024-07-23 17:33:22 raise HTTPError(http_error_msg, response=self) 2024-07-23 17:33:22 requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://host.docker.internal:8012/api/version 2024-07-23 17:33:22 INFO: 172.17.0.1:41748 - "GET /ollama/api/version/1 HTTP/1.1" 500 Internal Server Error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
INFO: 172.17.0.1:41748 - "POST /ollama/urls/update HTTP/1.1" 200 OK
2024-07-23 17:33:22 ERROR [apps.ollama.main] 404 Client Error: Not Found for url: http://host.docker.internal:8012/api/version
2024-07-23 17:33:22 Traceback (most recent call last):
2024-07-23 17:33:22 File "/app/backend/apps/ollama/main.py", line 315, in get_ollama_versions
2024-07-23 17:33:22 r.raise_for_status()
2024-07-23 17:33:22 File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
2024-07-23 17:33:22 raise HTTPError(http_error_msg, response=self)
2024-07-23 17:33:22 requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://host.docker.internal:8012/api/version
2024-07-23 17:33:22 INFO: 172.17.0.1:41748 - "GET /ollama/api/version/1 HTTP/1.1" 500 Internal Server Error
The text was updated successfully, but these errors were encountered: