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

Locked online editing bug #37

Open
IceflowRE opened this issue Feb 9, 2015 · 3 comments
Open

Locked online editing bug #37

IceflowRE opened this issue Feb 9, 2015 · 3 comments

Comments

@IceflowRE
Copy link
Member

If you get on a server which does editing and is locked. And you dont have the rights to edit and you go in edit and scroll fast to change something, you get a message error and disconnect from server.
This error should be caught and should not lead to the disconnection from the server.

@ZeroKnight
Copy link
Member

Could you post the error message? Try to reproduce the error with different levels of verbose. If you have admin on the server, do the same with serverdebug.

@IceflowRE
Copy link
Member Author

2015-02-17 16:17.52 [msg error] from: 1, cur: 44, msg: -1, prev: -1

You mean something like this? :D

@qreeves
Copy link
Member

qreeves commented Feb 18, 2015

Yeah, that's a message not allowed error. The checktype command is failing the client for sending an editing message outside of edit mode. This is a client side desync/lag thing, because they switch to edit mode before sending the message, which the server then corrects after the fact if they're not allowed to be in edit mode. We'd have to come up with a way of only switching after the server has permitted it (or have the client check better if they're allowed to in the first place).

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

No branches or pull requests

4 participants