Git Product home page Git Product logo

Comments (10)

johnjohndoe avatar johnjohndoe commented on July 22, 2024 2

Yes. I looked into it for two hours. I have to find more time. Sorry for the trouble.

from eventfahrplan.

mprt avatar mprt commented on July 22, 2024 1

Yes. I looked into it for two hours. I have to find more time. Sorry for the trouble.

don't worry, it's a Luxusproblem anyway.
enjoy the Congress :-)

from eventfahrplan.

mprt avatar mprt commented on July 22, 2024

If I enter an invalid URL (change/remove last digit of the key) there is a proper error message and the app works as intended.

from eventfahrplan.

johnjohndoe avatar johnjohndoe commented on July 22, 2024

I could not reproduce the crash on my device. Can we meet to analyze the problem? DECT 7872.

from eventfahrplan.

mprt avatar mprt commented on July 22, 2024

sure thing!
Your number did not work (yet).
I'm idle today from 10-11, then doing angel shifts at uptime (11h-13h) and zerotime bar (13-15h).
DECT 4024

from eventfahrplan.

wlhlm avatar wlhlm commented on July 22, 2024

I'm experiencing the same issue. LineageOS 20. Feel free to hit me up on DECT 2397, but won't be at the venue until after noon. Here is what I can see in my logs:

java.lang.IllegalArgumentException: Too small number of days: 4, date info list contains 5 items
	at nerd.tuxmobil.fahrplan.congress.schedule.NavigationMenuEntriesGenerator.getDayMenuEntries(NavigationMenuEntriesGenerator.kt:51)
	at nerd.tuxmobil.fahrplan.congress.schedule.NavigationMenuEntriesGenerator.getDayMenuEntries$default(NavigationMenuEntriesGenerator.kt:39)
	at nerd.tuxmobil.fahrplan.congress.schedule.FahrplanViewModel.createFahrplanParameter(FahrplanViewModel.kt:147)
	at nerd.tuxmobil.fahrplan.congress.schedule.FahrplanViewModel.access$createFahrplanParameter(FahrplanViewModel.kt:34)
	at nerd.tuxmobil.fahrplan.congress.schedule.FahrplanViewModel$fahrplanParameter$2.invokeSuspend(FahrplanViewModel.kt:58)
	at nerd.tuxmobil.fahrplan.congress.schedule.FahrplanViewModel$fahrplanParameter$2.invoke(FahrplanViewModel.kt:0)
	at nerd.tuxmobil.fahrplan.congress.schedule.FahrplanViewModel$fahrplanParameter$2.invoke(FahrplanViewModel.kt:0)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invokeSuspend(Zip.kt:33)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invoke(Zip.kt:0)
	at kotlinx.coroutines.flow.FlowKt__ZipKt$combine$1$1.invoke(Zip.kt:0)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:76)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:256)
	at kotlinx.coroutines.DispatchedTaskKt.resumeUnconfined(DispatchedTask.kt:191)
	at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:163)
	at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:474)
	at kotlinx.coroutines.CancellableContinuationImpl.completeResume(CancellableContinuationImpl.kt:590)
	at kotlinx.coroutines.channels.BufferedChannelKt.tryResume0(BufferedChannel.kt:2896)
	at kotlinx.coroutines.channels.BufferedChannelKt.access$tryResume0(BufferedChannel.kt:1)
	at kotlinx.coroutines.channels.BufferedChannel.tryResumeReceiver(BufferedChannel.kt:638)
	at kotlinx.coroutines.channels.BufferedChannel.updateCellSend(BufferedChannel.kt:458)
	at kotlinx.coroutines.channels.BufferedChannel.access$updateCellSend(BufferedChannel.kt:36)
	at kotlinx.coroutines.channels.BufferedChannel.send$suspendImpl(BufferedChannel.kt:304)
	at kotlinx.coroutines.channels.BufferedChannel.send(BufferedChannel.kt:0)
	at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1$1.emit(Combine.kt:32)
	at nerd.tuxmobil.fahrplan.congress.schedule.FahrplanViewModel$special$$inlined$filter$1$2.emit(Emitters.kt:223)
	at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
	at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
	at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt:0)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at android.os.Handler.handleCallback(Handler.java:942)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7924)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)

from eventfahrplan.

wlhlm avatar wlhlm commented on July 22, 2024

Here is my Engelsystem JSON export:

engelsystem-export.zip

from eventfahrplan.

johnjohndoe avatar johnjohndoe commented on July 22, 2024

Thank you. I will try to contact you later. I haven't found time to do so yet.

from eventfahrplan.

padumms avatar padumms commented on July 22, 2024

I can confirm the bug.
Android 13.
There was no way to start the app again without an immediate crash. Had to reinstall.

from eventfahrplan.

johnjohndoe avatar johnjohndoe commented on July 22, 2024

@wlhlm, @mprt, @padumms I fixed the crash. The latest release (v.1.63.0) on Google Play contains it. It would be great if you could load your Engelsystem shifts into the app to see if everything works fine now. The new version will soon also appear in the F-Droid store.

from eventfahrplan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.