Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ...
- DEBUG:pyupdater.client:Checking for pyupdaterdemo updates...
- DEBUG:pyupdater.client.updates:Stable str: 0.0.22.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.22.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.22.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.22.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client:Current version: 0.0.22.2.0
- DEBUG:pyupdater.client:Latest version: 0.0.22.2.0
- DEBUG:pyupdater.client:Update Needed: False
- DEBUG:pyupdater.client:pyupdaterdemo already updated to the latest version
- INFO:root:YAY
- [INFO] YAY
- INFO:root:YAY
- [INFO] YAY
- INFO:root:YAY
- [INFO] YAY
- INFO:root:YAY
- [INFO] YAY
- INFO:root:YAY
- [INFO] YAY
- INFO:root:YAY
- [INFO] YAY
- DEBUG:pyupdater.client:Setting up directories...
- DEBUG:pyupdater.client:Downloading key file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /keys.gz HTTP/1.1" 200 178
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 178
- DEBUG:pyupdater.client.downloader:Block size: 354
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Key file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing keys.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Key file verified
- DEBUG:pyupdater.client:Loading version file...
- DEBUG:pyupdater.client:Downloading online version file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions-win.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions-win.gz HTTP/1.1" 403 None
- DEBUG:pyupdater.client.downloader:Received a non-200 response 403
- DEBUG:pyupdater.client.downloader:Could not create resource URL.
- DEBUG:pyupdater.client:a bytes-like object is required, not 'NoneType'
- Traceback (most recent call last):
- File "pyupdater\client\__init__.py", line 443, in _get_manifest_from_http
- File "dsdev_utils\helpers.py", line 50, in gzip_decompress
- TypeError: a bytes-like object is required, not 'NoneType'
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions.gz HTTP/1.1" 200 1291
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 1291
- DEBUG:pyupdater.client.downloader:Block size: 2580
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Version file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing versions.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Data type: <class 'bytes'>
- DEBUG:pyupdater.client:Deleting signature from update data
- DEBUG:pyupdater.client:Version file verified
- DEBUG:dsdev_utils.helpers:Version str: 0.0.22
- DEBUG:pyupdater.client:Checking for pyupdaterdemo updates...
- DEBUG:pyupdater.client.updates:Stable str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client:Current version: 0.0.22.2.0
- DEBUG:pyupdater.client:Latest version: 0.0.23.2.0
- DEBUG:pyupdater.client:Update Needed: True
- DEBUG:pyupdater.client.updates:Stable str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.23.2.0
- DEBUG:pyupdater.client.updates:Filename for pyupdaterdemo-0.0.22.2.0: pyupdaterdemo-win-0.0.22.zip
- DEBUG:pyupdater.client.updates:Filename for pyupdaterdemo-0.0.23.2.0: pyupdaterdemo-win-0.0.23.zip
- DEBUG:pyupdater.client.updates:Beginning removal of old updates
- DEBUG:pyupdater.core.package_handler.package:In remove_previous_versions
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.core.package_handler.package:Filename: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip
- DEBUG:pyupdater.core.package_handler.package:Directory: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.client.updates:File does not exist
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.core.package_handler.package:C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip does not exist
- DEBUG:pyupdater.client.updates:Starting patch download
- DEBUG:pyupdater.core.package_handler.package:Not an archive format: None - C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip does not exist
- DEBUG:pyupdater.client.updates:Starting patch update
- DEBUG:pyupdater.client.updates:pyupdaterdemo-win-0.0.22.zip got deleted. No base binary to start patching form
- DEBUG:pyupdater.client.updates:Patch update failed
- DEBUG:pyupdater.client.updates:Starting full download
- DEBUG:pyupdater.client.updates:Starting full update
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.client.updates:Downloading update...
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/pyupdaterdemo-win-0.0.23.zip
- DEBUG:urllib3.util.retry:Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=0, status=None)
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- INFO:root:YAY
- [INFO] YAY
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /pyupdaterdemo-win-0.0.23.zip HTTP/1.1" 200 11615481
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/pyupdaterdemo-win-0.0.23.zip
- DEBUG:pyupdater.client.downloader:Got content length of: 11615481
- DEBUG:pyupdater.client.downloader:Block size: 32768
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 16385, 'status': 'downloading', 'percent_complete': '0.1', 'time': '00:01'}
- DEBUG:pyupdater.client.downloader:Block size: 65536
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 49153, 'status': 'downloading', 'percent_complete': '0.4', 'time': '00:53'}
- DEBUG:pyupdater.client.downloader:Block size: 131072
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 114689, 'status': 'downloading', 'percent_complete': '1.0', 'time': '00:23'}
- DEBUG:pyupdater.client.downloader:Block size: 262144
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 245761, 'status': 'downloading', 'percent_complete': '2.1', 'time': '00:16'}
- DEBUG:pyupdater.client.downloader:Block size: 524288
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 507905, 'status': 'downloading', 'percent_complete': '4.4', 'time': '00:10'}
- DEBUG:pyupdater.client.downloader:Block size: 1048576
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 1032193, 'status': 'downloading', 'percent_complete': '8.9', 'time': '00:07'}
- DEBUG:pyupdater.client.downloader:Block size: 2097152
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 2080769, 'status': 'downloading', 'percent_complete': '17.9', 'time': '00:03'}
- DEBUG:pyupdater.client.downloader:Block size: 4194304
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 4177921, 'status': 'downloading', 'percent_complete': '36.0', 'time': '00:02'}
- DEBUG:pyupdater.client.downloader:Block size: 4194304
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 8372225, 'status': 'downloading', 'percent_complete': '72.1', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Block size: 4194304
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 11615481, 'status': 'downloading', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:{'total': 11615481, 'downloaded': 11615481, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:Checking file hash
- DEBUG:pyupdater.client.downloader:Update hash: 1630bca40277a4854bd86ac4b66b8cecbf8ccd8251db93a53f8071bc680bd791
- DEBUG:pyupdater.client.downloader:File hash verified
- DEBUG:pyupdater.client.updates:Download Complete
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client.updates:Full download successful
- INFO:root:YAY
- [INFO] YAY
- INFO:root:YAY
- [INFO] YAY
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.client.downloader:Hash for binary data: 1630bca40277a4854bd86ac4b66b8cecbf8ccd8251db93a53f8071bc680bd791
- DEBUG:pyupdater.client.updates:Extracting Update
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client.updates:Current App: C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22\pyupdaterdemo.exe
- DEBUG:pyupdater.client.updates:Restart script dir: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client.updates:Update path: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo.exe
- DEBUG:pyupdater.client.updates:Admin required to update=False
- DEBUG:pyupdater.client.updates:Starting update batch file
- DEBUG:root:Version - 3.1.1
- DEBUG:pyupdater.client:PyUpdater Version 3.1.1
- DEBUG:pyupdater.client:Setting up directories...
- DEBUG:pyupdater.client:Downloading key file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /keys.gz HTTP/1.1" 200 178
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 178
- DEBUG:pyupdater.client.downloader:Block size: 354
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Key file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing keys.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Key file verified
- DEBUG:pyupdater.client:Loading version file...
- DEBUG:pyupdater.client:Downloading online version file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions-win.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions-win.gz HTTP/1.1" 403 None
- DEBUG:pyupdater.client.downloader:Received a non-200 response 403
- DEBUG:pyupdater.client.downloader:Could not create resource URL.
- DEBUG:pyupdater.client:a bytes-like object is required, not 'NoneType'
- Traceback (most recent call last):
- File "pyupdater\client\__init__.py", line 443, in _get_manifest_from_http
- File "dsdev_utils\helpers.py", line 50, in gzip_decompress
- TypeError: a bytes-like object is required, not 'NoneType'
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions.gz HTTP/1.1" 200 1291
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 1291
- DEBUG:pyupdater.client.downloader:Block size: 2580
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Version file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing versions.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Data type: <class 'bytes'>
- DEBUG:pyupdater.client:Deleting signature from update data
- DEBUG:pyupdater.client:Version file verified
- DEBUG:dsdev_utils.helpers:Version str: 0.0.22
- DEBUG:pyupdater.client:Checking for pyupdaterdemo updates...
- DEBUG:pyupdater.client.updates:Stable str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client:Current version: 0.0.22.2.0
- DEBUG:pyupdater.client:Latest version: 0.0.23.2.0
- DEBUG:pyupdater.client:Update Needed: True
- DEBUG:pyupdater.client.updates:Stable str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.23.2.0
- DEBUG:pyupdater.client.updates:Filename for pyupdaterdemo-0.0.22.2.0: pyupdaterdemo-win-0.0.22.zip
- DEBUG:pyupdater.client.updates:Filename for pyupdaterdemo-0.0.23.2.0: pyupdaterdemo-win-0.0.23.zip
- DEBUG:pyupdater.client.updates:Beginning removal of old updates
- DEBUG:pyupdater.core.package_handler.package:In remove_previous_versions
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.core.package_handler.package:Filename: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip
- DEBUG:pyupdater.core.package_handler.package:Directory: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.core.package_handler.package:C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip does not exist
- DEBUG:pyupdater.core.package_handler.package:Not an archive format: None - C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip does not exist
- DEBUG:pyupdater.client.downloader:Hash for binary data: 1630bca40277a4854bd86ac4b66b8cecbf8ccd8251db93a53f8071bc680bd791
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.client.downloader:Hash for binary data: 1630bca40277a4854bd86ac4b66b8cecbf8ccd8251db93a53f8071bc680bd791
- DEBUG:pyupdater.client.updates:Extracting Update
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client.updates:Current App: C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22\pyupdaterdemo.exe
- DEBUG:pyupdater.client.updates:Restart script dir: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client.updates:Update path: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo.exe
- DEBUG:pyupdater.client.updates:Admin required to update=False
- DEBUG:pyupdater.client.updates:Starting update batch file
- DEBUG:root:Version - 3.1.1
- DEBUG:pyupdater.client:PyUpdater Version 3.1.1
- DEBUG:pyupdater.client:Setting up directories...
- DEBUG:pyupdater.client:Downloading key file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /keys.gz HTTP/1.1" 200 178
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 178
- DEBUG:pyupdater.client.downloader:Block size: 354
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Key file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing keys.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Key file verified
- DEBUG:pyupdater.client:Loading version file...
- DEBUG:pyupdater.client:Downloading online version file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions-win.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions-win.gz HTTP/1.1" 403 None
- DEBUG:pyupdater.client.downloader:Received a non-200 response 403
- DEBUG:pyupdater.client.downloader:Could not create resource URL.
- DEBUG:pyupdater.client:a bytes-like object is required, not 'NoneType'
- Traceback (most recent call last):
- File "pyupdater\client\__init__.py", line 443, in _get_manifest_from_http
- File "dsdev_utils\helpers.py", line 50, in gzip_decompress
- TypeError: a bytes-like object is required, not 'NoneType'
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions.gz HTTP/1.1" 200 1291
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 1291
- DEBUG:pyupdater.client.downloader:Block size: 2580
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Version file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing versions.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Data type: <class 'bytes'>
- DEBUG:pyupdater.client:Deleting signature from update data
- DEBUG:pyupdater.client:Version file verified
- DEBUG:dsdev_utils.helpers:Version str: 0.0.22
- DEBUG:pyupdater.client:Checking for pyupdaterdemo updates...
- DEBUG:pyupdater.client.updates:Stable str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client:Current version: 0.0.22.2.0
- DEBUG:pyupdater.client:Latest version: 0.0.23.2.0
- DEBUG:pyupdater.client:Update Needed: True
- DEBUG:pyupdater.client.updates:Stable str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Version str: 0.0.23.2.0
- DEBUG:dsdev_utils.helpers:Setting release as stable. Disregard if not prerelease
- DEBUG:pyupdater.client.updates:Highest version: 0.0.23.2.0
- DEBUG:pyupdater.client.updates:Filename for pyupdaterdemo-0.0.22.2.0: pyupdaterdemo-win-0.0.22.zip
- DEBUG:pyupdater.client.updates:Filename for pyupdaterdemo-0.0.23.2.0: pyupdaterdemo-win-0.0.23.zip
- DEBUG:pyupdater.client.updates:Beginning removal of old updates
- DEBUG:pyupdater.core.package_handler.package:In remove_previous_versions
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.core.package_handler.package:Filename: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip
- DEBUG:pyupdater.core.package_handler.package:Directory: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.core.package_handler.package:C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip does not exist
- DEBUG:pyupdater.core.package_handler.package:Not an archive format: None - C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo-win-0.0.22.zip does not exist
- DEBUG:pyupdater.client.downloader:Hash for binary data: 1630bca40277a4854bd86ac4b66b8cecbf8ccd8251db93a53f8071bc680bd791
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update
- DEBUG:pyupdater.client.downloader:Hash for binary data: 1630bca40277a4854bd86ac4b66b8cecbf8ccd8251db93a53f8071bc680bd791
- DEBUG:pyupdater.client.updates:Extracting Update
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client.updates:Current App: C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22\pyupdaterdemo.exe
- DEBUG:pyupdater.client.updates:Restart script dir: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client.updates:Update path: C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo\update\pyupdaterdemo.exe
- DEBUG:pyupdater.client.updates:Admin required to update=False
- DEBUG:pyupdater.client.updates:Starting update batch file
- DEBUG:root:Version - 3.1.1
- DEBUG:pyupdater.client:PyUpdater Version 3.1.1
- DEBUG:pyupdater.client:Setting up directories...
- DEBUG:pyupdater.client:Downloading key file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /keys.gz HTTP/1.1" 200 178
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/keys.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 178
- DEBUG:pyupdater.client.downloader:Block size: 354
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 178, 'downloaded': 178, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Key file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing keys.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Key file verified
- DEBUG:pyupdater.client:Loading version file...
- DEBUG:pyupdater.client:Downloading online version file
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions-win.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions-win.gz HTTP/1.1" 403 None
- DEBUG:pyupdater.client.downloader:Received a non-200 response 403
- DEBUG:pyupdater.client.downloader:Could not create resource URL.
- DEBUG:pyupdater.client:a bytes-like object is required, not 'NoneType'
- Traceback (most recent call last):
- File "pyupdater\client\__init__.py", line 443, in _get_manifest_from_http
- File "dsdev_utils\helpers.py", line 50, in gzip_decompress
- TypeError: a bytes-like object is required, not 'NoneType'
- DEBUG:pyupdater.client.downloader:{}
- DEBUG:pyupdater.client.downloader:Url for request: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pyupdater-demo.s3.amazonaws.com:443
- DEBUG:urllib3.connectionpool:https://pyupdater-demo.s3.amazonaws.com:443 "GET /versions.gz HTTP/1.1" 200 1291
- DEBUG:pyupdater.client.downloader:Resource URL: https://pyupdater-demo.s3.amazonaws.com/versions.gz
- DEBUG:pyupdater.client.downloader:Got content length of: 1291
- DEBUG:pyupdater.client.downloader:Block size: 2580
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'downloading', 'percent_complete': '100.0', 'time': '--:--'}
- DEBUG:pyupdater.client.downloader:{'total': 1291, 'downloaded': 1291, 'status': 'finished', 'percent_complete': '100.0', 'time': '00:00'}
- DEBUG:pyupdater.client.downloader:Download Complete
- DEBUG:pyupdater.client.downloader:No hash to verify
- DEBUG:pyupdater.client:Version file download successful
- DEBUG:dsdev_utils.paths:Changing to Directory --> C:\Windows\system32\config\systemprofile\AppData\Local\spd\pyupdaterdemo
- DEBUG:pyupdater.client:Writing versions.gz file to disk
- DEBUG:dsdev_utils.paths:Moving back to Directory --> C:\Users\ihord\workspace\pyupdater-demo\pyu-data\files\pyupdaterdemo-win-0.0.22
- DEBUG:pyupdater.client:Data type: <class 'bytes'>
- DEBUG:pyupdater.client:Deleting signature from update data
- DEBUG:pyupdater.client:Version file verified
- DEBUG:dsdev_utils.helpers:Version str: 0.0.22
- DEBUG:pyupdater.client:Checking for pyupdaterdemo updates...
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement