swaparr
swaparr copied to clipboard
Unable to access API key
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.
(It's a timeout error btw)
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
(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
Marking as stale, please re-open if the issue persists.