davidtavarez / pwndb

Search for leaked credentials
https://davidtavarez.github.io/2019/tutorial-pwndb-command-line-tool-python/
MIT License
1.31k stars 241 forks source link

Added cast to string to show error message when an exception arises #43

Closed ricardojoserf closed 4 years ago

ricardojoserf commented 4 years ago

When getting an exception (not related with connection problems) the error message is not displayed, instead a message "TypeError: can only concatenate str (not "InvalidSchema") to str" appears. I got this error running the program before installing the PySocks package but it could happen with other exceptions, I hope this helps!