C3004 Posted November 8, 2021 Share Posted November 8, 2021 (edited) 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 March 28, 2022 by C3004 Quote Link to comment
kingfenix Posted November 10, 2021 Share Posted November 10, 2021 Error received during install of docker container from community app store on UNRAID [email protected]:# /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. Quote Link to comment
kingfenix Posted November 10, 2021 Share Posted November 10, 2021 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. Quote Link to comment
poobahuk Posted November 11, 2021 Share Posted November 11, 2021 the container template has the folder designated as .comixed instead of /comixed, you can fix it by clicking 'edit' on each of the folder location rows of unraid container installation screen and manually editing the container path Quote Link to comment
C3004 Posted November 11, 2021 Author Share Posted November 11, 2021 Right. I removed the Path from the template as the docker container saves it's main files in the docker image. It seems i forgot to remove it after testing. This should remove the issue. Quote Link to comment
HellraiserOSU Posted November 17, 2021 Share Posted November 17, 2021 Has anyone imported comics into this? I tried and can't seem to do it. I even put the files in the incoming directory and nothing shows up in the import screen. Thanks! Quote Link to comment
poobahuk Posted November 20, 2021 Share Posted November 20, 2021 (edited) I have.... Had to manually point it at the folder within the app for it to find the files, no automatic import. No files get moved until you hit 'consolidate', and then it drops all files into the library folder. Edited November 20, 2021 by poobahuk clarification Quote Link to comment
HellraiserOSU Posted November 21, 2021 Share Posted November 21, 2021 On 11/20/2021 at 9:41 AM, poobahuk said: I have.... Had to manually point it at the folder within the app for it to find the files, no automatic import. No files get moved until you hit 'consolidate', and then it drops all files into the library folder. Ah yes that did it. When I did this I was able to import. Thanks! Quote Link to comment
eranwolf Posted September 29, 2022 Share Posted September 29, 2022 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. Quote Link to comment
Recommended Posts
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.