boostcampwm-2022 / iOS09-burstcamp

iOS 얼죽아 burstcamp 입니다 ^^
30 stars 4 forks source link

Fix/266 에러 처리 블로그 html 파싱 시 408 에러 처리 #305

Closed never-better closed 1 year ago

never-better commented 1 year ago

관련 이슈

- close #266 - close #304 ## 내용 - html 가져올 때 408 에러가 발생해서 content가 안 보이는 현상이 있었음 - cloud Function에서 html 처리할 때 에러 발생하면 content를 빈 값으로 저장함 - content가 빈 값이면 empty View를 보여줌 - empty View를 위한 burstcampStun 이미지를 추가함 - 피드 데이터 수집시 썸네일 이미지가 수집안되던 에러 발생 - html 파싱시 가져옴 - meta 태그의 `property="og:image"` 에 있는 content를 가져옴 - ![스크린샷 2023-01-28 오후 5 09 53](https://user-images.githubusercontent.com/71776532/215258132-3ed8da3d-5152-43b0-9879-6956ed85be53.png) - tistory 기본이미지에 대한 예외처리 - meta 태그의 `property="og:image"` 에 있는 content를 가져올 때, 유저가 썸네일 이미지를 설정안하면 tistory 기본 이미지를 가져옴. 기본 이미지를 가져올 경우 썸네일 이미지를 빈 값으로 저장하게 예외처리 해줌 - 티스토리 기본 썸네일 - - 링크 : https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Ft1.daumcdn.net%2Ftistory_admin%2Fstatic%2Fimages%2FopenGraph%2Fopengraph.png ### 결과 ## 리뷰어가 확인할 사항 ## 기타

레퍼런스

그냥