2401 stable: update problem

Hi you all.
What does this message mean?


Updating zynthian-webconf…
error: inflate: data stream error (unknown compression method)
error: unable to unpack 4c5d7a5b625e0c9069e50b9618370161473d7092 header
error: inflate: data stream error (unknown compression method)
error: unable to unpack 4c5d7a5b625e0c9069e50b9618370161473d7092 header
fatal: loose object 4c5d7a5b625e0c9069e50b9618370161473d7092 (stored in .git/objects/4c/5d7a5b625e0c9069e50b9618370161473d7092) is corrupt
fatal: the remote end hung up unexpectedly

Hard To say, …

The logs you have transmitted are for me not so informative

If you know from wich commit you are coming from this could help.

It seems your local repositories are corrupted or kind of connection problem. The corruption could happen if you unplug the power while performing an update or something like that. I such a case, you could try something like this:

cd /zynthian/
mv zynthian-webconf zwc
git clone -b stable https://github.com/zynthian/zynthian-webconf.git
mv zwc/cert zynthian-webconf
rm -rf zwc
update_zynthian.sh

Regards,

2 Likes