youtube-study-space icon indicating copy to clipboard operation
youtube-study-space copied to clipboard

Occasionally fails to get background image from unsplash.com

Open kani3camp opened this issue 3 years ago • 2 comments

image

おそらく、画像の取得に失敗したときのステータスコードは302 image

とりあえず、200以外のステータスコードが返ってきたら再度取得するようにすればよさそう。

kani3camp avatar Feb 15 '22 11:02 kani3camp

現場はだいたいこの辺: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属性で取得した画像のステータスコードをチェックする方法があるか?

kani3camp avatar Jul 14 '22 09:07 kani3camp

まだだめでした。 image

kani3camp avatar Sep 08 '22 06:09 kani3camp

Unsplashはもう使えなくなりました #268

kani3camp avatar Jun 30 '23 23:06 kani3camp