-
Notifications
You must be signed in to change notification settings - Fork 2
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
Uncaught Error: incorrect header check #3
Comments
Hm looks like the undo history zip file got corrupted. Not sure how or why that would happen... |
This error happens for me every time with the editor action |
Also having this issue. Just opened a project and the error was thrown. |
Hey guys, I'm not using Atom anymore. Can anyone provide a PR for this? Otherwise I may need to find a new maintainer. |
For those wondering how to identify the offending file: on Unix you go to the persistent undo folder of the project you opened when the error appeared, and in there you zcat all files recursively. Pipe the standard output to /dev/null, so that only standard error gets printed to the console. In my case, it looked as follows:
Restarting Atom after removing this file confirmed the issue was now resolved. This allows you to remove the history for the offending file only, without nuking the persistent history for the entire project. |
[Enter steps to reproduce below:]
Atom Version: 1.13.0
Electron Version: 1.4.14
System: linux 4.8.13-1-ARCH
Thrown From: persistent-undo package, v1.2.0
Stack Trace
Uncaught Error: incorrect header check
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: