Mamoud Elfeel
Mamoud Elfeel
@lsgmkk Have you found a solution to this ?
@eygraber did you find an alternative ? less size ?
@qingzhuozhen i am have a crash updating from the old to new library `Caused by android.system.ErrnoException: open failed: ENOENT (No such file or directory) at libcore.io.Linux.open(Linux.java) at libcore.io.ForwardingOs.open(ForwardingOs.java:166) at libcore.io.BlockGuardOs.open(BlockGuardOs.java:254)...
@clementetb i am also facing this issue `Unable to open a realm at path '/data/user/0/com.bloomer.alaWad3k/files/conetent_db/Db83.realm': Realm file initial open failed: Top ref outside file (size = 1081344). top_ref[0]: FFFFFFFFFFFFFFFF, top_ref[1]:...
@jkasten2 i too have this issue here is the excpetion ``` java.lang.IllegalStateException: at androidx.work.impl.WorkManagerImpl.getInstance (WorkManagerImpl.java:140) at androidx.work.WorkManager.getInstance (WorkManager.java:180) at com.onesignal.OSNotificationWorkManager.beginEnqueueingWork$49ab0f00 (OSNotificationWorkManager.java:82) at com.onesignal.NotificationBundleProcessor$3.onResult (NotificationBundleProcessor.java:436) at com.onesignal.OSNotificationDataController$5.run (OSNotificationDataController.java:242) at java.lang.Thread.run (Thread.java:818)...
@nan-li my app is using Gradle__androidx_work_work_runtime_2_1_0_aar is that what is causing the issue ? should i force some version ? i cant reprduce the issue
@nan-li i am also getting this issue when upgrading to the newest onesignal library `2023-10-19 15:02:24.858 OneSignal E Operation execution failed without retry: [{"name":"login-user","appId":"e4b404e3-f5ee-4f9b-a69d-0c2bdb87589d","onesignalId":"local-3209dbe0-3bfe-4de7-ae18-e49842950e22","externalId":"2531197224","existingOnesignalId":"4914a1f4-1da8-444d-87ba-601b7a58086d","id":"2aa07e9f-0b63-48b5-80d4-153625aa152b"}, {"name":"transfer-subscription","appId":"e4b404e3-f5ee-4f9b-a69d-0c2bdb87589d","subscriptionId":"0671cc21-6536-40d9-889e-f87fba046088","onesignalId":"local-3209dbe0-3bfe-4de7-ae18-e49842950e22","id":"1c8c0386-b982-4f31-a468-139faa67f541"}, {"name":"create-subscription","appId":"e4b404e3-f5ee-4f9b-a69d-0c2bdb87589d","onesignalId":"local-3209dbe0-3bfe-4de7-ae18-e49842950e22","subscriptionId":"local-7d842b68-4633-4de9-9e56-a274b4a01f0d","type":"EMAIL","enabled":true,"address":"[email protected]","status":"SUBSCRIBED","id":"c481b5e2-66f9-4129-9bb7-6e03965c6fae"}] 2023-10-19 15:02:24.949 OneSignal E...
i am also have the same exact issue as @cdoky