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

Possible regression? AttributeError: 'FlexGetLogger' object has no attribute 'deubg' #1623

Closed
mgaulton opened this issue Jan 11, 2017 · 0 comments

Comments

@mgaulton
Copy link

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:
@cvium cvium closed this as completed in 08a2bc1 Jan 11, 2017
liiight pushed a commit that referenced this issue Jan 20, 2017
* v2.9.0

* Prepare v2.9.1.dev

* Support searching for titles which contain quotes (#1618)

[change] piratebay: replacing single quotes with spaces as their search engine doesn't like them

* [added] subliminal: added support for .rar files

* NPO parameter has changed for only showing full episodes (#1616)

[change] npo_watchlist: updated to only grab broadcasts; previously it also grabbed trailers

* [fix] est_released_movies: Fixed crash with movie_year of None (#1602)

* [added] convert_magnet: new config option to fail entries if conversion fails, closes #1619

* Don't evaluate 'if' statements on un-needed phases for simple accept/reject actions.

* v2.9.1

* Prepare v2.9.2.dev

* relplace Safe by zxcvbn for password strenght testing (#1620)

* [fix] sickbeard: fixed a typo that caused a crash when 'include_data: yes', fixes #1623

* v2.9.2

* Prepare v2.9.3.dev

* Support for 2160p (#1625)

[added] quality: added support for 2160p

* [Fix][UI] improves version checking, fixes #1617

* [Fix][UI] Removing a show when in search mode, keeps the UI in search page #1559

* [Change][UI] Username is autofilled on login page

* Removed incorrect files

* v2.9.3

* Prepare v2.9.4.dev

* [Add][UI] Config section allows editing of variables

* Added warning regarding variables configuration

* v2.9.4

* Prepare v2.9.5.dev

* added support for Exx identifier in series parser (#1622)

[change] series parser: added support for Exx identifier

* [Add] My Anime List input plugin (#1629)

* [Add] My Anime List input plugin

* Review changes

* Python 3 .values =/= list

* Converting config variables to lists

* Correct list conversion

* v2.9.5

* Prepare v2.9.6.dev

* Update app.py

* Added base_url to webserver config

* Made `base_url` setting a little looser so that `/` is not mandatory

* Update url-interceptor.service.js

* Check base_url exists before prepending /

* Make sure base_url doesn't end with /

* fix api in UI

* Fix log page

* Removed leftover prints

* Fix series and movie posters not loading correctly
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

1 participant