Willump icon indicating copy to clipboard operation
Willump copied to clipboard

Please support Http2.

Open LianhaoXue opened this issue 3 years ago • 1 comments

Now some LCU API force to use http2. Requests Unable to communicate properly For example, ‘/lol-matchmaking/v1/ready-check/accept’

LianhaoXue avatar Apr 22 '22 05:04 LianhaoXue

thank you. will do.

elliejs avatar May 19 '22 16:05 elliejs

Works fine today. Is this still an issue? Closing otherwise. Sample code:

import willump
import asyncio
import logging
import json
logging.getLogger().setLevel(level=logging.DEBUG)
wllp = await willump.start()
logging.getLogger().setLevel(level=logging.NOTSET)
await wllp.request('post', '/lol-matchmaking/v1/ready-check/accept')

elliejs avatar Mar 20 '23 17:03 elliejs