Skip to content

Instantly share code, notes, and snippets.

@shauneccles
Created November 14, 2021 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shauneccles/ee1ec5dd1b40ab388b56f9201466160f to your computer and use it in GitHub Desktop.
Save shauneccles/ee1ec5dd1b40ab388b56f9201466160f to your computer and use it in GitHub Desktop.
Pyupdater 4 with python 3.9.5
(ledfx_venv_3.9) PS C:\Users\shaun\ledfx_venv_3.9\LedFx> ledfx -vv
[DEBUG ] urllib3.util.retry : Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=0, status=None)
[DEBUG ] urllib3.connectionpool : Starting new HTTPS connection (1): ledfx.app:443
[DEBUG ] urllib3.connectionpool : https://ledfx.app:443 "GET /downloads/keys.gz HTTP/1.1" 301 247
[DEBUG ] urllib3.util.retry : Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
[DEBUG ] urllib3.util.retry : Incremented Retry for (url='https://ledfx.app/downloads/keys.gz'): Retry(total=1, connect=None, read=None, redirect=None, status=None)
[INFO ] urllib3.poolmanager : Redirecting https://ledfx.app/downloads/keys.gz -> https://www.ledfx.app/downloads/keys.gz
[DEBUG ] urllib3.connectionpool : Starting new HTTPS connection (1): www.ledfx.app:443
[DEBUG ] urllib3.connectionpool : https://www.ledfx.app:443 "GET /downloads/keys.gz HTTP/1.1" 200 180
[DEBUG ] dsdev_utils.paths : Changing to Directory --> C:\Users\shaun\AppData\Local\LedFx Developers\LedFx
[DEBUG ] dsdev_utils.paths : Moving back to Directory --> C:\Users\shaun\ledfx_venv_3.9\LedFx
[DEBUG ] urllib3.util.retry : Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=0, status=None)
[DEBUG ] urllib3.connectionpool : Starting new HTTPS connection (1): ledfx.app:443
[DEBUG ] urllib3.connectionpool : https://ledfx.app:443 "GET /downloads/versions-win.gz HTTP/1.1" 301 255
[DEBUG ] urllib3.util.retry : Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
[DEBUG ] urllib3.util.retry : Incremented Retry for (url='https://ledfx.app/downloads/versions-win.gz'): Retry(total=1, connect=None, read=None, redirect=None, status=None)
[INFO ] urllib3.poolmanager : Redirecting https://ledfx.app/downloads/versions-win.gz -> https://www.ledfx.app/downloads/versions-win.gz
[DEBUG ] urllib3.connectionpool : Starting new HTTPS connection (1): www.ledfx.app:443
[DEBUG ] urllib3.connectionpool : https://www.ledfx.app:443 "GET /downloads/versions-win.gz HTTP/1.1" 404 None
[DEBUG ] urllib3.util.retry : Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=0, status=None)
[DEBUG ] urllib3.connectionpool : Starting new HTTPS connection (1): ledfx.app:443
[DEBUG ] urllib3.connectionpool : https://ledfx.app:443 "GET /downloads/versions.gz HTTP/1.1" 301 251
[DEBUG ] urllib3.util.retry : Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
[DEBUG ] urllib3.util.retry : Incremented Retry for (url='https://ledfx.app/downloads/versions.gz'): Retry(total=1, connect=None, read=None, redirect=None, status=None)
[INFO ] urllib3.poolmanager : Redirecting https://ledfx.app/downloads/versions.gz -> https://www.ledfx.app/downloads/versions.gz
[DEBUG ] urllib3.connectionpool : Starting new HTTPS connection (1): www.ledfx.app:443
[DEBUG ] urllib3.connectionpool : https://www.ledfx.app:443 "GET /downloads/versions.gz HTTP/1.1" 200 563
[DEBUG ] dsdev_utils.paths : Changing to Directory --> C:\Users\shaun\AppData\Local\LedFx Developers\LedFx
[DEBUG ] dsdev_utils.paths : Moving back to Directory --> C:\Users\shaun\ledfx_venv_3.9\LedFx
[Updater ] ledfx.__main__ : Checking for updates...
[DEBUG ] dsdev_utils.helpers : Version str: 1.0.0-dev1
[DEBUG ] dsdev_utils.helpers : Version str: 0.10.5.2.0
[DEBUG ] dsdev_utils.helpers : Setting release as stable. Disregard if not prerelease
[DEBUG ] dsdev_utils.helpers : Version str: 0.10.5.2.0
[DEBUG ] dsdev_utils.helpers : Setting release as stable. Disregard if not prerelease
[Updater ] ledfx.__main__ : You're all up to date, enjoy the light show!
[INFO ] ledfx.__main__ : LedFx Core is initializing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment