When I run qsv --update
or qsv --updatenow
nothing happens.
#769
jqnatividad
started this conversation in
FAQ
Replies: 2 comments
-
I had no idea it was that easy, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @aborruso , And frankly, it's a nice problem to have, knowing that qsv is being used enough in the wild that we hit rate limits... 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is because GitHub is rate-limiting qsv usage of the GitHub API to check for new releases.
If you turn on logging - i.e.
export QSV_LOG_LEVEL=debug
you'll see if the GitHub API is rate-limiting qsv.Just wait a few minutes and try again.
Already, GitHub is very generous in hosting the distribution of binaries for open source projects. But should qsv get more popular and we regularly get rate-limited, we may also host the binaries on S3 so we don't have to worry about GitHub rate-limiting.
Beta Was this translation helpful? Give feedback.
All reactions