Ahoy!

I’m a veteran pirate and pretty familiar with the standard *arr stack of resources, but recently decided to run Whisparr.

I also signed up for a new private tracker and got it setup through Jackett and confirmed working in jackett. The problem is, when I manually search for a release in Whisparr it comes back with no results, but searching the same release from jackett (or the tracker directly) I see the release is available.

I think I might know what’s going on. I think the tracker has releases dated day/mo/yr and Whisparr is looking for mo/day/yr. This is totally a guess, but it’s all I’ve found so far that might be causing the issue. Was wonder if anyone had a similar issue or a potential resolution.

Thanks in advance!

EDIT: So, I think the issue is the date. Looking at the logs Whisparr searches for “release+yr.mo.d” and the tracker has releases listed with “release+d.mo.yr”. I confirmed this by trying the search Whisparr was running manually through Jackett. I guess I’ll have to see if I can add additional search terms or something or find a different tracker. I’ll update with a solution if I find one

  • coffeeguy@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    Are you running these in docker? If so read on otherwise this probably won’t help you.

    I encountered a similar problem with my Sonarr/Radarr setup and Prolwarr indexer. I would have no results in sonarr/radarr but would have results when searching directly in prowlarr. Ultimately I discovered it was a dns issue.

    I had a custom domain setup to access my sonarr/radarr services (eg., sonarr[.]mydomain[.]com). When I’d search through either sonarr or radarr the program would ping Prowlarr, but prowlarr would send the results back to the internal docker ip and not through to my custom domain. So I was seeing no results. My solution was to just access sonarr/radarr with their designated ips and ports rather than my custom domain.

    Hope you are able to figure it out.

    • ZeroCooler@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Not in Docker, running on an Ubuntu VM. I’m using IP addresses for everything. I should add, it works fine with Jackett using a different tracker.