You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Having trouble with my Samsung showing incorrect dates.
TZ=America/Los_Angeles
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
# The Immich version to use. You can pin this to a specific version like "v1.71.0"# THIS SHOULD BE release INSTEAD, but there are some bugs for my setup! See github issues...
IMMICH_VERSION=release
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=hunter2
# The values below this line do not need to be changed###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
Reproduction steps
Open immich on mobile (iOS and Android both exhibit this behavior)
Long-press item to select
Press "Share To"
Expect to open up app list. Instead, get error on main screen, "Cannot fetch offline asset(s), skipping."
Relevant log output
Log detail:
Message:
No asset can be retrieved for share
From
ShareService
Additional information
If I instead tap the image to make it full screen, and press "Share" from there, I get the expected behavior of an app selection list.
I have dumped my database, removed containers/volumes (docker compose down -v) and restored. No change in behavior.
I also experience these issues --- they're pretty serious from a usability perspective (my Android basically can't play any videos any more): #12828, #12730, #11689. Since they haven't been fixed, I'm guessing not everyone is experiencing them --- wonder if my setup is unique in some way? Happy to provide logs, etc., of course. Anything to help Immich :)
The text was updated successfully, but these errors were encountered:
The bug
Can't share media (using "share to" to share media via other apps).
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.116.2
Version of Immich Mobile App
v1.116.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Expect to open up app list. Instead, get error on main screen, "Cannot fetch offline asset(s), skipping."
Relevant log output
Log detail: Message: No asset can be retrieved for share From ShareService
Additional information
If I instead tap the image to make it full screen, and press "Share" from there, I get the expected behavior of an app selection list.
I have dumped my database, removed containers/volumes (docker compose down -v) and restored. No change in behavior.
I also experience these issues --- they're pretty serious from a usability perspective (my Android basically can't play any videos any more): #12828, #12730, #11689. Since they haven't been fixed, I'm guessing not everyone is experiencing them --- wonder if my setup is unique in some way? Happy to provide logs, etc., of course. Anything to help Immich :)
The text was updated successfully, but these errors were encountered: