I am getting the following error when attempting to process the images. I haven't successfully processed one image. They all triggered the following error in the log:
2026-04-06 21:47:36,633 INFO httpx: HTTP Request: POST http://192.168.1.20:11434/api/generate "HTTP/1.1 500 Internal Server Error" 2026-04-06 21:47:36,635 ERROR backend.pipeline: AI processing failed for /photos/2001/11-24-2001/Img-001.JPG: Server error '500 Internal Server Error' for url 'http://192.168.1.20:11434/api/generate' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500
My Ollama is reachable at http://192.168.1.20:11434 (Page says "Ollama is running")
What could be wrong?
I am getting the following error when attempting to process the images. I haven't successfully processed one image. They all triggered the following error in the log:
2026-04-06 21:47:36,633 INFO httpx: HTTP Request: POST http://192.168.1.20:11434/api/generate "HTTP/1.1 500 Internal Server Error" 2026-04-06 21:47:36,635 ERROR backend.pipeline: AI processing failed for /photos/2001/11-24-2001/Img-001.JPG: Server error '500 Internal Server Error' for url 'http://192.168.1.20:11434/api/generate' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500My Ollama is reachable at http://192.168.1.20:11434 (Page says "Ollama is running")
What could be wrong?