質問編集履歴

1

エラーメッセージの追加

2021/04/03 08:10

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,22 @@
14
14
 
15
15
  ```
16
16
 
17
+ FileNotFoundError Traceback (most recent call last)
18
+
19
+ <ipython-input-1-5505e60c047c> in <module>
20
+
21
+ 80 t.write(image.content)
22
+
23
+ 81 else:
24
+
25
+ ---> 82 with open(IMAGE_DIR + title_name + '.jpg', 'wb') as t:
26
+
27
+ 83 t.write(image.content)
28
+
29
+ 84
30
+
31
+
32
+
17
33
  FileNotFoundError: [Errno 2] No such file or directory: './プログラミング/子供/小・中学生のプログラミング教室|スタープログラミングスクール.jpg'
18
34
 
19
35
  ```