-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Match version does not match static data version #281
Comments
It's fixed for now since Riot released static data for 9.7.1, but I guess implementing some kind of fallback mechanism is still a good idea. |
Yeah this was really unfortunate. I've been thinking about what cass' behavior in this sort of situation should be and while I like the idea of having a fallback, I'm wary of a couple of things:
Those things said, this is also something that is (hopefully) sufficiently infrequent that we won't see it many more times in the future. I'd like to get Jason to weigh in on these concerns before we make a change, as it's probably going to require the addition of some new message passing between core and the datapipeline to support this. Let me know if you have any other thoughts in the meantime and thanks for bringing this up, |
The current match version
9.7.269.2391
(mapped to to9.7.1
in cass) is used to load any item related to that match, causing errors since the static files it refers to does not exist.I've hardcoded something on my end to force the match version to be set to
9.6.1
when it is set to9.7.1
in cass, but that's obviously not the way to go. I am curious to hear why the match version is already set to9.7.X
, but I guess it's just Riot messing with the IDs again.Maybe cass should check wether the call to the static data returned the expected object and if it is not the case, use a previous version to actually fetch it.
The text was updated successfully, but these errors were encountered: