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

Unhandled exception (#ee5b61b4) #2790

Closed
sqlmapreporter opened this issue Nov 20, 2017 · 2 comments
Closed

Unhandled exception (#ee5b61b4) #2790

sqlmapreporter opened this issue Nov 20, 2017 · 2 comments

Comments

@sqlmapreporter
Copy link

sqlmap version: 1.1.11.13#dev
Python version: 2.7.13
Operating system: nt
Command line: sqlmap.py --random-agent -u ***************************************************** --forms --sql-shell
Technique: BOOLEAN
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 155, in main
    start()
  File "lib/controller/controller.py", line 653, in start
    action()
  File "lib/controller/action.py", line 133, in action
    conf.dbmsHandler.sqlShell()
  File "plugins/generic/custom.py", line 89, in sqlShell
    query = raw_input("sql-shell> ")
  File "thirdparty/colorama/ansitowin32.py", line 40, in write
    self.__convertor.write(text)
  File "thirdparty/colorama/ansitowin32.py", line 141, in write
    self.write_and_convert(text)
  File "thirdparty/colorama/ansitowin32.py", line 169, in write_and_convert
    self.write_plain_text(text, cursor, len(text))
  File "thirdparty/colorama/ansitowin32.py", line 174, in write_plain_text
    self.wrapped.write(text[start:end])
IOError: [Errno 0] Error
@stamparm
Copy link
Member

Reference: tartley/colorama#101

@stamparm
Copy link
Member

Applying patch from robotframework/robotframework@828c676

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants