renfredxh / compilebot

A bot that executes source code in reddit comments

Home Page:http://reddit.com/r/CompileBot/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catch Ideone Connection Errors

renfredxh opened this issue · comments

14-11-29 17:56:42: Error processing comment cmg8rry Traceback (most recent call last): File
"/compilebot/compilebot/compilebot.py", line 473, in main processunread(new, r) File
"/compilebot/compilebot/compilebot.py", line 26, in wrapper return func(args, *kwargs) File
"/compilebot/compilebot/compilebot.py", line 383, in process_unread reply = create_reply(new) File
"/compilebot/compilebot/compilebot.py", line 316, in create_reply details = compile(src, lang, stdin=stdin)
File "/compilebot/compilebot/compilebot.py", line 185, in compile details = i.submission_details(sub_link)
File "build/bdist.linux-x86_64/egg/ideone/init.py", line 288, in submission_details with_compilation_info)
File "build/bdist.linux-x86_64/egg/suds/client.py", line 542, in __call_ return client.invoke(args, kwargs)
File "build/bdist.linux-x86_64/egg/suds/client.py", line 602, in invoke result = self.send(soapenv) File
"build/bdist.linux-x86_64/egg/suds/client.py", line 637, in send reply = transport.send(request) File
"build/bdist.linux-x86_64/egg/suds/transport/https.py", line 64, in send return HttpTransport.send(self,
request) File "build/bdist.linux-x86_64/egg/suds/transport/http.py", line 79, in send result = Reply(200,
fp.headers.dict, fp.read()) File "/usr/lib/python2.7/socket.py", line 351, in read data =
self._sock.recv(rbufsize) File "/usr/lib/python2.7/httplib.py", line 567, in read s = self.fp.read(amt) File
"/usr/lib/python2.7/socket.py", line 380, in read data = self._sock.recv(left) error: [Errno 104] Connection
reset by peer