-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Die App stürzt bei einer Texteingabe im Suchfeld ab #972
Comments
Vielen Dank für den Bericht. Stürzt die App komplett ab? Könnten Sie einen Stacktrace teilen? |
Passiert das nur mir der DB? |
Die App stürzt komplett ab, ohne einer Fehlermeldung. Was ist ein
Stacktrace und wo finde ich es?
Altonss ***@***.***> schrieb am Di., 3. Dez. 2024, 09:12:
… Vielen Dank für den Bericht. Stürzt die App komplett ab? Könnten Sie einen
Stacktrace teilen?
—
Reply to this email directly, view it on GitHub
<#972 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACWHHVYEG6C6BAC4JGNXVT2DVRXNAVCNFSM6AAAAABS446NXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJTHAZDAOJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ich hab das selbe Problem. Passiert auch bei anderen Daten. |
Ich weiß nicht ob das der richtige log ist. Ich hab das aus dem Android Debug Log:
|
Ein Stacktrace ist ein "log", das den Weg bis zum Fehler/Absturz zurückverfolgt. Auf meinem gerät kann ich das beim Absturz auf dem Popup nachfragen. |
Wäre es möglich den ganzen Log zu teilen? Dieser Teil scheint mir nicht aussagekräftig zu sein... |
I got the same error using Android 15. |
Thanks a lot for the debug log, I think I know what the issue is, thank you :) |
38e3560 should fix this issue :) Feel free to try out to build Transportr release with this fix (for advanced users) and give any feedback! |
I had the same issue after upgrading from 2.2.1 to 2.2.2. Thanks for your fast response with the possible fix. I built from sources and can confirm it works, the issue is gone 🎉. |
Have you built the debug or release build? :) |
Ah, good point. I will check later and report here.
|
Same Problem here with. 2.2.2 on android 13 Motorola g20 kernel 5.4.210-moto-gb08c11e61cb9 |
@Altonss: May I somehow provide the APK-file I built so that others can try it out? Will that be helpful? |
Same here - can confirm that the issue still exist. Device: Fairphone 5 scoop - Transportr crash`FATAL EXCEPTION: AsyncTask #1 Process: de.grobox.liberario, PID: 5391 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$4.done(AsyncTask.java:415) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:381) at java.util.concurrent.FutureTask.setException(FutureTask.java:250) at java.util.concurrent.FutureTask.run(FutureTask.java:269) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at java.lang.Thread.run(Thread.java:1012) Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/slf4j/LoggerFactory; at de.schildbach.pte.AbstractHafasProvider.(AbstractHafasProvider.java:55) at de.grobox.transportr.networks.TransportNetworksKt$networks$2.invoke(TransportNetworks.kt:53) at de.grobox.transportr.networks.TransportNetworksKt$networks$2.invoke(TransportNetworks.kt:39) at de.grobox.transportr.networks.TransportNetwork.getNetworkProviderReference(TransportNetwork.kt:51) at de.grobox.transportr.networks.TransportNetwork.access$getNetworkProviderReference(TransportNetwork.kt:32) at de.grobox.transportr.networks.TransportNetwork$networkProviderRef$2.invoke(TransportNetwork.kt:50) at de.grobox.transportr.networks.TransportNetwork$networkProviderRef$2.invoke(TransportNetwork.kt:50) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at de.grobox.transportr.networks.TransportNetwork.getNetworkProviderRef(TransportNetwork.kt:50) at de.grobox.transportr.networks.TransportNetwork.access$getNetworkProviderRef(TransportNetwork.kt:32) at de.grobox.transportr.networks.TransportNetwork$networkProvider$2.invoke(TransportNetwork.kt:49) at de.grobox.transportr.networks.TransportNetwork$networkProvider$2.invoke(TransportNetwork.kt:49) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at de.grobox.transportr.networks.TransportNetwork.getNetworkProvider(TransportNetwork.kt:49) at de.grobox.transportr.locations.SuggestLocationsTask.doInBackground(SuggestLocationsTask.java:48) at de.grobox.transportr.locations.SuggestLocationsTask.doInBackground(SuggestLocationsTask.java:31) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:264) ... 4 more Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory ... 22 more` |
You can try out the APK of the 2.2.3 bugfix release here (it should fix this crash) and if there is any issue feel free to report it :) |
Can confirm that it works again here with 2.2.3. Thx |
Same here |
Same here, gone in 2.2.3
|
@secretmango Please update to the newest version 2.2.3, and the crash should be fixed :) |
Xiaomi 12
HyperOS 2.0, Android 14
App-Version 2.2.2 Beta
Wie es im Titel steht, stürzt jedes Mal bei einer Texteingabe ab. Ich vermute, die App versucht im Internet bzw. in einer Anbieter DB (zB Deutsche Bahn) etwas zu finden und fliegt dabei raus.
Das Gleiche passiert, wenn ich "Zuhause" o. "Arbeit" festzulegen versuche.
The text was updated successfully, but these errors were encountered: