Closed aklo closed 2 years ago
Thank you for posting this, please give me one moment to look it over, and post somethings for myself.
Can you please remove all tokens from your compose file and post it as well?
BOT_NAMES: "ProjectZomboid"
BOT_PUBADDRESSES: "hostname"
BOT_PORTS: "16969"
BOT_DISCORD_TOKENS: "*"
BOT_UPDATE_TIME: "30"
BOT_STATUSES: "0"
BOT_USENAMETAGS: "false"
BOT_PROVIDERTYPES: "0"
BOT_APPLICATION_VARIABLES: "SteamAPIKey,*"
@aklo I think I have determined the issue that you are facing, and have created a fix in #49 . The problem is that I was treating all API returns as if they were JSON object; however, address resolution is purely a string. This will be in dev shortly, if you could test the dev tag in docker <3
Perfect! It's up and running now. Thank you so much!
I'll release this to the latest tag tomorrow. Thank you for reporting your issue.
I'm using docker compose to run the program. The docker was working fine a few days ago. The value for BOT_PUBADDRESSES is hostname.
Screenshots