I think there's a problem with the aceshigh1 Diplomacy game. When I try to go there, I get this in my browser:
DPjudge Code Error
Traceback (most recent call last):
File "/home/dpjudge/www/index.py", line 15, in handle
template = variant.title() + form.get('page', not game and 'Index'
File "/home/dpjudge/www/dpjudge.py", line 5275, in __init__
if self.include(template): raise SystemExit
File "/home/dpjudge/www/dpjudge.py", line 5301, in include
if inCode: exec stuff in globals()
File "", line 4, in ?
File "", line 1271, in loadGame
File "/home/dpjudge/www/standard.py", line 10, in __init__
Game.__init__(self, gameName)
File "/home/dpjudge/www/dpjudge.py", line 43, in __init__
if name: self.load(fileName)
File "/home/dpjudge/www/dpjudge.py", line 743, in load
self.validateStatus()
File "/home/dpjudge/www/standard.py", line 74, in validateStatus
else: self.validOrder(power, unit, order)
File "/home/dpjudge/www/dpjudge.py", line 250, in validOrder
elif not self.canConvoy(unitLoc, rcvr[0], rcvr[2:], dest):
File "/home/dpjudge/www/dpjudge.py", line 354, in canConvoy
for x in result if x.upper() in self.map.unclear]
exceptions.TypeError: can't multiply sequence to non-int
