When the device is trying to retrieve images I see:
nas url: http://192.168.0.252:32769
[ 4275][V][HTTPClient.cpp:242] beginInternal(): url: http://192.168.0.252:32769/download
[ 4275][D][HTTPClient.cpp:293] beginInternal(): protocol: http, host: 192.168.0.252 port: 32769 url: /download
[ 4526][D][HTTPClient.cpp:574] sendRequest(): request type: 'GET' redirCount: 0
[ 4537][D][HTTPClient.cpp:1112] connect(): connected to 192.168.0.252:32769
[ 4560][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'HTTP/1.1 500 INTERNAL SERVER ERROR'
[ 4561][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Server: Werkzeug/3.1.3 Python/3.9.21'
[ 4562][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Date: Thu, 07 Aug 2025 18:25:30 GMT'
[ 4562][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Content-Type: application/json'
[ 4563][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Content-Length: 35'
[ 4564][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Connection: close'
[ 4564][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: ''
[ 4564][D][HTTPClient.cpp:1257] handleHeaderResponse(): code: 500
[ 4565][D][HTTPClient.cpp:1260] handleHeaderResponse(): size: 35
[ 4565][D][HTTPClient.cpp:618] sendRequest(): sendRequest code=500
Server error (500), will retry once...
The web config - I have : http://192.168.0.252:2283 as my url.
If I try: http://192.168.0.252:32769/download
I get {"error":"Failed to fetch albums"}
192.168.0.252 <- this the same device as the Docker image and the Immich instance (basically localhost). With a valid auth token (i.e. after successful web session login) on another machine: http://192.168.0.252:2283/api/albums is returning information in the browser.
Any ideas?
When the device is trying to retrieve images I see:
nas url: http://192.168.0.252:32769
[ 4275][V][HTTPClient.cpp:242] beginInternal(): url: http://192.168.0.252:32769/download
[ 4275][D][HTTPClient.cpp:293] beginInternal(): protocol: http, host: 192.168.0.252 port: 32769 url: /download
[ 4526][D][HTTPClient.cpp:574] sendRequest(): request type: 'GET' redirCount: 0
[ 4537][D][HTTPClient.cpp:1112] connect(): connected to 192.168.0.252:32769
[ 4560][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'HTTP/1.1 500 INTERNAL SERVER ERROR'
[ 4561][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Server: Werkzeug/3.1.3 Python/3.9.21'
[ 4562][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Date: Thu, 07 Aug 2025 18:25:30 GMT'
[ 4562][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Content-Type: application/json'
[ 4563][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Content-Length: 35'
[ 4564][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: 'Connection: close'
[ 4564][V][HTTPClient.cpp:1201] handleHeaderResponse(): RX: ''
[ 4564][D][HTTPClient.cpp:1257] handleHeaderResponse(): code: 500
[ 4565][D][HTTPClient.cpp:1260] handleHeaderResponse(): size: 35
[ 4565][D][HTTPClient.cpp:618] sendRequest(): sendRequest code=500
Server error (500), will retry once...
The web config - I have : http://192.168.0.252:2283 as my url.
If I try: http://192.168.0.252:32769/download
I get {"error":"Failed to fetch albums"}
192.168.0.252 <- this the same device as the Docker image and the Immich instance (basically localhost). With a valid auth token (i.e. after successful web session login) on another machine: http://192.168.0.252:2283/api/albums is returning information in the browser.
Any ideas?