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
Calling pump_event_queue() has not been necessary in my case on other machines for quite a while, but I added it back just in-case, however MediaControls::set_metadata() still hangs.
The file:// URL passed is a normal PATH to an image file.
This code does work on some other Windows 10/11 I have though, so I'm not sure what's going on.
The text was updated successfully, but these errors were encountered:
To be honest, I'm not familiar with the code of the dummy window since it was merged in a PR (#34). It seems pretty strange that it would only fail in that build though.
Hello, first of all - thanks for this library.
I have some code interacting with
souvlaki
, based off one of the examples to create a dummy window.I'm encountering some issues on
Windows 10 Pro 10.0.19045 Build 19045
.This line inside of
MediaControls::set_metadata()
will hang forever:souvlaki/src/platform/windows/mod.rs
Line 188 in 384539f
Calling
pump_event_queue()
has not been necessary in my case on other machines for quite a while, but I added it back just in-case, howeverMediaControls::set_metadata()
still hangs.The
file://
URL passed is a normal PATH to an image file.This code does work on some other Windows 10/11 I have though, so I'm not sure what's going on.
The text was updated successfully, but these errors were encountered: