======== RESTART: C:\Minescratch\mcpi-scratch-master\mcpi-scratch.py ========
INFO:__main__:Namespace(host=None)
ERROR:__main__:cannot connect to minecraft
Traceback (most recent call last):
File "C:\Minescratch\mcpi-scratch-master\mcpi-scratch.py", line 267, in <module>
mc = minecraft.Minecraft.create()
File "C:\Minescratch\mcpi-scratch-master\mcpi\minecraft.py", line 171, in create
return Minecraft(Connection(address, port))
File "C:\Minescratch\mcpi-scratch-master\mcpi\connection.py", line 17, in __init__
self.socket.connect((address, port))
File "C:\Python27\lib\socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it
Traceback (most recent call last):
File "C:\Minescratch\mcpi-scratch-master\mcpi-scratch.py", line 267, in <module>
mc = minecraft.Minecraft.create()
File "C:\Minescratch\mcpi-scratch-master\mcpi\minecraft.py", line 171, in create
return Minecraft(Connection(address, port))
File "C:\Minescratch\mcpi-scratch-master\mcpi\connection.py", line 17, in __init__
self.socket.connect((address, port))
File "C:\Python27\lib\socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it