barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
533 stars 74 forks source link

Proxy connection #43

Closed Dranorandin17 closed 6 years ago

Dranorandin17 commented 7 years ago

How through the proxy to redirect the player from the server to the server, I did through this code:


self.connect_host = '127.0.0.1'
self.connect_port = 25568
self.connect ()

But when this code is executed, the player flips from the server to the server, but there is a long download of the world:

loadworld

How and with what to do?

barneygale commented 7 years ago
  1. Are the client, proxy and server running on the same host, or is part of this happening over the internet?
  2. Does the client eventually get in-game, or are you stuck permanently on 'Downloading terrain'?
Dranorandin17 commented 7 years ago

@barneygale

  1. Internet
  2. the player is not joined. Constantly 'Downloading terrain'
Dranorandin17 commented 7 years ago

Hey, barney

barneygale commented 6 years ago

No idea why this would happen. Without a repro case I can't help, sorry.