ChaoticWeg / champ-watch

(League of Legends) Tracks free-week champs, notifies you of the status of your favorite champs
http://champ-watch.herokuapp.com
0 stars 0 forks source link

Orianna is a blue square #2

Closed ChaoticWeg closed 8 years ago

ChaoticWeg commented 8 years ago

Exactly what the title says.

What.

ChaoticWeg commented 8 years ago

This appears to be an issue with the static images served by DataDragon version 6.4.1. The image retrieved from DataDragon with champ key "Orianna" is a 1000x1000 blue square.

Everything on the site's end is correct, it looks like it's just an issue upstream. There are two options:

  1. Deal with it. The champs are all in alphabetical order, and Ori is the only champ doing this. The hover text is correct as well. This looks horrible, though.
  2. Roll back and use a previous version of DataDragon until the issue is fixed.

I'm leaning toward option 2. For now, this is the only real "bug", and it's upstream anyway.

ChaoticWeg commented 8 years ago

Confirmed upstream issue with DataDragon version 6.4.1. They fixed it in version 6.4.2.

DataDragon version is now based in an environment variable. Later we will get this dynamically on dyno startup.