For now I'm using this great utility to send new turns to players.
But when it sends the turn to
marco.andreoni@aliceposta.it it raises this error.
What is it?
Thanks.
---------------------------------------------------
Sending turn to
marco.andreoni@aliceposta.it nation early_vanheim
turn path: C:\Giochi\dominions3\savedgames\Elevento\early_van heim.trn
Traceback (most recent call last):
File "C:\Program Files\459268-PBEM_Util\domIII_PBEM_utils.py", line 784, in <module>
ineractive_mode()
File "C:\Program Files\459268-PBEM_Util\domIII_PBEM_utils.py", line 780, in in eractive_mode
switchAction.get(opt, help)()
File "C:\Program Files\459268-PBEM_Util\domIII_PBEM_utils.py", line 152, in mngGame
switchMngAction.get(opt, help)()
File "C:\Program Files\459268-PBEM_Util\domIII_PBEM_utils.py", line 389, in send_turns
self.send_turn(turn_path, to, 'New '+self.active_game+' turn, number '+turn_
number+', for '+nation, body)
File "C:\Program Files\459268-PBEM_Util\domIII_PBEM_utils.py", line 374, in send_turn
self.ga.sendMessage(msg)
File "C:\Program Files\Python25\lib\site-packages\libgmail.py", line 592, in sendMessage
items = self._parsePage(req)
File "C:\Program Files\Python25\lib\site-packages\libgmail.py", line 352, in _
parsePage
items = _parsePage(self._retrievePage(urlOrRequest))
File "C:\Program Files\Python25\lib\site-packages\libgmail.py", line 333, in _
retrievePage
resp = urllib2.urlopen(req)
File "C:\Program Files\Python25\lib\urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "C:\Program Files\Python25\lib\urllib2.py", line 374, in open
response = self._open(req, data)
File "C:\Program Files\Python25\lib\urllib2.py", line 392, in _open
'_open', req)
File "C:\Program Files\Python25\lib\urllib2.py", line 353, in _call_chain
result = func(*args)
File "C:\Program Files\Python25\lib\urllib2.py", line 1109, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "C:\Program Files\Python25\lib\urllib2.py", line 1076, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (10053, 'Software caused connection abort')>
---------------------------------------------------