RCVolus / lol-pick-ban-ui

Web-Based UI to display the league of legends champ select in esports tournaments.
MIT License
244 stars 68 forks source link

Waiting for League Client #114

Closed ExpoUS closed 3 years ago

ExpoUS commented 3 years ago

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

Laraakaa commented 3 years ago

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!

ExpoUS commented 3 years ago

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