RCVolus/lol-pick-ban-ui

Waiting for League Client

Closed this issue · 2 comments

It wont detect my league client. I have tried reinstalling, firewall off, etc. Not sure why it wont detect it.

It seems like you have a similar issue such as #113

I did some changes to the experimental connector that should help us debug the issue further.

First, can you please redownload the whole project? (and go trough installation again).

Then, please execute the backend (in the backend folder) like that (while the League Client is open). Make sure to adapt the LeaguePath if required:
npm start -- --debug --experimentalConnector --leaguePath "C:\Riot Games\League of Legends"

This should provide us with more information. Maybe it even works.

Then, I also added more error logging when the error happened with auto detecting the client. So could you maybe also try:
npm start -- --debug --experimentalConnector

Thank you in advance!

I have solved it. League was running in admin, just ran the PS as admin and worked fine