Skip to content
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

App randomly crashes #1599

Closed
1 of 3 tasks
ErnestasVal opened this issue Dec 11, 2024 · 2 comments
Closed
1 of 3 tasks

App randomly crashes #1599

ErnestasVal opened this issue Dec 11, 2024 · 2 comments
Labels
Bug Something isn't working Core Crash Solved Issue/feature has been fixed/implemented in development branch but not yet pushed to end users

Comments

@ErnestasVal
Copy link

What happened?

Just as the title says, the app, as far as I understand, randomly crashes without any influence from the user (I think). Sometimes it crashes in the middle of a video, sometimes just after starting the app. Sometimes it seems that if the app crashes and I restart it it has a bigger chance to crash fast, but sometimes it takes hours until the next crash.

I submitted the crash log, which seems to be the same every time, quite a lot of times, but here it is:
Unhandled exception in VS
Version information (version_name = 268, version_code = 268, flavor = stable, build_type = release)
Device information (brand= samsung, manufacturer = samsung, device = a54x, version-sdk = 34, version-os = )

(e, ExceptionActivity, 2024-12-11 23:29:48): Uncaught exception ("Unknown Context"): Empty error

java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:760)
at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:792)
at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:790)
at com.futo.platformplayer.mdns.ServiceRecordAggregator.getCurrentServices(ServiceRecordAggregator.kt:367)
at com.futo.platformplayer.mdns.ServiceRecordAggregator.access$getCurrentServices(ServiceRecordAggregator.kt:42)
at com.futo.platformplayer.mdns.ServiceRecordAggregator$start$1$1.invokeSuspend(ServiceRecordAggregator.kt:66)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@ab5c956, Dispatchers.Default]

Grayjay Version

268

What plugins are you seeing the problem on?

All

Plugin Version

No response

When do you experience the issue?

  • While logged in
  • While logged out
  • N/A

Relevant log output

No response

@Zvonimir-FUTO Zvonimir-FUTO added Bug Something isn't working Crash Core Solved Issue/feature has been fixed/implemented in development branch but not yet pushed to end users labels Dec 12, 2024
@Zvonimir-FUTO
Copy link
Collaborator

This has been fixed in the upcoming version of Grayjay.

@Zvonimir-FUTO
Copy link
Collaborator

This has been fixed in v276.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Core Crash Solved Issue/feature has been fixed/implemented in development branch but not yet pushed to end users
Projects
None yet
Development

No branches or pull requests

2 participants