Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonarr works but Radarr goes 404? #25

Open
wywywywy opened this issue Aug 31, 2018 · 3 comments
Open

Sonarr works but Radarr goes 404? #25

wywywywy opened this issue Aug 31, 2018 · 3 comments

Comments

@wywywywy
Copy link

Hi,

So this tests successfully - /api/v1/notify/sonarr

But when I go to Radarr and test with this, it goes 404 - /api/v1/notify/radarr

Any idea why please?

I am using the latest Docker image.

This is the Docker log -

Filtered out event: Ignoring Sonarr event type: 'Test'

[2018-08-31 11:19:07 +0100] - (sanic.access)[INFO][1:9]: POST http://192.168.1.200:8086/api/v1/notify/sonarr  200 115


[2018-08-31 11:19:12 +0100] [217] [ERROR] Traceback (most recent call last):

  File "/usr/lib/python3.6/site-packages/sanic/app.py", line 546, in handle_request

    handler, args, kwargs, uri = self.router.get(request)

  File "/usr/lib/python3.6/site-packages/sanic/router.py", line 344, in get

    return self._get(request.path, request.method, '')

  File "/usr/lib/python3.6/site-packages/sanic/router.py", line 393, in _get

    raise NotFound('Requested URL {} not found'.format(url))

sanic.exceptions.NotFound: Requested URL /api/v1/notify/radarr not found


Traceback (most recent call last):

  File "/usr/lib/python3.6/site-packages/sanic/app.py", line 546, in handle_request

    handler, args, kwargs, uri = self.router.get(request)

  File "/usr/lib/python3.6/site-packages/sanic/router.py", line 344, in get

    return self._get(request.path, request.method, '')

  File "/usr/lib/python3.6/site-packages/sanic/router.py", line 393, in _get

    raise NotFound('Requested URL {} not found'.format(url))

sanic.exceptions.NotFound: Requested URL /api/v1/notify/radarr not found


[2018-08-31 11:19:12 +0100] - (sanic.access)[INFO][1:9]: POST http://192.168.1.200:8086/api/v1/notify/radarr  404 52
@merlinfrombelgium
Copy link

+1

From what I understand, I think radar is missing altogether from the plugins folder? There's a 'sonarr' folder but not a 'radarr' one.

@sanderkoenders
Copy link

The readme is somewhat inconsistent, in the limitations section is states:

only Sonarr Download notification

To bad, I would've liked a working solution for both Radarr and Sonarr

@gsemet
Copy link
Owner

gsemet commented Oct 12, 2018

Hi. I recommend to look at Bazarr as a replacement of Dopplerr. It does a better job than Dopplerr:)

PS: I recommend to look at the suitarr docker images in your use docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants