dustinblackman / Championify

Import recent item sets from popular aggregators like Champion.gg in to League of Legends to use within game! No hassle.
MIT License
890 stars 157 forks source link

ARAM LolFlavor #333

Closed thorsammer closed 6 years ago

thorsammer commented 7 years ago

All summoners item sets are working properly but on three different computers and setups The ARAM item sets are not downloading. Not sure what the issue is, but I'm happy to provide any additional documentation you might need. Not sure how to get a log of everything it processes, but with the settings on the below screenshot it definitely ONLY processes the champion.gg champs makes no mention of LolFlavor.

screenshot 2017-08-29 12 18 18

DatXFire commented 7 years ago

I can confirm having this problem as well.

dustinblackman commented 7 years ago

Looks like Lolflavor is no longer recording ARAM games. I'll investigate deeper later on, but I'll likely remove/replace the feature if they no longer support it. http://www.lolflavor.com/data/statsARAM.json

shinuh commented 7 years ago

from http://www.aram-ranked.info/ it says

ARAM game acquisition has not worked since July 24th. please wait for our follow up...

so it probably is some problem on riot side

Gorthezar commented 7 years ago

Same problem as well just noticed it today.

bayu01 commented 6 years ago

@dustinblackman The link you posted http://www.lolflavor.com/data/statsARAM.json is now working. At this moment is returning something like: {"champions":[{"Id":185,"champID":222,"totalGames":260,"buildType":"ARAM","winPercent":60.0,"name":"Jinx"},{"Id":110,"champID":9,"totalGames":241,"buildType":"ARAM","winPercent":61.0,"name":"Fiddlesticks"}, ... {"Id":396,"champID":72,"totalGames":29,"buildType":"ARAM","winPercent":66.0,"name":"Skarner"},{"Id":4,"champID":266,"totalGames":20,"buildType":"ARAM","winPercent":35.0,"name":"Aatrox"}]} whereas before it was returning just empty brackets. Does that mean that all we need to do is just re-import?

Also, the direct download link for their recommended item set for specific champions is working as well. i.e. http://www.lolflavor.com/champions/Jinx/Recommended/Jinx_aram_scrape.json returns: {"isGlobalForChampions":false,"associatedChampions":[],"mode":"any","blocks":[{"items":[{"count":1,"id":"2003"},{"count":1,"id":"2031"},{"count":1,"id":"2032"},{"count":1,"id":"2033"},{"count":1,"id":"2055"},{"count":1,"id":"2047"},{"count":1,"id":"2138"},{"count":1,"id":"2139"},{"count":1,"id":"2140"}],"type":"Consumable"},{"items":[{"count":1,"id":"1036"},{"count":1,"id":"1029"}],"type":"Starter"},{"items":[{"count":1,"id":"3031"},{"count":1,"id":"3085"},{"count":1,"id":"3184"},{"count":1,"id":"1001"}],"type":"Core Items - Max Skill: Q>W>E"},{"items":[{"count":1,"id":"3094"},{"count":1,"id":"3087"},{"count":1,"id":"3072"},{"count":1,"id":"3036"},{"count":1,"id":"3033"},{"count":1,"id":"3508"},{"count":1,"id":"3046"}],"type":"Core Alternatives - Endgame Items "},{"items":[{"count":1,"id":"3006"}],"type":"Boots"},{"items":[{"count":1,"id":"3153"},{"count":1,"id":"3139"},{"count":1,"id":"3035"},{"count":1,"id":"3022"},{"count":1,"id":"3156"},{"count":1,"id":"3008"},{"count":1,"id":"3034"}],"type":"Situational Items"}],"associatedMaps":[],"map":"any","title":"ARAM FOTM - 9/17/2017","isGlobalForMaps":true,"sortrank":4,"type":"custom","champion":"Jinx","priority":false}

thorsammer commented 6 years ago

Resolved. Just downloaded item sets. Seems likely to have been a LoL issue.

dustinblackman commented 6 years ago

Can confirm it's working again. Thanks for the help guys. 👍