-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't authenticate to RiotClientUx #106
Comments
I think the issue here is that we need to change regex when we are trying to connect to Riot Client but process stays the same "LeagueClientUx.exe"
|
Hi, thanks for the issue! What does the LeagueClientUx.exe command line arguments look like? league-connect will by default try the LeagueClientUx executable, not the LeagueClient one. |
Hello!
from authentication.ts starting at line 123 when you set in authentication parameter name to "name: "RiotClientUx"
Hope im clear enough, if there is something you cant understand please I'll try explaining again :D or we can do quick call also |
LeagueClientUx command line: as you can see there are LeagueClient credentials and RiotClient credentials |
RiotClientUx closes once you log into League unless you manually open it back up. However, when it is open it uses |
No, I want to use RiotClientUx, just as mentioned as a feature of this library. In my case i need endpoint from that client, so that is 0.01% case apperently. |
Does the patch from Eugene in #108 fix it? Try rc-12 |
Hey, I wanted to authenticate with RiotClientUx, but after specified it in authenticate name: "RiotClientUx" im getting "league client process could not be located". I've noticed that there is no RiotClientUx process launched, only LeagueClientUx and LeagueClient with commands suggests that RiotClient is bundled into it? Im not really sure.
The text was updated successfully, but these errors were encountered: