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

MySQLdb has no 'Error' member #902

Open
BLasan opened this issue Mar 24, 2020 · 0 comments
Open

MySQLdb has no 'Error' member #902

BLasan opened this issue Mar 24, 2020 · 0 comments

Comments

@BLasan
Copy link

BLasan commented Mar 24, 2020

Describe the bug
MySQLdb module imported in DownloadManager.py and UserManager.py file gives an error call 'Module MySQLdb has no 'Error' member' in exception handelling.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'components/core/DownloadManager.py' and 'components/core/UserManager.py'
  2. Replace 'MySQLdb.Error' with 'MySQLdb._mysql.Error'

Expected behavior
There should not be any error called 'Module 'MySQLdb' has no 'Error' member'

Screenshots
Screenshot from 2020-03-24 17-40-42

Desktop (please complete the following information):

  • OS: Ubuntu 18.04.4 LTS
  • Browser: Chrome
  • Version 80.0.3987.149

Additional context
For installations and running the web app this error will not affect.
I'll work on this issue

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

Successfully merging a pull request may close this issue.

1 participant