質問編集履歴
1
エラー内容を全体に更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,11 @@
|
|
7
7
|
|
8
8
|
```
|
9
9
|
エラーメッセージ
|
10
|
+
Traceback (most recent call last):
|
11
|
+
File "/User/work/ojisan_bot/src/main.py", line 24, in <module>
|
12
|
+
nouns = get_words_by_pos("名詞")
|
13
|
+
File "/Users/work/ojisan_bot/src/main.py", line 17, in get_words_by_pos
|
14
|
+
for line in f:
|
10
15
|
UnicodeDecodeError: 'euc_jp' codec can't decode byte 0xc4 in position 0: illegal multibyte sequence
|
11
16
|
```
|
12
17
|
|