Eric Tröbs
Eric Tröbs
Probably #64 could fix your issue.
Sorry. I did not notice you are involved in any pull request regarding this issue and I did not check the date either.
This is probably not a problem with this wrapper as the others stated already. I noticed this behaviour with the default `sqlite3` module if an `ON CONFLICT` clause applies. In...
I can confirm it works with Python 3.11 using `quay.io/jupyter/base-notebook:python-3.11` as my Docker base image. Thank you a lot for this.
Removing an item from a playlist does not raise an exception for me. Moving an item does. error log using 10.10 docker image ``` jellyfin-1 | [14:15:11] [ERR] [52] Jellyfin.Api.Middleware.ExceptionMiddleware:...
FYI: The bug is still present in the most recent version 10.10.1. @RangerGH Use `jellyfin/jellyfin:10.9` until the mentioned fix is merged into the next release.
same for windows-x32 and linux-x64 MacOS snapshots are downloadable though.
I have created a [Dockerfile](https://github.com/user-attachments/files/18451322/Dockerfile.txt) to reproduce the issue with different Ubuntu versions and different commits. My findings: - Neither 24.04 nor 22.04 works. - Last commit that works 15274b901acb75d6d2433e8578f3cfbc6f4f5fd9...
I am able to compile the most recent commit 9b8d11f05e3ae4541ce5251f0e5c20c4cb8733b7 by adding `-fPIC` to the compiler flags: ``` export CFLAGS='-fPIC' cmake -G"Unix Makefiles" make ``` Older commits may still fail...
**Edit**: Use the most recent git commit. It runs using Ubuntu 24.04. **This problem is fixed in the latest snapshot builds.** Otherwise, see the bottom of this post for a...