tihmstar / tsschecker

a powerfull tool to check tss signing status of various devices and firmwares
GNU Lesser General Public License v3.0
738 stars 169 forks source link

/tmp/firmwares.json not deleted automatically, causing newer iOS versions to be not found #166

Closed ghost closed 1 year ago

ghost commented 4 years ago

It seems like tsschecker doesn't delete /tmp/firmwares.json automatically, so it was failing to detect iOS versions past 14.0 for me. It took me a while to figure out that I had to manually delete this file.

❯ lsb_release -d
Description:    Debian GNU/Linux 10 (buster)
❯ tsschecker --version
Version: bdeed20aadb644239a2a50aae15af08a18b44d81 - 319
libfragmentzip version: 0.60-120447d0f410dffb49948fa155467fc5d91ca3c8
DanTheMann15 commented 4 years ago

you can also pass --nocache to tsschecker to redownload firmwares.json, you don't necessarily have to manually delete it.

tihmstar commented 1 year ago

In the new rewrite "nocache" is now the default. Add "-c" or "--cache" if you want to use cache