문제: 크롤링에서 urllib.request.urlopen() 이 동작하지 않습니다. 아래는 해당 오류 메세지 입니다. Traceback (most recent call last): File "/Users/hyojin/Documents/git/mushroom/crawling/img_crawling.py", line 13, in html = urlopen(url) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/Library/Frameworks/Python.framework/V..