Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to support version 1.13 #621

Open
BololZ opened this issue Sep 20, 2018 · 1 comment
Open

Update to support version 1.13 #621

BololZ opened this issue Sep 20, 2018 · 1 comment
Assignees
Labels
Contributor Opportunity Looking to contribute to wrapper? We welcome YOUR help with this issue! Help Needed! high priority proxy mode

Comments

@BololZ
Copy link

BololZ commented Sep 20, 2018

Hello,

Does the minecraft-wrapper support Minecraft 1.13.1 with protocol 401 ?
Because i have problem and the console sys Exception in thread Thread-20:

Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "Wrapper.py/proxy/server/serverconnection.py", line 148, in handle
if self.parse(pkid) and self.client.state == PLAY:
File "Wrapper.py/proxy/server/serverconnection.py", line 283, in parse
return self.parsers[self.state][pkid]()
File "Wrapper.py/proxy/server/parse_cb.py", line 407, in play_time_update
data = self.packet.readpkt([LONG, LONG])
File "Wrapper.py/proxy/packets/packet.py", line 336, in readpkt
item = self._PKTREAD[arg]()
File "Wrapper.py/proxy/packets/packet.py", line 676, in read_long
return struct.unpack(">q", self.read_data(8))[0]
struct.error: unpack requires a bytes object of length 8

Thank for your excellent project.

@suresttexas00
Copy link
Collaborator

No,

I have not had time to compare and update all the protocol parsing.

@suresttexas00 suresttexas00 self-assigned this Sep 21, 2018
@suresttexas00 suresttexas00 changed the title Supported version Update to support version 1.13 Sep 21, 2018
@suresttexas00 suresttexas00 added high priority Help Needed! Contributor Opportunity Looking to contribute to wrapper? We welcome YOUR help with this issue! and removed medium priority labels Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Opportunity Looking to contribute to wrapper? We welcome YOUR help with this issue! Help Needed! high priority proxy mode
Projects
None yet
Development

No branches or pull requests

3 participants