Comment 11 for bug 96503

Revision history for this message
ubuntu_demon (ubuntu-demon) wrote :

Another way to reproduce this error :
"Error: Failed to send command: 500 command not parseable"

From Python :

>>> import webbrowser
>>> webbrowser.open("helloPython.html")
True
>>> Error: Failed to send command: 500 command not parseable

KeyboardInterrupt
>>> webbrowser.open_new("http://www.python.org/doc")
True
>>> Error: Failed to send command: 500 command not parseable