iakat / awesome-flipperzero-pack

Always fresh, downloadable zip files for all awesome-flipperzero resources ready to put in your microsd.
https://github.com/katlol/awesome-flipperzero-pack/releases/latest
Creative Commons Zero v1.0 Universal
36 stars 2 forks source link

corrupted zip #2

Closed jlavoieqc closed 4 months ago

jlavoieqc commented 4 months ago

The released sdcard zip is corrupted

Orphan-Crippler commented 4 months ago

I ran the script locally and it worked for me.

jlavoieqc commented 4 months ago

I mean its github actions release so i think its fixed

iakat commented 4 months ago

@jlavoieqc thank you for your report and sorry that happened. could you post some details, like which zip you downloaded and what error you got how?

I am adding something to remove old zips so it's possible it will get removed, but perhaps if we can reproduce this issue I can try preventing it in the future.

jlavoieqc commented 4 months ago

@katlol Dont remember but i think its https://github.com/katlol/awesome-flipperzero-pack/releases/tag/v0.0.202402100235

jlavoieqc commented 4 months ago

@jlavoieqc thank you for your report and sorry that happened. could you post some details, like which zip you downloaded and what error you got how?

I am adding something to remove old zips so it's possible it will get removed, but perhaps if we can reproduce this issue I can try preventing it in the future.

I just tried to open it in explorer windows but it said corrupted

iakat commented 4 months ago

I downloaded and tested all the files in the release you linked

for i in $(ls awesome-flipperzero-pack-v0.0.202402100235-*); do echo md5sum $i; unzip -t $i | grep -v OK$; echo ---; done
md5sum awesome-flipperzero-pack-v0.0.202402100235-microsd-wavplayer.zip
Archive:  awesome-flipperzero-pack-v0.0.202402100235-microsd-wavplayer.zip
No errors detected in compressed data of awesome-flipperzero-pack-v0.0.202402100235-microsd-wavplayer.zip.
---
md5sum awesome-flipperzero-pack-v0.0.202402100235-microsd.zip
Archive:  awesome-flipperzero-pack-v0.0.202402100235-microsd.zip
No errors detected in compressed data of awesome-flipperzero-pack-v0.0.202402100235-microsd.zip.
---
md5sum awesome-flipperzero-pack-v0.0.202402100235-tweaks.zip
Archive:  awesome-flipperzero-pack-v0.0.202402100235-tweaks.zip
No errors detected in compressed data of awesome-flipperzero-pack-v0.0.202402100235-tweaks.zip.
---

and all 3 zip files tested successfully.

Is it possible it was a bad download? If you still have the file, or maybe in your browser history you have an entry, and it's a different file I can check those too

jlavoieqc commented 4 months ago

I downloaded and tested all the files in the release you linked

for i in $(ls awesome-flipperzero-pack-v0.0.202402100235-*); do echo md5sum $i; unzip -t $i | grep -v OK$; echo ---; done
md5sum awesome-flipperzero-pack-v0.0.202402100235-microsd-wavplayer.zip
Archive:  awesome-flipperzero-pack-v0.0.202402100235-microsd-wavplayer.zip
No errors detected in compressed data of awesome-flipperzero-pack-v0.0.202402100235-microsd-wavplayer.zip.
---
md5sum awesome-flipperzero-pack-v0.0.202402100235-microsd.zip
Archive:  awesome-flipperzero-pack-v0.0.202402100235-microsd.zip
No errors detected in compressed data of awesome-flipperzero-pack-v0.0.202402100235-microsd.zip.
---
md5sum awesome-flipperzero-pack-v0.0.202402100235-tweaks.zip
Archive:  awesome-flipperzero-pack-v0.0.202402100235-tweaks.zip
No errors detected in compressed data of awesome-flipperzero-pack-v0.0.202402100235-tweaks.zip.
---

and all 3 zip files tested successfully.

Is it possible it was a bad download? If you still have the file, or maybe in your browser history you have an entry, and it's a different file I can check those too

I dont know but I tried to download it 2 times but corrupted i think they are no longer availible

iakat commented 4 months ago

OK, feel free to reopen if you know what file it was or it happens again.