Digital-Sapphire/PyUpdater

PyUpdater not finding updates

stephencovell opened this issue · 1 comments

Hello,

I'm trying to use PyUpdater for a project, and I'm unable to get it download the latest update.

2022-06-15 20:00:10,994:DEBUG:HTTP Timeout is 30
2022-06-15 20:00:10,994:DEBUG:Url for request: https://x.s3.eu-west-2.amazonaws.com/versions.gz
2022-06-15 20:00:11,131:DEBUG:Resource URL: https://x.s3.eu-west-2.amazonaws.com/versions.gz
2022-06-15 20:00:11,131:DEBUG:Got content length of: 343
2022-06-15 20:00:11,131:DEBUG:Block size: 684
2022-06-15 20:00:11,131:DEBUG:{'total': 343, 'downloaded': 343, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
2022-06-15 20:00:11,131:DEBUG:{'total': 343, 'downloaded': 343, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
2022-06-15 20:00:11,131:DEBUG:Download Complete
2022-06-15 20:00:11,131:DEBUG:No hash to verify
2022-06-15 20:00:11,131:DEBUG:Version file download successful
2022-06-15 20:00:11,131:DEBUG:Writing versions.gz file to disk
2022-06-15 20:00:11,131:DEBUG:Data type: <class 'bytes'>
2022-06-15 20:00:11,131:DEBUG:Deleting signature from update data
2022-06-15 20:00:11,131:DEBUG:Version file verified
2022-06-15 20:00:11,131:DEBUG:Checking for y updates...
2022-06-15 20:00:11,131:INFO:No updates for "y" on win exists
2022-06-15 20:00:11,131:DEBUG:Could not find the latest version

Another update does exist and I have the following files uploaded:

  • y-win-1.0.2.zip
  • y-win-1.0.1.zip
  • versions.gz
  • keys.gz

Any reason for PyUpdater not to be finding the latest update? Any help for debugging?

I've searched around and documentation seems limited for this issue.

Any help would be much appreciated. Thanks.

Could you share your PyUpdater client code which is producing this output? If necessary, can you put it into a small test program?