babelshift/SteamWebAPI2

GetServerSteamIDsByIP() returns null

xWolfx93 opened this issue · 2 comments

Hello,

to quickly summarize i am trying to add a functionality to my discord bot to see if a given steam server is online. So i figured this API should do the trick, but i am getting no data back. and Yes the key is right, the sample usage from the Readme works fine.

attached is my code, i figure i am just doing something very wrong.
grafik

And you're sure that your server is online?

It looks like there is a method on the Steam Web API that I never mapped to this library called GetServersAtAddress.

GET https://api.steampowered.com/ISteamApps/GetServersAtAddress/v1?addr=<ip_addr>

I'll try to get it added. In the meantime, you can try to hit that URL directly in your browser (obviously add your API KEY to the query string params) and see if you get results.

Closing because no response to above question.