Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Istarnim opened this issue Mar 17, 2024 · 1 comment
Open

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

Istarnim opened this issue Mar 17, 2024 · 1 comment

Comments

@Istarnim
Copy link

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)

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant