GravityWolfNotAmused / PlayerCountDiscordBot

A simple discord bot that updates their status' to show player counts.
MIT License
36 stars 16 forks source link

[BUG] #9

Closed ggvix closed 2 years ago

ggvix commented 2 years ago

Describe the bug For some reason it's not working properly for me, all I get is this: image

To Reproduce Steps to reproduce the behavior:

  1. Configure everything as it is supposed to be: image

  2. After running it, Observing the console it seems it's getting responses from the server but it doesn't work as shown on the first provided screenshot. image

No error messages. just doesn't work as it should.

GravityWolfNotAmused commented 2 years ago

@ggvix Your query port is 2512, not 2502. image

GravityWolfNotAmused commented 2 years ago

https://www.battlemetrics.com/servers/dayz/2992261

ggvix commented 2 years ago

Now I see what I was doing wrong. That's cool. That's the o ly info I can get from the server? Can't I get for example in-game time?

GravityWolfNotAmused commented 2 years ago

I have the ability to get time information with a different API; however, this would make the bot specific for DayZ which would limit the scope of who wishes to use it. Steam doesn't hold onto much more than generic server information.

This was suggested in my discord, and I may have to make a DayZ specific bot in the future; however, I would have to ask permission from the other API.

ggvix commented 2 years ago

Cool. Let me know if you are going ahead with this dayz bot project. I really appreciate it.