Mobile app crashes when opening Library tab #5902

Closed
opened 2026-02-05 11:50:37 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @sadorowo on GitHub (Apr 25, 2025).

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

When I try to open Library in Immich mobile app, it crashes. It started to happen after update to v1.132.1.

The OS that Immich Server is running on

Android 15, crDroid 11.2

Version of Immich Server

v1.132.1

Version of Immich Mobile App

v1.132.1 build.195

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Probably not relevant, I can't provide it now. If needed, I will edit the issue soon

Your .env content

Probably not relevant, I can't provide it now. If needed, I will edit the issue soon

Reproduction steps

  1. Open the mobile app
  2. Click on "Library"
  3. App is crashing

Relevant log output

time: 1745570282242
msg: java.lang.SecurityException: app.alextran.immich does not have any of [Ljava.lang.String;@c1a232f
stacktrace: t3.c: java.lang.SecurityException: app.alextran.immich does not have any of [Ljava.lang.String;@c1a232f
	at t3.i.a(Unknown Source:23)
	at B0.d.e(Unknown Source:28)
	at B.c.c(Unknown Source:19)
	at B.c.run(Unknown Source:80)
	at android.os.Handler.handleCallback(Handler.java:991)
	at android.os.Handler.dispatchMessage(Handler.java:102)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.app.ActivityThread.main(ActivityThread.java:8787)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:871)
Caused by: java.lang.SecurityException: app.alextran.immich does not have any of [Ljava.lang.String;@c1a232f
	at android.os.Parcel.createExceptionOrNull(Parcel.java:3231)
	at android.os.Parcel.createException(Parcel.java:3215)
	at android.os.Parcel.readException(Parcel.java:3198)
	at android.os.Parcel.readException(Parcel.java:3140)
	at m3.a.c(Unknown Source:10)
	at f.d.o(Unknown Source:41)
	at d3.A.e(Unknown Source:14)
	at d3.n.k(Unknown Source:123)
	at d3.n.g(Unknown Source:29)
	at d3.n.h(Unknown Source:94)
	at d3.n.d(Unknown Source:14)
	at e3.w.b(Unknown Source:86)
	at e3.t.handleMessage(Unknown Source:344)
	at android.os.Handler.dispatchMessage(Handler.java:109)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.os.HandlerThread.run(HandlerThread.java:85)

Additional information

No response

Originally created by @sadorowo on GitHub (Apr 25, 2025). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug When I try to open Library in Immich mobile app, it crashes. It started to happen after update to v1.132.1. ### The OS that Immich Server is running on Android 15, crDroid 11.2 ### Version of Immich Server v1.132.1 ### Version of Immich Mobile App v1.132.1 build.195 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Your docker-compose.yml content ```YAML Probably not relevant, I can't provide it now. If needed, I will edit the issue soon ``` ### Your .env content ```Shell Probably not relevant, I can't provide it now. If needed, I will edit the issue soon ``` ### Reproduction steps 1. Open the mobile app 2. Click on "Library" 3. App is crashing ### Relevant log output ```shell time: 1745570282242 msg: java.lang.SecurityException: app.alextran.immich does not have any of [Ljava.lang.String;@c1a232f stacktrace: t3.c: java.lang.SecurityException: app.alextran.immich does not have any of [Ljava.lang.String;@c1a232f at t3.i.a(Unknown Source:23) at B0.d.e(Unknown Source:28) at B.c.c(Unknown Source:19) at B.c.run(Unknown Source:80) at android.os.Handler.handleCallback(Handler.java:991) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loopOnce(Looper.java:232) at android.os.Looper.loop(Looper.java:317) at android.app.ActivityThread.main(ActivityThread.java:8787) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:871) Caused by: java.lang.SecurityException: app.alextran.immich does not have any of [Ljava.lang.String;@c1a232f at android.os.Parcel.createExceptionOrNull(Parcel.java:3231) at android.os.Parcel.createException(Parcel.java:3215) at android.os.Parcel.readException(Parcel.java:3198) at android.os.Parcel.readException(Parcel.java:3140) at m3.a.c(Unknown Source:10) at f.d.o(Unknown Source:41) at d3.A.e(Unknown Source:14) at d3.n.k(Unknown Source:123) at d3.n.g(Unknown Source:29) at d3.n.h(Unknown Source:94) at d3.n.d(Unknown Source:14) at e3.w.b(Unknown Source:86) at e3.t.handleMessage(Unknown Source:344) at android.os.Handler.dispatchMessage(Handler.java:109) at android.os.Looper.loopOnce(Looper.java:232) at android.os.Looper.loop(Looper.java:317) at android.os.HandlerThread.run(HandlerThread.java:85) ``` ### Additional information _No response_
Author
Owner

@sadorowo commented on GitHub (Apr 27, 2025):

Now this is fixed. Very weird. Maybe some server-side update fixed it?

@sadorowo commented on GitHub (Apr 27, 2025): Now this is fixed. Very weird. Maybe some server-side update fixed it?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#5902