You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Is it also compatible with the game Rust?
I have the problem that I can establish a connection but cannot query any data?
`import discord
from discord.ext import commands, tasks
from discord.commands import slash_command
from gamercon_async import GameRCON
Hey,
Is it also compatible with the game Rust?
I have the problem that I can establish a connection but cannot query any data?
`import discord
from discord.ext import commands, tasks
from discord.commands import slash_command
from gamercon_async import GameRCON
class RCONCog(commands.Cog):
def init(self, bot):
self.bot = bot
self.rcon_host = '12.123.12.123' #Blur
self.rcon_port = 28016
self.rcon_password = '123456' #Blur
self.get_server_name.start()
def setup(bot):
bot.add_cog(RCONCog(bot))
`
he always says:
Fehler beim Abrufen des Servernamens: Authentication failed - Timeout while reading data from server
The text was updated successfully, but these errors were encountered: