-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When I try to sync my calibre database from within LazyLibrarian, I get the following error in my log:
Extra data: line 29645 column 2 (char 639419) [calibre.py:371 (CalSync)]
I'm not sure if this is being caused by LazyLibrarian itself or the calibredb binary that is added by the docker mod.
Expected Behavior
To be able to sync calibre database to LazyLibrarian without error.
Steps To Reproduce
Add universal-calibre docker mod to lazylibrarian docker container and run.
Instigate a calibre sync.
Error.
Environment
- OS: Unraid
- How docker service was installed: via community apps.CPU architecture
x86-64
Docker creation
`docker create --name='lazylibrarian' --net='dockernet' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="xxxxx" -e HOST_CONTAINERNAME="lazylibrarian" -e 'DOCKER_MODS'='linuxserver/mods:universal-calibre' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5299]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lazylibrarian-logo.png' -p '5299:5299/tcp' -v '/mnt/user/data/media/books/tracked/':'/downloads':'rw' -v '/mnt/user/data/media/books/library/':'/books':'rw' -v '/mnt/user/data/':'/data':'rw' -v '/mnt/cache/appdata/lazylibrarian':'/config':'rw' 'lscr.io/linuxserver/lazylibrarian'`Container logs
`ERROR: Extra data: line 29645 column 2 (char 639419) [calibre.py:371 (CalSync)]`Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Issues