Advertisement
Guest User

Untitled

a guest
Jan 9th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\juusu\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner
  3. self.run()
  4. File "A:\DokutalandMC\RconJobs-master\rconjobs.py", line 63, in run
  5. task.run(self.__console)
  6. File "A:\DokutalandMC\RconJobs-master\tasks\welcome.py", line 27, in run
  7. console.execute('say Welcome to AMPCraft!')
  8. File "A:\DokutalandMC\RconJobs-master\jobs.py", line 33, in execute
  9. self.__con.connect()
  10. File "C:\Users\juusu\AppData\Local\Programs\Python\Python310\lib\site-packages\mcrcon.py", line 77, in connect
  11. self.socket.connect((self.host, self.port))
  12. ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement