Skip to content
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

file.io: Too many requests (429) #155

Open
gohai opened this issue Feb 5, 2022 · 2 comments
Open

file.io: Too many requests (429) #155

gohai opened this issue Feb 5, 2022 · 2 comments

Comments

@gohai
Copy link

gohai commented Feb 5, 2022

Running this command on the provided example file currently fails with an error from file.io:

md2gslides example.md --title "Example" --use-fileio

Details:

Unable to generate slides: StatusCodeError: 429 - "{\"success\":false,\"status\":429,\"code\":\"TOO_MANY_REQUESTS\",\"message\":\"Too many requests\",\"help\":\"https://file.io/help/api/errors/TOO_MANY_REQUESTS\",\"key\":null}"

This is with 928ef4e

@gohai
Copy link
Author

gohai commented Feb 5, 2022

(Looks like file.io currently only does 1 request/minute on their free plan.)

@wescpy
Copy link
Contributor

wescpy commented Apr 23, 2022

Yep, either: 1) upgrade to a paid plan of theirs, 2) use an alternative service, or 3) live with 1rpm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants