cloudmatrix / esky

an auto-update framework for frozen python apps
BSD 3-Clause "New" or "Revised" License
362 stars 74 forks source link

app.fetch_version() only works on newest version #69

Closed UtahDave closed 8 years ago

UtahDave commented 10 years ago

Running esky 0.9.8 on Windows Server 2008 R2 Datacenter

If I run app.fetch_version('2014.99.0') where 2014.99.0 is the newest version of my software in the update_url it works fine.

If I run app.fetch_version('2014.80.0') then I get an error and it is unable to download the older version.

rfk commented 10 years ago

If I run app.fetch_version('2014.80.0') then I get an error

Strange, I have not seen this behaviour before. Do you have a copy of the error message?

timeyyy commented 8 years ago

@UtahDave any more on this? closing as stale..