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

ValueError: invalid message type: 18 between Server 5.0.1 and Client 6.0.0 #552

Open
d1rksm33ts opened this issue Mar 15, 2024 · 1 comment

Comments

@d1rksm33ts
Copy link

Describe the issue briefly here, including:

Environment

Server running on python3.6 using rpyc 5.0.1
Client running on python3.11 using rpyc 6.0.0

Client gets an invalid message type: 18

File "/usr/lib/python3.11/site-packages/rpyc/core/protocol.py", line 432, in _dispatch
raise ValueError(f"invalid message type: {msg!r}")
ValueError: invalid message type: 18

rpyc.version
'6.0.0'

When I install rpyc 5.3.1 on the client side, it works fine.

Is it to be expected that 5.x <-> 6.x is throwing this Error?

@meesokim
Copy link

meesokim commented May 8, 2024

I've got the same problem. Currently I reverted to 5.3.1 instead of 6.0.0 to avoid the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants