PhlexPlexico / G5API

An express API for CS2 Servers using MatchZy and PugSharp to record and manage matches.
MIT License
96 stars 31 forks source link

URLs not being set properly #252

Closed PhlexPlexico closed 1 year ago

PhlexPlexico commented 1 year ago
          this is a piece of the log with an error that was in the previous API, the API logs are fine, there are no errors

BNK#3: !r L 06/24/2023 - 18:27:12: "BNK#3<3>" say "!r" *src/common/httpclient.cpp (808) : pHost && pHost** src/common/httpclient.cpp (808) : pHost && *pHost L 06/24/2023 - 18:27:12: [get5.smx] Event HTTP request failed due to a network or configuration error. Make sure you have enclosed your event URL in quotes. BNK#1: !r L 06/24/2023 - 18:27:26: "BNK#1<6>" say "!r" *src/common/httpclient.cpp (808) : pHost && pHost** src/common/httpclient.cpp (808) : pHost && *pHost L 06/24/2023 - 18:27:26: [get5.smx] Event HTTP request failed due to a network or configuration error. Make sure you have enclosed your event URL in quotes.

Originally posted by @Bunker56 in https://github.com/PhlexPlexico/G5API/issues/251#issuecomment-1605613350

Bunker56 commented 1 year ago

Perfectly!... Everything works, and with a minimum of plugin settings, I installed only the server id...

Bunker56 commented 1 year ago

I have one more question - how is utility damage calculated, I can't find a clear explanation.

PhlexPlexico commented 1 year ago

Gett5 reports the utility damage at the end of each round. It's in the stats system, which I believe is any type of damage from utility - molotovs, grenades, etc.

http://splewis.github.io/get5/latest/stats_system/#example

Bunker56 commented 1 year ago

Thanks. :)