Closed flannery-denny closed 9 months ago
@flannery-denny seems to work for me. I suspect what you're seeing is some delay with FileIO. By the time Google Slides asks for the image, FileIO hasn't finished making it shareable. My suggestion? Try again.
@schanzer Still getting the same error. Are you telling me that I can't build this deck because my machine is too fast and the time between upload and needing it isn't sufficient?
On Fri, Jan 26, 2024 at 3:02 PM Emmanuel Schanzer @.***> wrote:
@flannery-denny https://github.com/flannery-denny seems to work for me. I suspect what you're seeing is some delay with FileIO. By the time Google Slides asks for the image, FileIO hasn't finished making it shareable. My suggestion? Try again.
— Reply to this email directly, view it on GitHub https://github.com/bootstrapworld/curriculum/issues/1808#issuecomment-1912691882, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP4Z7TDKFEKX3MXDSIHUXW3YQQKWJAVCNFSM6AAAAABCMV7HDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSGY4TCOBYGI . You are receiving this because you were mentioned.Message ID: @.***>
@flannery-denny I don't think it's CPU speed. It could be internet speed or latency. Are you on a satellite connection? I might just need to introduce a much longer delay before the request gets sent to Google.
@schanzer I’m not on satellite anymore - moved from the end of a dirt road to town. Lafayette is known for its fiber infrastructure. I don’t pay for the most expensive internet plan, but it’s been completely reliable. Seems worth trying slowing the slide build down a bit if this deck is consistently failing for me at multiple times of the week.As I mentioned I’m already not reporting all the failed slide builds I’m seeing because you weren’t seeing so many that I started making clean and rebuilding before reporting. Perhaps slowing it down a little would also reduce the need for that?
@flannery-denny I've just pushed an update to md2googleslides
that adds a 1sec delay between uploading the images to FileIO and then trying to create the slide deck on Google. Can you run npm update
and let me know if this changes things?
Seems to have solved the problem :)