youtube-study-space
youtube-study-space copied to clipboard
Occasionally fails to get background image from unsplash.com
おそらく、画像の取得に失敗したときのステータスコードは302
とりあえず、200以外のステータスコードが返ってきたら再度取得するようにすればよさそう。
現場はだいたいこの辺:https://github.com/sorarideblog/youtube-study-space/blob/b0ac0ab8c2911dd40938c64735af15032ff02215/youtube-monitor/src/components/BackgroundImage.tsx#L56
<div css={styles.backgroundImage}>
<img src={this.state.srcUrl} alt='背景画像' />
</div>
<img>
タグのsrc属性で取得した画像のステータスコードをチェックする方法があるか?
まだだめでした。
Unsplashはもう使えなくなりました #268