You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to 'components/core/DownloadManager.py' and 'components/core/UserManager.py'
Replace 'MySQLdb.Error' with 'MySQLdb._mysql.Error'
Expected behavior
There should not be any error called 'Module 'MySQLdb' has no 'Error' member'
Screenshots
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
There should not be any error called 'Module 'MySQLdb' has no 'Error' member'
Screenshots
Desktop (please complete the following information):
Additional context
For installations and running the web app this error will not affect.
I'll work on this issue
The text was updated successfully, but these errors were encountered: