eranwolf

Members
  • Posts

    10
  • Joined

  • Last visited

eranwolf's Achievements

Noob

Noob (1/14)

1

Reputation

  1. 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.
  2. Thanks, that was the trick. I did need to use the -s pool , as well.
  3. What would the proper command line be to join a pool that is already active that I have the join URL for? I am assuming... chia plotnft join -u <URL> - s pool Edit: Scratch the question. The docker version is 1.2.1 dev0, the pool I am using is only on 1.2.0
  4. I would love to know the answer to this as well.
  5. Can you tell me what port you use to connect to your farmer? I see the setting for harverster only to be set to true but am unsure of the port to use to connect.
  6. Thank you for leading me down the proxy path!!! The update somehow told Sonarr to Enable Proxy. Unchecked the box, restarted the Docker and boom started working. Thanks!!
  7. So I do not run SABNzb through a proxy, however I do run Deluge binhex through PIA. Where would you tell Sonarr to ignore that IP? Also, I am now seeing Sonarr add shows to my activity queue but it is putting them in a Queued status and doesnt actually download anythign on SABNzb or Deluge. So it can see and my Download Clients it just cannot initiate the download.
  8. Using Unraid and updated my Sonarr docker to Sonarr version [v3.0.4.1131] last night. I use SABNzb and Deluge as my DL Clients. Get the same error and log entry for both clients. Radarr is working flawlessly with identical settings in both programs. I looked through the Troubleshooting Guide already but I have tried all the steps suggested. v3.0.4.1132] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [503:ServiceUnavailable] [GET] at [http://IP Address:8080/api?mode=get_config&apikey=API Key=json] ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [http://IP Address:8080/api?mode=get_config&apikey=7API KEY&output=json] I can post the full log if needed.
  9. I am hoping this gets update. I am having a similar issue. I updated Sonarr last night to version 3.0.4.1131. Radarr works absolutely fin but Sonarr cannot contact any of my download clients. I use Deluge and SABNzb. For SAB I receive the following error in the log file. [v3.0.4.1131] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [503:ServiceUnavailable] [GET] at [http://IP Address:8080/api?mode=get_config&apikey=70919fa08ab1429cb0bb0d03cf4357e5&output=json] ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [503:ServiceUnavailable] [GET] at [http://IP Address:8080/api?mode=get_config&apikey=70919fa08ab1429cb0bb0d03cf4357e5&output=json] I have verified the API keys etc and all are fine. Like I said Radarr is working flawlessly.
  10. Question, I am moving radarr from a Windows 10 box to a binhex-radarr container on UNRaid. I want to preserve the history etc. I am moving it based on the reddit article here . I have 2 NAS devices that store my movies that are currently mounted in UNRaid. I have them mapped in the binhex-Radarr container as /media/Movies/ and /media/Movies2/ . My question is simply when editing the nzbdrone.db do I change the root and media paths to /Movies/ and /Movies2/ or /media/Movies/ and /media/Movies2/?