Matouš Volf
Matouš Volf
This works, thanks!
On POCO X3 NFC (surya), I get probably the same error as [this one](https://github.com/vicolo-dev/chrono/issues/406#issuecomment-2597878905) (full log below). Force stopping and clearing the cache has not resolved it. Clearing the storage...
I've just tried this with a `File` instead of a `YoutubeDl` and the result is the same.
I have also tried to run it on another PC and there is a new line in the logs: ``` ERROR symphonia_core::probe: reached probe limit of 1048576 bytes. ``` just...
I'm playing a YouTube video through a regular link, e.g. https://www.youtube.com/watch?v=7T_YtklLyyo. You were right – a codec was probably missing – enabling all of them in Symphonia with ```toml [dependencies.symphonia]...
Yes, the download script, thank you. I am writing a custom Gitea Actions workflow and cannot use any existing actionlint GitHub actions, since they depend on the GitHub status check...
And similar #483.
Thanks for the workaround! Another one is to store the signal returned from the storage hook in a [context](https://dioxuslabs.com/learn/0.6/essentials/state/#passing-context).
Hi, have you managed to figure it out? I might be able to help. :)
Similar to #442.