You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great program but just something that I've noticed
When running on WSL we get an error saying Error: No module named 'tkinter' Which is expected but if you run it without any GUI with plotbitrate -f png -o out.png MerryChristmas.mp4
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, vkkhrdisplay, wayland-egl, vnc, minimalegl, xcb, minimal, offscreen, wayland, eglfs.
Aborted (core dumped)
Which isn't expected as I believe that it doesn't need to load any Qt to run this command right?
Many thanks, this has been super useful.
The text was updated successfully, but these errors were encountered:
That sure doesn't look like the behavior you would expect, as you said. I can take a look early next week to see if the display related aspects can be guarded better when writing to a file.
Great program but just something that I've noticed
When running on WSL we get an error saying
Error: No module named 'tkinter'
Which is expected but if you run it without any GUI withplotbitrate -f png -o out.png MerryChristmas.mp4
Which isn't expected as I believe that it doesn't need to load any Qt to run this command right?
Many thanks, this has been super useful.
The text was updated successfully, but these errors were encountered: