md2googleslides icon indicating copy to clipboard operation
md2googleslides copied to clipboard

file.io: Too many requests (429)

Open gohai opened this issue 4 years ago • 2 comments

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 928ef4ecb3f88c0d5ef3008a8e0f14e727ad54f8

gohai avatar Feb 05 '22 03:02 gohai

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

gohai avatar Feb 05 '22 03:02 gohai

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

wescpy avatar Apr 23 '22 23:04 wescpy