tgstation / MapDiffBot

Tool for generating diff images of BYOND maps
GNU Affero General Public License v3.0
8 stars 11 forks source link

Blank images generated from diff bot #116

Closed Razgriz1032 closed 4 years ago

Razgriz1032 commented 4 years ago

Diff bot is generating blank .png's for all map pull requests.

Here is an example link to a PR https://github.com/CHOMPStation2/CHOMPStation2/pull/324/checks?check_run_id=654484981

And here's the images generated. https://mdb.affectedarc07.co.uk/Files/228495881/654484981/0/before.png https://mdb.affectedarc07.co.uk/Files/228495881/654484981/0/after.png https://mdb.affectedarc07.co.uk/Files/228495881/654484981/0/diff.png

Razgriz1032 commented 4 years ago

Wasn't sure if this goes in diff bot repo or if this goes here because it seems like a rendering issue? Link to same issue on other repo: https://github.com/SpaceManiac/SpacemanDMM/issues/182

Razgriz1032 commented 4 years ago

Actually, found the log. I am seeing a lot of "bad path."

These all used to say "bad icon" and it would run fine, so I'm thinking that is of significance somehow and I don't know what it means. https://mdb.affectedarc07.co.uk/Files/228495881/654484981/0/logs.txt

If that log link doesn't work... Good run: https://github.com/CHOMPStation2/CHOMPStation2/pull/278/checks?check_run_id=535283664

Bad run: https://github.com/CHOMPStation2/CHOMPStation2/pull/324/checks?check_run_id=654484981

Razgriz1032 commented 4 years ago

Seems to have resolved itself after we did an upstream pull from Yawn Wider. I'll close this.