xthursdayx / yacreaderlibrary-server-docker

Docker image running a headless version of YACReaderLibraryServer 📦

Home Page:https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] CBR files that contains subdirectories wont open in iOS

Istarnim opened this issue · comments

Hi,

I am having an issue with CBR files that contain subdirectories inside of them. When I try to open the file in my iOS devices, I get a “Timeout loading” message, and if I try to import it to the device, I get a “Error importing comics: There were errors during the import process, please, check your files and/or network connectivity – error: Error retrieving comic pages, http: 404” message.

For other file formats like CBR (without subdirectories), CBZ or PDF everything works properly.

I already checked the firewall configuration, and everything is working properly from the network point of view.


Expected Behavior

Open or import the files properly, inside the iOS app

Current Behavior

Files won’t open or import

Environment

OS: Ubuntu 22.04.2 LTS
CPU architecture: arm64

Command used to create docker container (run/create/compose/screenshot)

version: "3"
services:
yacreaderlibrary-server-docker:
container_name: YACReaderLibraryServer
image: xthursdayx/yacreaderlibrary-server-docker
environment:
- PUID=$PUID
- PGID=$PGID
- TZ=$TZ
volumes:
- $DOCKERDIR/yacserver:/config
- $MEDIADIR/comics:/comics
ports:
- $YACSERVER_PORT:8080
restart: unless-stopped

Docker logs

WARN 2024-03-16T22:01:38.303 QObject: Cannot create children for a parent that is in a different thread.
(Parent is RequestMapper(0x55a3669a90), parent's thread is QThread(0x55a365d490), current thread is QThread(0x55a3671fd0)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.