Closed LeagueOfPoro closed 1 year ago
I mentioned this too 5 months ago and he released a beta version: https://github.com/sousa-andre/lcu-driver/tree/3.0.0a2
Didn't try it out yet though, finding that bug in his code after 400 lines of implementing it like that, tilted me too much back then. Still trying to get back into it π Let me know if you figure out how it works
@Avnsx TBH, I am just dropping lcu-driver in my project. I need only simple HTTPS communication anyway and this whole library is a bit overkill.
@LeagueOfPoro The issue should be fixed with the latest commit (65bf219). The library was broken by a pull request I merged a year ago that I forgot to fix until now π
@Avnsx TBH, I am just dropping lcu-driver in my project. I need only simple HTTPS communication anyway and this whole library is a bit overkill.
Why do you believe the library is a overkill? Any ideas how I could make it better/simpler?
I'm glad you figured it out.
The library is great. π But all I need is to send simple nonasync get/post. So managing a dependency is not worth for me when the entire code I need is only 40 LOC
I'm glad you figured it out.
The library is great. π But all I need is to send simple nonasync get/post. So managing a dependency is not worth for me when the entire code I need is only 40 LOC
Understandable ππΌ
I'm closing this issue since the problem should be fixed.
Hi, it seems like the
connection.request
is returning _RequestContextManager instead of the proper ClientResponse.I'm testing it on the example code from docs:
Throws:
I am using the latest lcu-driver from github. Pipfile: