JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.31k stars 64 forks source link

Cannot connect to Radarr #472

Closed wesh30 closed 3 years ago

wesh30 commented 3 years ago

All other modules are working. Radarr was working and now for some reason I can no longer connect. I can access it through a browser but LunaSea returns the following error. I have double checked the url since it's giving a 404 in the message.

DioError [DioErrorType.response]: Http status error [404]

0 DioMixin.assureDioError (package:dio/src/dio_mixin.dart:819)

1 DioMixin._dispatchRequest (package:dio/src/dio_mixin.dart:678)

#2 DioMixin.fetch.. (package:dio/src/dio_mixin.dart:586)
JagandeepBrar commented 3 years ago

Hey @wesh30,

With the release of v5.0.0 of LunaSea, we now use the v3 API path. This was naturally introduced with Radarr v3.0.0 (and higher), which was initially released back in November 2020. Since it is trying to access the v3 API which does not exist, that is why you are receiving a 404 error.

You'll need to upgrade your instance of Radarr to the latest version to continue using LunaSea. The upgrade path should be relatively painless, and typically just involves installing Radarr v3 over your current instance!

wesh30 commented 3 years ago

It's a little more complicated for me since I was using a docker image under unRAID but I'm sure I can find a v3 image. Thank you.