Closed ghost closed 1 year ago
MAL has changed the address that studio images can be accessed.
Old: https://cdn.myanimelist.net/img/common/companies/{id}.png
New: https://cdn.myanimelist.net/images/company/{id}.png
This is a one-line fix, but please make sure to update tests as well since the pattern is needed to prevent stray request failures in the testing context.
It would help if I linked the line. Here it is:
https://github.com/AnimeThemes/animethemes-server/blob/main/app/Actions/Models/Wiki/Studio/Image/BackfillLargeCoverImageAction.php#L56
This has been deployed to and verified in production. Closing.
MAL has changed the address that studio images can be accessed.
Old: https://cdn.myanimelist.net/img/common/companies/{id}.png
New: https://cdn.myanimelist.net/images/company/{id}.png
This is a one-line fix, but please make sure to update tests as well since the pattern is needed to prevent stray request failures in the testing context.