Actual error message i just got:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
svn: Can't connect to host '192.168.1.40': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
People complain when they're short, and people complain when they're verbose. Why care? Those messages are there to help you figure what's going wrong, the more info the better.
>>4
I never said anything about code verbosity! Error messages can be as detailed as they need to be, on the other hand, I prefer my code to be compact and properly abstracted.
Name:
Anonymous2009-07-18 21:57
>>2 Non-repetitive and helpful error messages are whats wanted, for example it could have simply said:
svn: Connection timed out to '192.168.1.40'
Name:
Anonymous2009-07-18 22:59
>>5
You've obviously never seen the compiler spit ten or so error messages per actual errors when there are templates involved.
>>7
That's because I don't write much code SEPPLES.
Name:
Anonymous2009-07-19 8:44
>>2
That's not simply verbosity, that's terminal memory wastage.
Name:
Anonymous2009-07-19 21:40
>>1
The problem is not Eclipse™; it is the svn plug-in you have installed into your Eclipse™ environment. Please contact the maintainers of that plug-in and file a bug report.
Name:
Anonymous2009-07-19 22:51
Traceback (most recent call last):
File "./progscrape.py", line 101, in <module>
page = urllib.urlopen(read_url + thread[0] + '/1-').read().decode('utf-8')
File "/usr/lib/python2.5/urllib.py", line 82, in urlopen
return opener.open(url)
File "/usr/lib/python2.5/urllib.py", line 190, in open
return getattr(self, name)(url)
File "/usr/lib/python2.5/urllib.py", line 325, in open_http
h.endheaders()
File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
self._send_output()
File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
self.send(msg)
File "/usr/lib/python2.5/httplib.py", line 699, in send
self.connect()
File "/usr/lib/python2.5/httplib.py", line 683, in connect
raise socket.error, msg
IOError: [Errno socket error] (116, 'Connection timed out')