You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API request for fetching releases here only checks the first page, not finding the asset if its version is too old. (per_page is 30 by default, 100 max)
We could check all the pages, or perhaps fall back to using the downloadUrl we already know? Why are we downloading by asset when we already know the download URL?
The text was updated successfully, but these errors were encountered:
aib
linked a pull request
Jun 27, 2024
that will
close
this issue
The API request for fetching releases here only checks the first page, not finding the asset if its version is too old. (
per_page
is 30 by default, 100 max)We could check all the pages, or perhaps fall back to using the downloadUrl we already know?
Why are we downloading by asset when we already know the download URL?The text was updated successfully, but these errors were encountered: