-
Komf-Docker Support Thread
Many thanks for your feeback. Your right, the logs are showing an error But i cannot fint it. - In the script, there are two URL, and they are correct. // ==UserScript== // @name Komf // @namespace https://github.com/Snd-R/komf-userscript // @version 0.12.2 // @description Komf userscript // @author snd-r @include http://192.168.1.6:5000/ // @grant none // @run-at document-body // @updateURL https://raw.githubusercontent.com/Snd-R/komf-userscript/main/komf.meta.js // @downloadURL https://github.com/Snd-R/komf-userscript/releases/latest/download/komf.user.js - In Komf docker kavita url is correct - In the yml, all i've got is baseUri: "http://192.168.1.6:5000" What am i missing ?
-
Komf-Docker Support Thread
Sorry for the fllod. I eventually did it (entering the config menu with the direct linlk Update : or almost. It still have a Network Error on the connection windows inside the kavita added menu, despite all the url are correct Apart of that, i'm not sure about a few things 1/ I'm try to set up the langages, and i cannot find (one of ) mines : french 2/ My books in kavita are mainly novels, and i'm not sure the existing providers of metadata are suitable. How can i add openbook library or Wordcart ? 3/ I've got other folder for manga/comics and magazines. Or does Komf deal with that ?
-
Komf-Docker Support Thread
ok so everyting is installed, the menu is showing up in kavita, but whith a connection error on Komf URL I've been checking in the docker, and it's correct http://192.161.1.6:8085 -------------------------- // ==UserScript== // @name Komf // @namespace https://github.com/Snd-R/komf-userscript // @version 0.12.2 // @description Komf userscript // @author snd-r // @include http://192.168.1.6:5000/* // @grant none // @run-at document-body // @updateURL https://raw.githubusercontent.com/Snd-R/komf-userscript/main/komf.meta.js // @downloadURL https://github.com/Snd-R/komf-userscript/releases/latest/download/komf.user.js -------------------------------- komf logs ------------------------------- 16:42:07.960 [main] INFO snd.komf.mediaserver.kavita.KavitaEventHandler -- connecting to Kavita event listener http://192.168.1.6:5000/hubs/messages 16:42:07.982 [main] INFO io.ktor.server.Application -- Autoreload is disabled because the development mode is off. 16:42:08.031 [OkHttp http://192.168.1.6:5000/...] INFO http.logging -- --> POST http://192.168.1.6:5000/api/plugin/authenticate?apiKey=2db97133-d1bc-4f8f-8e38-2274e1c89b90&pluginName=Komf (0-byte body) 16:42:08.046 [main] INFO io.ktor.server.Application -- Application started in 0.072 seconds. 16:42:08.060 [DefaultDispatcher-worker-2] INFO io.ktor.server.Application -- Responding at http://0.0.0.0:8085 16:42:08.120 [OkHttp http://192.168.1.6:5000/...] INFO http.logging -- <-- 200 OK http://192.168.1.6:5000/api/plugin/authenticate?apiKey=2db97133-d1bc-4f8f-8e38-2274e1c89b90&pluginName=Komf (88ms, unknown-length body) 16:42:08.164 [OkHttp http://192.168.1.6:5000/...] INFO com.microsoft.signalr.WebSocketTransport -- WebSocket transport connected to: ws://192.168.1.6:5000/hubs/messages?id=rThIbMZSPuY7pGPllVOl2w. 16:42:08.173 [OkHttp http://192.168.1.6:5000/...] INFO com.microsoft.signalr.HubConnection -- HubConnection started. 17:00:27.325 [main] INFO snd.komf.mediaserver.kavita.KavitaEventHandler -- connecting to Kavita event listener http://192.168.1.6:5000/hubs/messages 17:00:27.352 [main] INFO io.ktor.server.Application -- Autoreload is disabled because the development mode is off. 17:00:27.399 [OkHttp http://192.168.1.6:5000/...] INFO http.logging -- --> POST http://192.168.1.6:5000/api/plugin/authenticate?apiKey=2db97133-d1bc-4f8f-8e38-2274e1c89b90&pluginName=Komf (0-byte body) 17:00:27.416 [main] INFO io.ktor.server.Application -- Application started in 0.073 seconds. 17:00:27.430 [DefaultDispatcher-worker-5] INFO io.ktor.server.Application -- Responding at http://0.0.0.0:8085 17:00:27.432 [OkHttp http://192.168.1.6:5000/...] INFO http.logging -- <-- 200 OK http://192.168.1.6:5000/api/plugin/authenticate?apiKey=2db97133-d1bc-4f8f-8e38-2274e1c89b90&pluginName=Komf (32ms, unknown-length body) 17:00:27.477 [OkHttp http://192.168.1.6:5000/...] INFO com.microsoft.signalr.WebSocketTransport -- WebSocket transport connected to: ws://192.168.1.6:5000/hubs/messages?id=622_1PL9IIeX27Nj9SiMTA. 17:00:27.485 [OkHttp http://192.168.1.6:5000/...] INFO com.microsoft.signalr.HubConnection -- HubConnection started.
-
Komf-Docker Support Thread
Up: i forgot the /yml file. it's working. Now i'm trying to install the script...
-
Komf-Docker Support Thread
i just wanted to thank you. This was a urge need for Kavita, and way more effective than Calibre. However, it doesn' run after installation. Here are the logs. 16:12:53.781 [main] ERROR snd.komf.app.Application -- Failed to start the app java.nio.file.NoSuchFileException: /config/application.yml at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(Unknown Source) at java.base/java.nio.file.Files.newByteChannel(Unknown Source) at java.base/java.nio.file.Files.newByteChannel(Unknown Source) at java.base/java.nio.file.Files.readAllBytes(Unknown Source) at java.base/java.nio.file.Files.readString(Unknown Source) at java.base/java.nio.file.Files.readString(Unknown Source) at snd.komf.app.config.ConfigLoader.loadDirectory(ConfigLoader.kt:15) at snd.komf.app.AppContext.loadConfig(AppContext.kt:203) at snd.komf.app.AppContext.<init>(AppContext.kt:81) at snd.komf.app.ApplicationKt.main(Application.kt:13)
-
Transmission (with Sonarr) have download rate...but nothing is written
So, some corrections: - It's seems that i have hardlkinks settings, not a mover (atomic). I made a confusion with cache (thinkin the mover was move files from cache) - I change the container path to /data (following trashguide). Got an error or all files. Back to the same path than for for download folders.....add news files. They start in pause, but when i resume, download starts ! It workd, for now, but as i don't know why, it may not work soon.... My guess is that i have both movers and hardlinks. Is it a problem ? How can i confirm that and desactivate all movers, if any ?
-
[Support] Linuxserver.io - Transmission
so, i had a look in trash guide, and my Container Path: wasn't set on /data/ I changed that, but got an error on all files
-
[Support] Linuxserver.io - Transmission
hello I've been reporting my problem here but i think i should have done it here. I'm using transmission with Sonarr, Atmoc mover and the standard folder structure data / and /torrent with same subfolers (cache to array) Everything was fine. Bu from time to time, files stop to downloard. I've a download rate, that's not the problem, but file don't write, and the bar do not progress. Except if i click on "Verify local data" : the dowloard progress appears. But keep the same way. From time to time, i've changed the download client, it is solved the problem. But that's not a solution( and i've tried almost all). Yesterday, i've check the Chmod (777) and the Usmak (000 everywhere). And it worked. Until today. I've got nothing in transmission logs.... nas-diagnostics-20240921-1703.zip
-
Transmission (with Sonarr) have download rate...but nothing is written
Here are the diagnostics nas-diagnostics-20240921-1703.zip
-
logan23 joined the community
-
Transmission (with Sonarr) have download rate...but nothing is written
So everything was fin with my -arr, along with transmission. Donwloading on cache -to arravy, mover installed with the /data and /torrent structure, everything was working just fine But every x month, suddenlty, there files were no complete anymore. I used to change my downloard client to solve it. Yesterady, i realized it could be a permission problem. U put the same Umak (000) for both Arr and transmission, and Chmod my torrent folder to 777. It started to work just perfectly. And suddenly, today, it start again. I've got a downloard rate, but the file keep at zero. That's the hel frustrating. Help welcome
logan23
Members
-
Joined
-
Last visited