hi, i've done a function in python that send a command in to a game server using the RCON protocol to extrapulate the online player in the server, the code seems to be good, also the build don't fail, but when i try to execute the function this is what i get
the code also seems to be good
Hmm...maybe MCRcon uses signals
i dont really know, can you suggest me any library to use the rcon protocol
[SOLVED]Signal only works in main thread
i solved it implementing a rcon protocol connectiction without the use of library
using socket
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...