質問編集履歴
1
エラー内容の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
find.allで見つからなかった場合の処理はどのようにすればいいですか?
|
18
18
|
|
19
|
-
|
19
|
+
```ここに言語を入力
|
20
20
|
|
21
21
|
import requests
|
22
22
|
|
@@ -69,3 +69,15 @@
|
|
69
69
|
except:
|
70
70
|
|
71
71
|
print("エラー")
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
#エラー内容
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
ConnectionError: HTTPSConnectionPool(host='takeda-kenko.jphttps', port=443): Max retries exceeded with url: //shop.takeda.co.jp/p/92901 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x00000258331DFC50>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
|