ComiXed-Docker Support Thread


C3004

Recommended Posts

Ask here for any Problems that might show up during ComiXed-Docker installation or usage.

 

Installation:

It's the same like you know for other Containers.

Fill in The required Fields and ignore the others when not needed.

When running you also have to add the /import folder in the Import section. See here .

After that you also need to add your ComicVine api key in the settings.

 

General Links:

Github-Repro: https://github.com/comixed/comixed

Readme: https://github.com/comixed/comixed/blob/master/README.md

Quickstart: https://github.com/comixed/comixed/blob/master/QUICKSTART.md

Docker-Hub: https://hub.docker.com/r/comixed/comixed

Website: https://www.comixedproject.org/

---

Github-XML-Template: https://github.com/C3004/Unraid-Templates-C3004/blob/main/Comixed-Docker.xml

Github-Repro-XML-Templates: https://github.com/C3004/Unraid-Templates-C3004

Edited by C3004
Link to comment

Error received during install of docker container from community app store on UNRAID

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='ComiXed' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PGID'='100' -e 'PUID'='99' -p '7171:7171/tcp' -v '/mnt/user/Comics/':'/library':'rw' -v '/mnt/cache/appdata/comixed/database/':'/root/.comixed':'rw' -v '/mnt/user/Downloads/Complete/':'/incoming':'rw' -v '/mnt/cache/appdata/comixed':'.comixed':'rw' 'comixed/comixed:latest'

Error response from daemon: invalid volume specification: '/mnt/cache/appdata/comixed:.comixed:rw': invalid mount config for type "bind": invalid mount path: '.comixed' mount path must be absolute

The command failed.

Link to comment

If it helps you to fix it, the comixed dev had this to say about it....

 

This is a packaged distribution of our docker image, yeah? I thinkt he error might be with one of their arguments being passed to Docker:

-v '/mnt/cache/appdata/comixed':'.comixed':'rw'

This is passing a relative, not absolute, path, which is the complaint that Docker is raising. You'll want to contact the package maintainer and ask them to fix this issue to resolve the problem.

Link to comment
  • 6 months later...

I am running the ComiXed docker v 1.1.2-1 on Unriad 6.11.0. When I try to save manual entries for comic data, such as Title etc. I receive "Failed to save changes. ERROR". The log files for the container show:

 

2022-09-29 13:23:14.482  WARN 12 --- [nio-7171-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Already had POJO for id (java.lang.Long) [[ObjectId: key=40, type=com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator, scope=java.lang.Object]]; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Already had POJO for id (java.lang.Long) [[ObjectId: key=40, type=com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator, scope=java.lang.Object]] (through reference chain: org.comixedproject.model.comicbooks.ComicBook["fileDetails"]->org.comixedproject.model.comicbooks.ComicFileDetails["id"])]

 

I don't think this error has to do with it but this is the only item that is showing in the logs.

 

Thanks.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.