-
Notifications
You must be signed in to change notification settings - Fork 481
Possible regression? AttributeError: 'FlexGetLogger' object has no attribute 'deubg' #1623
Description
I've seen this previously and understood that it was fixed but looking at the master and 2.9.1 tagged files, there is still a reference that is incorrect.
flexget/plugins/input/sickbeard.py
log.deubg('processing show data: {}'.format(show_json['data']))
Expected behaviour:
series should not bomb out on error.
Actual behaviour:
2017-01-11 13:24 CRITICAL task Sickrage BUG: Unhandled error in plugin configure_series: 'FlexGetLogger' object has no attribute 'deubg'
Traceback (most recent call last):
File "/usr/lib64/python3.4/site-packages/flexget/task.py", line 490, in __run_plugin
return method(*args, **kwargs)
File "/usr/lib64/python3.4/site-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/lib64/python3.4/site-packages/flexget/plugins/operate/configure_series.py", line 71, in on_task_start
result = method(task, input_config)
File "/usr/lib64/python3.4/site-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/lib64/python3.4/site-packages/flexget/plugins/input/sickbeard.py", line 107, in on_task_input
log.deubg('processing show data: {}'.format(show_json['data']))
AttributeError: 'FlexGetLogger' object has no attribute 'deubg'
Steps to reproduce:
Configure series, run task.
- Flexget Version: 2.9.1
- Python Version: 2.9.12
- Installation method: pip
- OS and version: OpenSuse Leap42.2
- Link to crash log: