-
-
Notifications
You must be signed in to change notification settings - Fork 38
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 not responding when setting a new media url #136
Comments
If you are using backend api, you have to call |
Indeed I'm using the backend api because I need to control the selected tracks. I updated my code like that but I'm still experiencing the same crash. Am I doing something wrong?
|
crash or no responding? use lldb to show backtrace when crashing |
not responding sorry |
you have to debug in xcode and show me the crash point |
just add a check that the current state is not stopped |
@DovgopolsSerj Unfortunately I have the same problem :(
|
|
Good catch. I updated the code (still crashing on my mac) |
with the latest libmdk, fix no responding
try master branch, and upgrade dependencies, then no need to stop and waitFor in your code, and the bug should be fixed |
I can't reproduce the issue on iOS, but still present on my mac. BTW when launching the macos app on release mode I get a crash, this is the bt from lldb:
|
please create a new issue for the crash. no responding bug should be fixed |
Describe the bug
When the user quickly zaps between different channels, the app freezes and no longer responds. The log attached is coming from MacOS but I also noticed the same problem on other platforms.
App is launched using this command to get maximum logs:
Log
Another log a bit different:
The text was updated successfully, but these errors were encountered: