python3 UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position 2018-07-22 上次遇到相關的bug 是在python 2.x,… Read More
Python: UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 3360: ordinal not in range(128) 2018-06-09 遇到一個奇怪的 Error, 在 MacOS 裡… Read More
python3 module ‘urllib’ has no attribute ‘urlretrieve’ 2018-06-07 urlretrieve 在 python3 裡寫… Read More
python3 TypeError: a bytes-like object is required, not ‘str’ 2018-06-07 在 python3 裡取出某一個url 裡的 h… Read More