Leo Verto

Results 5 comments of Leo Verto

I was able to bypass the CORS check by setting the "Access-Control-Allow-Origin" header using the following code: ```info.setHttpHeader("Access-Control-Allow-Origin", "*");``` However Amazon Video is still only playing in 720p.

I've managed to get this to somewhat work outside of docker by adding `_ "github.com/mattn/go-sqlite3"` as a dependency and changing `db, err := sql.Open("sqlite", filename)` to `db, err := sql.Open("sqlite3",...

I'm still seeing this on the current unstable daily docker image. The error and subsequent crash occurs in intervals varying from one minute up to multiple hours. This makes Jellyfin...

I'm pretty sure there is even more potential to slim the image down by not including the entire `renode` repository in the built image and instead using a builder image...

Thank you for reporting this! At least for me 3.x versions of `docker` work so I've pinned the project to that for now. I'll have to get around to adding...