-
Notifications
You must be signed in to change notification settings - Fork 0
/
trainer2.py.log7
42 lines (42 loc) · 1.64 KB
/
trainer2.py.log7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
### START ###
site: https://umbelmania.umbel.com/training/
initial_payload: {
"player_name": "Bodds by Dodds",
"email": "todd.jones@gmail.com",
"opponent": "arena2"
}
game initialized, json: {
"gamestate": {
"opponent_name": "pinco pallo",
"player_name": "Bodds by Dodds",
"opponent_moves": [],
"total_score": 0,
"id": "9232a976-8304-4a6f-9486-6652d454a273",
"your_moves": [],
"seed": 6800343802763505891,
"moves_remaining": 1000,
"email": "todd.jones@gmail.com",
"opponent": "arena2"
},
"signature": "a2rvyrZ2kmK3Vcwpv4KU27JoGOU="
}
Traceback (most recent call last):
File "./trainer2.py", line 65, in <module>
main()
File "./trainer2.py", line 56, in main
json_payload = getTheMotherLoad(json_payload, site)
File "./trainer2.py", line 25, in getTheMotherLoad
return_payload = urllib2.urlopen(post, json.dumps(json_payload))
File "C:\Anaconda2\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda2\lib\urllib2.py", line 435, in open
response = meth(req, response)
File "C:\Anaconda2\lib\urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Anaconda2\lib\urllib2.py", line 473, in error
return self._call_chain(*args)
File "C:\Anaconda2\lib\urllib2.py", line 407, in _call_chain
result = func(*args)
File "C:\Anaconda2\lib\urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: INTERNAL SERVER ERROR