chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
206 stars 93 forks source link

website card load failed #223

Closed mafima closed 5 months ago

mafima commented 5 months ago

https://mpcfill.com/new

image

jasonewall commented 5 months ago

I'm also seeing this intermittently. Oddly enough when it happens, and I right click "view image in a new tab" for images that were previously successful, I get a 403 from google images, saying the rate limit exceeded for my IP.

jasonewall commented 5 months ago

Looks like there's a fix that's being tested on the beta site right now: https://mpcautofill.github.io. You'll have to manually set your server to: https://mpcfill.com

ndepaola commented 5 months ago

yea this is a known issue. at the moment we think google tightened their rate limit for thumbnails served from drive.google.com, so while there's always been potential for this to be a problem, it has started hitting many more users recently. https://mpcautofill.github.io is currently using an experimental feature targeted at solving this - essentially putting a CDN in front of drive.google.com - which i'm still actively developing and will look at rolling out more broadly when i think it's mature enough. see #220 for more discussion too

ndepaola commented 5 months ago

this is fixed now (i just haven't PR'd my cloudflare worker into the repo yet)