bela333 / replaymod-world

A way to extract world files from Replaymod replays
MIT License
7 stars 0 forks source link

Not working. #1

Open KedisPL opened 1 year ago

KedisPL commented 1 year ago

When I try to run it it's refuses to do it.

C:\Windows\System32>>python3 "C:\Minecraft World Downloader\replaymod-world-main\server.py" "C:\Minecraft World Downloader\replaymod-world-main\Space Valkyria.mcpr"
Traceback (most recent call last):
  File "C:\Minecraft World Downloader\replaymod-world-main\server.py", line 84, in <module>
    join_socket.connect(('127.0.0.1', JOIN_PORT))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
bela333 commented 1 year ago

Do you have Mircokroon's world downloader running, on the port specified by the readme?

KedisPL commented 1 year ago

Yeah, but the newer Minecraft World Downloader version don't have port options

KedisPL commented 1 year ago

When I used replay from 1.18 and older version of World Downloader it worked, but I need to get world from replay from 1.19.4

KedisPL commented 1 year ago

I got it working

bela333 commented 1 year ago

What did you do to get it working?

KedisPL commented 1 year ago

I just changed the ip from example.com to example.com:3333 and changed the downloader port to 3334