mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 05:56:18 +00:00
Update related to the Issue #2769
This commit is contained in:
parent
4102d87521
commit
e80e841b25
3 changed files with 9 additions and 3 deletions
|
|
@ -262,6 +262,12 @@ def main():
|
|||
logger.error(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "twophase" in excMsg:
|
||||
errMsg = "please update the 'sqlalchemy' package"
|
||||
errMsg += "(Reference: https://github.com/apache/incubator-superset/issues/3447)"
|
||||
logger.error(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "can't start new thread" in excMsg:
|
||||
errMsg = "there has been a problem while creating new thread instance. "
|
||||
errMsg += "Please make sure that you are not running too many processes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue