cassiopeia icon indicating copy to clipboard operation
cassiopeia copied to clipboard

MissingKeyError: platform must be in query!

Open klm4life opened this issue 3 years ago • 1 comments

Hi. I was trying this library out so I copied the sample code but got MissingKeyError: platform must be in query!

This error occurs after challenger_league = cass.get_challenger_league(queue=cass.Queue.ranked_solo_fives) runs.

I am not sure about how to resolve this issue. Thanks in advance,

klm4life avatar Oct 20 '21 08:10 klm4life

I have the same error do you solve it?

eloguh avatar Jan 22 '22 12:01 eloguh

You can set the region/platform like this: challenger_league = cass.get_challenger_league(region="NA", queue=cass.Queue.ranked_solo_fives)

jjmaldonis avatar Oct 07 '22 20:10 jjmaldonis