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

Fix AttributeError: type object 'GithubException' has no attribute 'B… #867

Merged
merged 4 commits into from
Aug 11, 2016

Conversation

fernandog
Copy link
Contributor

@fernandog fernandog commented Aug 9, 2016

Seems its fixed.

2016-08-09 18:40:25 ERROR    Thread-15 :: [8ae98dd] Failed doing web ui callback: Traceback (most recent call last):
  File "/home/osmc/SickRage/sickbeard/server/web/core/base.py", line 268, in async_call
    result = function(**kwargs)
  File "/home/osmc/SickRage/sickbeard/server/web/core/error_logs.py", line 170, in submit_errors
    submitter_result, issue_id = logger.submit_errors()
  File "/home/osmc/SickRage/sickbeard/logger.py", line 524, in submit_errors
    except (GithubException.BadCredentialsException, GithubException.RateLimitExceededException) as e:
AttributeError: type object 'GithubException' has no attribute 'BadCredentialsException'
Traceback (most recent call last):
  File "/home/osmc/SickRage/sickbeard/server/web/core/base.py", line 268, in async_call
    result = function(**kwargs)
  File "/home/osmc/SickRage/sickbeard/server/web/core/error_logs.py", line 170, in submit_errors
    submitter_result, issue_id = logger.submit_errors()
  File "/home/osmc/SickRage/sickbeard/logger.py", line 524, in submit_errors
    except (GithubException.BadCredentialsException, GithubException.RateLimitExceededException) as e:
AttributeError: type object 'GithubException' has no attribute 'BadCredentialsException'

@fernandog fernandog merged commit 164af1b into develop Aug 11, 2016
@fernandog fernandog deleted the fix_github branch August 11, 2016 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants