PazerOP / tf2_bot_detector

Automatically detects and votekicks cheaters/bots in TF2 casual.
MIT License
403 stars 54 forks source link

[BUG] API lookup failing #322

Open Dr-n00dle opened 3 years ago

Dr-n00dle commented 3 years ago

Describe the bug

Steam API lookup always failed

To Reproduce

I'm not sure, I have a valid API key

Expected behavior

Steam API lookup should succeed

Logs

WorldState.cpp(983):GetTF2Playtime: class tf2_bot_detector::http_error: Failed to HTTP GET https://api.steampowered.com:443/IPlayerService/GetOwnedGames/v0001/?key=&input_json=%7B%22appids_filter%22%3A%5B440%5D,%22include_played_free_games%22%3Atrue,%22steamid%22%3A76561199048445793%7D: SSL connection error

Screenshots

https://imgur.com/a/AdbPJ7W

Desktop (please complete the following information):

  • OS: Windows 10
  • Version of bot detector 1.2.0.798

Additional context

Doesn't seem to alter function, just spams the log in the bottom right

Dr-n00dle commented 3 years ago

debug_report.zip

Dr-n00dle commented 3 years ago

Seems to happen with all API lookups WorldState.cpp(298):UpdateFriends: Failed to update our friends list: class tf2_bot_detector::http_error: Failed to HTTP GET https://api.steampowered.com:443/ISteamUser/GetFriendList/v0001/?key=&steamid=76561197987315729: SSL connection error

ClusterConsultant commented 3 years ago

Try updating to the latest nightly. Some api stuff has been changed since 798

ClusterConsultant commented 3 years ago

@Dr-n00dle are you still having this issue?