The Internal Server Error is still around.
When reporting errors, please run immich-go with options --log-level=DEBUG --api-trace
and set the server's log to DEBUG as well.
Zip all files and report the error.
This release brings the possibility to ignore server's error.
--on-server-errors=stop,continue, to stop after n errors
Changelog
- 333b0dc feat: add on-server-errors flag to handle server error behavior during uploads
- af77aa4 feat: enhance API tracing with body hijacking and mutex for thread safety
- 58dd9c5 fix: adjust error handling logic for server errors during uploads Fixes #777
- 3729a64 fix: use atomic load for thread-safe count analysis in Report method
- f2af858 refactor: simplify API tracing log messages for clarity