ThijmenGThN / swaparr

✦ A robust solution addressing stalled downloads in Starr apps.
MIT License
43 stars 0 forks source link

Unable to access API key #18

Closed erik530195 closed 1 month ago

erik530195 commented 5 months ago

It's trying to access an api key link, when I put that in my browser it prints

[
  {
    "source": "RemovedMovieCheck",
    "type": "error",
    "message": "Movie Obi-Wan Kenobi: The Patterson Cut (tmdbid 1244600) was removed from TMDb",
    "wikiUrl": "https://wiki.servarr.com/radarr/system#movie-was-removed-from-tmdb"
  },
  {
    "source": "IndexerDownloadClientCheck",
    "type": "warning",
    "message": "Indexers with invalid download clients: {0}.",
    "wikiUrl": "https://wiki.servarr.com/radarr/system#invalid-indexer-download-client-setting"
  },
  {
    "source": "IndexerLongTermStatusCheck",
    "type": "warning",
    "message": "Indexers unavailable due to failures for more than 6 hours: 1337x (Prowlarr), TorrentGalaxy (Prowlarr)",
    "wikiUrl": "https://wiki.servarr.com/radarr/system#indexers-are-unavailable-due-to-failures"
  }
]

Similar for sonarr. Both API keys are correct. Radarr and sonarr are local installs, swaparr is in it's own docker stack.

erik530195 commented 5 months ago

(It's a timeout error btw)

ThijmenGThN commented 5 months ago

Hi @erik530195,

Thank you for opening a new issue, I assume that this is the same error as in #7.

What is the initial error in the logs when you start Swaparr? The new health checker should immediately throw the exact error.

Looking forward to hear from you.

^ Thijmen

ThijmenGThN commented 5 months ago

(It's a timeout error btw)

If you encounter a timeout error, it suggests that Swaparr might have trouble accessing your Radarr/Sonarr instances. I'm not familiar with your Docker setup, but are you certain that a connection can be established between them?

Have you tried setting the BASEURL to your hosts IP or FQDN?

^ Thijmen

ThijmenGThN commented 1 month ago

Marking as stale, please re-open if the issue persists.