floh22 / LeagueBroadcast

League of Legends Spectate Overlay Tools
MIT License
218 stars 46 forks source link

LiveEventAPI Connection Failed #8

Closed Ukan0 closed 3 years ago

Ukan0 commented 3 years ago

Hi. When i open a replay i get something like this in logs [12-23-25] [WARNING] Sequence contains no matching element [12-23-26] [WARNING] Sequence contains no matching element [12-23-26] [WARNING] Sequence contains no matching element [12-23-26] LiveEventAPI Connection Failed! [12-23-26] [WARNING] No connection could be made because the target machine actively refused it. 127.0.0.1:34243 I get the same logs on two different computers on different networks Ive tried turning off firewall. Also checked if something is listening on the same port but i got nothing

floh22 commented 3 years ago

Was this on patch 11.9 or 11.10? Also can you post your lol game config? It should be in Riot Games/League of Legends/Config/game.cfg

Ukan0 commented 3 years ago

I tested it yesterday on patch 11.9 and today on patch 11.10 game.txt

floh22 commented 3 years ago

Im guessing you do not have League installed at the default location. I haven't added support for this yet. For now if League is not installed at the default location, add the following to that file:

[LiveEvents]
Enable=1
Port=34243

and drop the following file into the config folder as well and call it LiveEvents.ini . This should solve the LiveEvents issue. https://github.com/floh22/LeagueBroadcastHub/files/6466833/LiveEvents.txt

Ukan0 commented 3 years ago

Thank you. That helped