yourhead / s3

public info about s3
8 stars 7 forks source link

if the appcast exists but the download does not an update will fail silently #766

Open yourhead opened 6 years ago

yourhead commented 6 years ago

to duplicate the appcast should be valid and report a needed update. the update should point to a unavailable file.

in the live case of this the file-not-found was compounded by a missing 404-page -- sort of a double 404. but the server had an automatic response for the missing 404 page. i suspect that plays an important role in this bug.

the update will complete without error or warning. even in the dev console. even with the .devstack extension.

the result is that the stack will "need updates" on each relaunch.

yourhead commented 5 years ago

see: https://github.com/yourhead/s4/issues/37