mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 15:08:28 -05:00
[GH-ISSUE #662] setup-periphery.py can fail from rate limiting #5068
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @b- on GitHub (Jul 14, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/662
tl;dr:
this request will fail if your IP address hits the github api too often (60 times without auth in the past hour):
118ae9b92c/scripts/setup-periphery.py (L18)fix: if you want to download the latest version, you should simply download from
f'https://github.com/moghtech/komodo/releases/latest/download/{periphery_bin}'. This always is a redirect to the latest stable release. Example: https://github.com/moghtech/komodo/releases/latest/download/periphery-x86_64Something like this could work: