You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 -
The text was updated successfully, but these errors were encountered: