Can't play any videos
Can't seem to play any videos. All videos show up in the UI with a red circle 'i' in it. And when I click to play, one I see server log message:
ERROR [AssetService] Error serving VIDEO asset=6663d595-86ad-475f-ad94-9a0dc2f7171a
This occurs on firefox, chrome, as well as the mobile app (android version 13). Immich version 1.65.0. I enabled verbose logging, but I don't seem to get any additional logs.10 Replies
imported file? I think @jrasm91 fixed a bug in git HEAD related to this
not released yet
check merged PRs
checking - and yes, it's imported.
I believe this is fixed https://github.com/immich-app/immich/pull/3046
You have a ro mount?
Yeah, it's ro currently
ahh, i see
You were also part of the problem requiring w access to you xmp files just perpetuating the issue 😁
permissions are hard 😅
just chmod 777 and it will work 😉
wait - wasn't the write check so that we could move the file during storage operations?
(obviously not on import)
Hmm I'm not sure about that one.