Black screen: media_kit_native_event_loop not found
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Spotube doesn't work - shows black window that can't be closed. If started via CLI, a warning "flutter: media_kit: WARNING: package:media_kit_native_event_loop not found." can be seen, potentially indicating root cause.
Expected Behavior
- Start Spotube
- It works
Steps to reproduce
- Start Spotube
- Spotube doesn't work - shows black window that can't be closed
Operating System
Rocky Linux 9.4
Spotube version
3.8.0
Installation source
Flathub (Flatpak)
Additional information
Installed from Flathub which thinks it is version 3.7.1, but it is 3.8.0
Self grab
- [ ] I'm ready to work on this issue!
Any updates here? Having the same issue.
Same issue here
(spotube:187874): Atk-CRITICAL **: 13:55:05.033: atk_socket_embed: assertion 'plug_id != NULL' failed
package:media_kit_libs_linux registered.
flutter: media_kit: WARNING: package:media_kit_native_event_loop not found.
Running this resolved my issues. I still get the errors is the terminal but at least I can see the Spotify login page now. After I login successfully, I can run spotube normally without "NO_AT_BRIDGE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1" and all seems good so far.
NO_AT_BRIDGE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 spotube %U
Doesn't work with Flatpak version:
NO_AT_BRIDGE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 flatpak run com.github.KRTirtho.Spotube
The not at bridge is not realy needed to see the login pages.