Closed rainzee closed 1 year ago
Which endpoints require http2?
/lol-match-history/v3/matchlist/account/
Yes, Cause it force use http2. Now python community dosent have a workable http2 lib yet.
I could have used the HTTPX module, but I failed
I got 404 from /lol-match-history/v3/matchlist/account/
since April 20 even with http2. I use Nodejs.
nodejs work fine
/lol-match-history/v3/matchlist/account/ this api works fine now? i got 404 @rainzee
/lol-match-history/v3/matchlist/account/ this api works fine now? i got 404 @rainzee
I got 404 still, it says invalid function maybe developers don’t want us to use it anymore?
You need to add some header
any detail about the headers? thx!
You need to add some header
I also got 404 invaild function sometimes when i use accept or session.Its strange that i can use it normally on an account, when i switch to another one, the 404 appears. I tried to add header to request,but it doesnt work.I think is it about the account cache?Or when i use some of functions incorrectly, it was blocked?
Now some LCU API force to use http2. Requests Unable to communicate properly #