-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list index out of range in _get_pandoc_urls
#295
Comments
THanks for catching this. I have a fix that I'm working on, that involves using api.github.com, that should be ready later. The pr will be up later, for everyone to comment on before merging |
Without using the API, I found that you can get direct links via that kind of URLs: https://github.com/jgm/pandoc/releases/expanded_assets/2.19.2 Hope it helps! And I'll happily review a PR given that it breaks my current CI workflow :) |
* Updated logic to get pandoc releases - issue #295 * Updated appveyor script * Updated how get get the versions from GitHub, including handling of latest * Performance enhancement suggested by @davidbgk * Updated the way we get the version number from the fractured url * Hey let's not dublicate the runners
Seems like the logic to load the
releases/
page has an empty list of URLs since it takes some time to load the URLs. This needs to be fixed ASAP as it breaks the use ofpypandoc
in all existing pipelines.The text was updated successfully, but these errors were encountered: