pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.78k stars 277 forks source link

[BUG] Update Show in Kodi - Broken #10111

Closed neo-neo1 closed 2 years ago

neo-neo1 commented 2 years ago

Describe the bug Clicking Update show in KODI button is broken.

Screenshots

ScreenShot 2021-11-21 at 12 21 53 PM

Logs:

DEBUG   TORNADO :: Failed doing web ui get request 'updateKODI': Traceback (most recent call last):
  File "/app/medusa/medusa/server/web/core/base.py", line 218, in get
    method = getattr(self, route)
AttributeError: 'Home' object has no attribute 'updateKODI'

Additional context Medusa's Kodi notifications work properly upon episode downloads but this specific button and it's function does nothing.

Medusa:

p0psicles commented 2 years ago

Yeah I know. I'm just struggling with finding the time to fix all the issues

neo-neo1 commented 2 years ago

No worries. Just cataloguing the issue. Thanks for all you do.