[ERROR] Base - Something went wrong: 'latin-1' codec can't encode characters~한글이 들어간 어플 이름 크롤링 시도 시 에러가 뜨는 현상 app-store-scraperSingle API ☝ App Store Review Scraper 🧹pypi.org# 홈페이지에서 가져온 기본 작동 코드from app_store_scraper import AppStorefrom pprint import pprintminecraft = AppStore(country="nz", app_name="앱 이름")minecraft.review(how_many=20)pprint(minecraft.reviews)pprint(minecraft.reviews_count) ..