Reading Civ5Replay files (update: HTML export!)

I lied. It kept saying it failed, but when I checked the "Failed Replays" mine weren't listed. So I checked the "Replay" section and after a few minutes my replays were in there! The error I was getting was "Toggle" something. Anyway, it does appear to work for me, so THANK YOU to those responsible. I really really appreciate it!
 
I lied. It kept saying it failed, but when I checked the "Failed Replays" mine weren't listed. So I checked the "Replay" section and after a few minutes my replays were in there! The error I was getting was "Toggle" something. Anyway, it does appear to work for me, so THANK YOU to those responsible. I really really appreciate it!

The whole website is cached a few minutes but it shouldn't be cached if you get any error.

The "toggle" is a button to show the actual error message, if you just give me the link to the replay I can take a look :-)
 
The fail error message gets displayed even for successful jobs (after you upload), which is a bit confusing. If you click Toggle nothing is displayed. I'm guessing it should be an easy fix.

Anyway congrats for this amazing job !!!
 
The fail error message gets displayed even for successful jobs (after you upload), which is a bit confusing. If you click Toggle nothing is displayed. I'm guessing it should be an easy fix.

Anyway congrats for this amazing job !!!

Huh that is odd, not supposed to happen. I checked this extensively before deploying, I will take a look :-)
 
Website down? I get this (humorous) message: "Please be calm while we crash and burn into an errupting volcano. Life wests are found under your seat."
 
The site has actually been static all week due to a power outage (cached-version) but as of yesterday it's working again. You must have visited it just as it was starting up :-)
 
I keep trying to see either the replays or the failed jobs, and all I get is a page named SHAIT, and a message that says: "Please be calm while we crash and burn into an errupting volcano. Life wests are found under your seat."
 
This is really very great indeed, nothing like watching my degenerate civ spread across the globe like a virus, thanks so much for taking the time to create it.
 
Looks like this needs another update after the latest patches. I tried uploading my GOTM 20 game to the website and it's now listed under Failed Jobs. I then tried downloading the version of the Python script that was posted by MouseyPounds on the previous page and running it manually, and this is what I got:

Code:
C:\Python27>python civ5replay.py -H GOTM20.Civ5Replay -m GOTM20.Civ5Map replay.h
tml
Replaying: replay.html
------------------------------------------------------------------------------

Traceback (most recent call last):
  File "civ5replay.py", line 1903, in <module>
    replay = Civ5Replay(args[0])
  File "civ5replay.py", line 1207, in __init__
    Civ5FileReader.__init__(self, input)
  File "civ5replay.py", line 950, in __init__
    input = file(input, "rb")
IOError: [Errno 2] No such file or directory: 'replay.html'
 
I've used this to create a parser just for the Notification Log.

https://github.com/alcaras/civ5benchmark

There are some significant limitations (e.g. I've only got it working for Poland thus far, and it just does the Notification Log, none of the map or anything), but it's working well for me so far.
 
Back
Top Bottom