[13:02:25] Commons seems to be in problems: (Não foi possível aceder ao servidor da base de dados: Cannot access the database: Database servers in cluster31 are overloaded. In order to protect application servers, the circuit breaking to databases of this section have been activated. Please try again a few seconds.) [13:03:05] alchimista: yeahh, that's a known issue currently: T422130 / https://www.wikimediastatus.net/ [13:03:05] T422130: Database servers in cluster(number) are overloaded - https://phabricator.wikimedia.org/T422130 [16:45:57] It looks like a recent change, probably related to rate limiting, has broken all the images in dashboard.wikiedu.org training modules that are hotlinked from Commons. the requests now get blocked by the browser ((failed)net::ERR_BLOCKED_BY_ORB) and if i try to get around that by putting crossorigin="anonymous" in the img tag, i get a 429 response. [16:46:28] any pointers on what changed, and how i can fix my usage of commons images? [16:56:27] User Agent and/or image sizes? [16:58:51] image sizes are mostly medium thumbnails. user agent is the browser (as we're hotlinking), so in my case at the moment, "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" [17:01:40] oh... maybe this is a change in thumbnail schemes? we had been using thumbnail urls directly, like https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Palace_of_Fine_Arts%2C_five_pillars.jpg/640px-Palace_of_Fine_Arts%2C_five_pillars.jpg [17:01:49] for the former, we're doing enforcement etc [17:02:01] but i see there's an error now when just visiting that directly [17:04:24] yep, you need to change 640px to one of the standard sizes, or host your own copy of the file [17:04:46] ah, great! [17:05:49] this should work fine, i just need to replace all our sizes. they are used in a layout where getting the next standard size up from whatever each image currently uses shouldn't cause any problems. [20:04:07] switching to the standard thumbnail sizes fixed all my problems, thanks y'all [22:32:21] ragesoss: https://www.mediawiki.org/wiki/Common_thumbnail_sizes has some info [22:33:03] yep, found that, thanks!