Results 21 comments of edde746

Addition: Caused by empty tags like ``, changing to `` fixes it but still unexpected behaviour.

Adding this to my CMakeLists.txt solved it for me; ``` find_library(SIOCLIENT_LIBRARY sioclient) target_include_directories(foo PRIVATE ${sioclient}) target_link_libraries(foo PRIVATE ${SIOCLIENT_LIBRARY}) ``` [(from here)](https://vcpkg.io/en/docs/examples/installing-and-using-packages.html#handling-libraries-without-native-cmake-support)

Seems like the main issue preventing a build for arm64 is libmpv, which wouldn't be an issue if Stremio wasn't using 6 year old binaries of it. As said in...

> This is unnecessary. Just use `bind:this` to get an html element reference to pass to the vanilla js ApexCharts constructor. Thank you for your opinion, I disagree. Having it...

You get this error if you don't pick a voice/model thus the `voiceChanger` in the `VoiceChangerManager.py` is not yet initialised when you try to start it.

If it fails to render, that's an issue with moviepy most likely. As per the README, the uploading is broken, you can either update it or try the adb method...

Provide more context, do some logging, enable debugging in the config to get it to print out full error messages.

@turtlesiscool You didn't send anything... @Catchii You haven't put any background clips in the `backgrounds` directory.

> @edde746 can you test @steeze-ui/[email protected] if all is working ? Yep, works perfectly.

I think B is the only option because of both the manual update issue as you mentioned and some packages not having source packages which would create an inconsistency where...