SynoCommunity/spksrc

SickChill NameError: name 'TVShow' is not defined

Dimas-sc opened this issue · 2 comments

Setup

Package Name: SickChill
Package Version: 20210329-1

NAS Model: DS214
NAS Architecture:
DSM version: 6.2.4-25556

Expected behavior

Chickchill doesn't start

Actual behavior

Chickchill doesn't start

Steps to reproduce

1. Try to start/run

Log

Starting sickchill command /volume1/@appstore/sickchill/env/bin/python3 /volume1/@appstore/sickchill/share/SickChill/SickChill.py --daemon --nolaunch --pidfile /volume1/@appstore/sickchill/var/sickchill.pid --config /volume1/@appstore/sickchill/var/data/config.ini --datadir /volume1/@appstore/sickchill/var/data
/volume1/@appstore/sickchill/share/SickChill/sickchill/locale
/volume1/@appstore/sickchill/share/SickChill/sickchill/locale
Traceback (most recent call last):
File "/volume1/@appstore/sickchill/share/SickChill/SickChill.py", line 14, in
import sickchill.start
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/init.py", line 1, in
from .show.indexers import indexer, ShowIndexer
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/show/indexers/init.py", line 1, in
from .handler import ShowIndexer
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/show/indexers/handler.py", line 5, in
from sickchill.tv import Show, TVEpisode
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/tv.py", line 19, in
import sickchill.oldbeard.providers
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/oldbeard/providers/init.py", line 6, in
from sickchill.oldbeard.providers import (
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/oldbeard/providers/abnormal.py", line 8, in
from sickchill.oldbeard import tvcache
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/oldbeard/tvcache.py", line 10, in
from . import db, show_name_helpers
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/oldbeard/show_name_helpers.py", line 10, in
from .name_parser.parser import InvalidNameException, InvalidShowException, NameParser
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/oldbeard/name_parser/parser.py", line 23, in
class NameParser(object):
File "/volume1/@appstore/sickchill/share/SickChill/sickchill/oldbeard/name_parser/parser.py", line 28, in NameParser
def init(self, filename: bool = True, showObj: TVShow = None, tryIndexers: bool = False, naming_pattern: bool = False, parse_method: str = None):
NameError: name 'TVShow' is not defined

@Dimas-sc if you still have this error you should raise it in SickChill https://github.com/SickChill/SickChill/issues as it's not an install error related to the SynoCommunity spk package and not a DSM7 issue either as you're still on 6.2.4-25556