[GH-ISSUE #1447] New Fdroid update seems bad #1016

Closed
opened 2026-05-07 00:29:36 +02:00 by BreizhHardware · 4 comments

Originally created by @Patriot2407 on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1447

🐞 Describe the bug

I updated the app, now it crashed every time I open, even after dull uninstall and resintall.

💻 Components impacted

Android fdroid app

💡 Screenshots and/or logs

type: crash
osVersion: google/shiba/shiba:16/BP2A.250805.005/2025091900:user/release-keys
userType: full.secondary
package: io.heckel.ntfy:33, targetSdk 34
process: io.heckel.ntfy
processUptime: 114153 + 298 ms
installer: com.looker.droidify

java.lang.IllegalStateException: TypeToken must be created with a type argument: new TypeToken<...>() {}; When using code shrinkers (ProGuard, R8, ...) make sure that generic signatures are preserved.
	at com.google.gson.reflect.TypeToken.getTypeTokenTypeArgument(TypeToken.java:100)
	at com.google.gson.reflect.TypeToken.<init>(TypeToken.java:70)
	at io.heckel.ntfy.db.Converters$toActionList$listType$1.<init>(Database.kt:172)
	at io.heckel.ntfy.db.Converters.toActionList(Database.kt:172)
	at io.heckel.ntfy.db.NotificationDao_Impl$12.call(NotificationDao_Impl.java:659)
	at io.heckel.ntfy.db.NotificationDao_Impl$12.call(NotificationDao_Impl.java:599)
	at androidx.room.CoroutinesRoom$Companion$createFlow$1$1$1.invokeSuspend(CoroutinesRoom.kt:129)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:651)
	at java.lang.Thread.run(Thread.java:1119)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@da64802, Dispatchers.Main.immediate]

🔮 Additional context

Originally created by @Patriot2407 on GitHub (Sep 23, 2025). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1447 :lady_beetle: **Describe the bug** <!-- A clear and concise description of the problem. --> I updated the app, now it crashed every time I open, even after dull uninstall and resintall. :computer: **Components impacted** <!-- ntfy server, Android app, iOS app, web app --> Android fdroid app :bulb: **Screenshots and/or logs** <!-- If applicable, add screenshots or share logs help explain your problem. To get logs from the ... - ntfy server: Enable "log-level: trace" in your server.yml file - Android app: Go to "Settings" -> "Record logs", then eventually "Copy/upload logs" - web app: Press "F12" and find the "Console" window --> ``` type: crash osVersion: google/shiba/shiba:16/BP2A.250805.005/2025091900:user/release-keys userType: full.secondary package: io.heckel.ntfy:33, targetSdk 34 process: io.heckel.ntfy processUptime: 114153 + 298 ms installer: com.looker.droidify java.lang.IllegalStateException: TypeToken must be created with a type argument: new TypeToken<...>() {}; When using code shrinkers (ProGuard, R8, ...) make sure that generic signatures are preserved. at com.google.gson.reflect.TypeToken.getTypeTokenTypeArgument(TypeToken.java:100) at com.google.gson.reflect.TypeToken.<init>(TypeToken.java:70) at io.heckel.ntfy.db.Converters$toActionList$listType$1.<init>(Database.kt:172) at io.heckel.ntfy.db.Converters.toActionList(Database.kt:172) at io.heckel.ntfy.db.NotificationDao_Impl$12.call(NotificationDao_Impl.java:659) at io.heckel.ntfy.db.NotificationDao_Impl$12.call(NotificationDao_Impl.java:599) at androidx.room.CoroutinesRoom$Companion$createFlow$1$1$1.invokeSuspend(CoroutinesRoom.kt:129) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:651) at java.lang.Thread.run(Thread.java:1119) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@da64802, Dispatchers.Main.immediate] ``` :crystal_ball: **Additional context** <!-- Add any other context about the problem here. -->
Author
Owner

@wunter8 commented on GitHub (Sep 23, 2025):

What version did you install? 1.17.0 is known to crash (it was never supposed to be published). 1.17.8 was just released today on F-Droid and has been working for others.

<!-- gh-comment-id:3324918012 --> @wunter8 commented on GitHub (Sep 23, 2025): What version did you install? 1.17.0 is known to crash (it was never supposed to be published). 1.17.8 was just released today on F-Droid and has been working for others.
Author
Owner

@Patriot2407 commented on GitHub (Sep 23, 2025):

1.17.0, thanks for the info. I will try an update

<!-- gh-comment-id:3324926854 --> @Patriot2407 commented on GitHub (Sep 23, 2025): 1.17.0, thanks for the info. I will try an update
Author
Owner

@jger3110 commented on GitHub (Sep 23, 2025):

1.17.8 works, though it needs a complete reset of the android app to start working again and not crash. You'll lose all previous notifications and the config with that...

<!-- gh-comment-id:3324945095 --> @jger3110 commented on GitHub (Sep 23, 2025): 1.17.8 works, though it needs a complete reset of the android app to start working again and not crash. You'll lose all previous notifications and the config with that...
Author
Owner

@Patriot2407 commented on GitHub (Sep 23, 2025):

After a full reinstall of 1.17.8, it's working as expected, thanks.

<!-- gh-comment-id:3324948437 --> @Patriot2407 commented on GitHub (Sep 23, 2025): After a full reinstall of 1.17.8, it's working as expected, thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1016
No description provided.