charlie

Results 6 comments of charlie

I'm having the same issue. It looks like it's been an issue since #1289 and there have been several reports of it in the past. Something I didn't see mentioned...

I was able to fix this by adding these lines to the `[service]` block of the sliver.service file ``` InaccessiblePaths=/usr/lib/llvm-18 InaccessiblePaths=/usr/lib/llvm-19 ``` You'd have to add lines for each llvm...

Got it. Does that mean there's nothing I can do until immich-go gets an update to resolve the issue? Or is there a workaround of some sort? Edit: I tried...

Yes, it's happening with the alpha release. I just tried again with this command and it gave me the same errors: `.\immich-go.exe upload from-google-photos -s http://10.0.0.10:2283 -k $key --include-untitled-albums D:\immich-import\takeout-20241114T050723Z-001\`...

I've been running each of these with fresh docker containers. I've been running `docker compose down -v` and deleting the library and postgres folders between each try.

I have narrowed this down to the difference in how routes are created with the web interface autoroute vs the command line interface autoroute. They both make different routes for...