barneygale / quarry

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

how do i use quarry skeleton proxy with offline client and server? #142

Open dolphin-cat opened 2 years ago

dolphin-cat commented 2 years ago

how do i use quarry skeleton proxy with offline client and server?

davidawesome02 commented 2 years ago

I don't quite understand, you run it specifying the ports and the Ip you shouldn't have to change

ChillerDragon commented 6 months ago

I can reproduce the issue. I am not able to use the proxy examples without internet access. For example using the proxy_hide_chat.py example to connect to a vanilla 1.19.2 server with online mode false while my internet is turned off. It works fine when connecting directly but not via the proxy. It also works fine with the proxy as soon as I turn on my internet.

image