On latest dev you cannot download certain plugins as they are returning 404:
https://extensions.binary.ninja/v1/extensions/24e63a72-a889-4ec3-a602-abed963e24e1/versions/9a9d3ae4-6840-40ff-889f-4338ae3484ed/platforms/1791/download
This is returning 404 but on the client it manifests as a failure to unzip, that is because the body was placed on disk as a zip instead of the status code failing early, which it should do instead.
On latest dev you cannot download certain plugins as they are returning 404:
https://extensions.binary.ninja/v1/extensions/24e63a72-a889-4ec3-a602-abed963e24e1/versions/9a9d3ae4-6840-40ff-889f-4338ae3484ed/platforms/1791/download
This is returning 404 but on the client it manifests as a failure to unzip, that is because the body was placed on disk as a zip instead of the status code failing early, which it should do instead.