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

Crash when pasting an "empty" clipboard #1730

Closed
ducher opened this issue Dec 22, 2015 · 7 comments
Closed

Crash when pasting an "empty" clipboard #1730

ducher opened this issue Dec 22, 2015 · 7 comments

Comments

@ducher
Copy link

ducher commented Dec 22, 2015

When copy pasting something from Outlook on Windows to Rocket.Chat, the paste won't really work but you can still click on "OK" and if you do so, it will make the server crash indefinitely even if you restart it. It will look for the temporary file corresponding to what you uploaded, which does not exist as you didn't upload anything. Only solution to fix this is to create a file with the same name, e.g. "touch /tmp/Bj9GtZAM8CvX77u7h" in the small interval of time where the server is starting but did not try accessing this file yet.

Here is what it looks like when I paste from Outlook (sorry, screenshot taken in French):
bad_paste

That's quite an annoying issue as we use rocket.chat as well as Outlook at work, and this kind of crash can happen quite often.

@rodrigok
Copy link
Member

Duplicated of #1722

Was fixed, I will close this issue, can you update your Rocket Chat and try again?

Please reopen this issue if the problem persists.

@ducher
Copy link
Author

ducher commented Jan 4, 2016

Thanks a lot! Is it possible to know in which version this has been fixed? So that I can update my Docker image. Thanks.

@rodrigok
Copy link
Member

rodrigok commented Jan 4, 2016

Was fixed via this commit f4da73e

Is available since version 0.10.0 https://github.com/RocketChat/Rocket.Chat/releases/tag/v0.10.0

@ducher
Copy link
Author

ducher commented Jan 4, 2016

Great! Thanks again. I'll wait for an image of 0.10 then 👍

@rodrigok
Copy link
Member

rodrigok commented Jan 4, 2016

@ducher our development docker images is always up to date, you can get the dev version or the master (default) version that is from 7 days ago (version 0.11.0).

@rodrigok
Copy link
Member

rodrigok commented Jan 4, 2016

@Sing-Li
Copy link
Member

Sing-Li commented Jan 4, 2016

@ducher the 'official' image at hub.docker.com (https://hub.docker.com/_/rocket.chat/) is always slightly behind. it needs approval from the Docker folks, and tends to be from master releases that are more tested and stable. Some info on the docker images that we maintain .... https://github.com/RocketChat/Rocket.Chat/wiki/Docker-Images-Available

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

3 participants