質問編集履歴

1

エラーメッセージとソースコードの部分を分けました

2020/09/23 13:39

投稿

rindo_103
rindo_103

スコア1

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- ```
13
+
14
14
 
15
15
  Traceback (most recent call last):
16
16
 
@@ -82,7 +82,9 @@
82
82
 
83
83
  raise SSLError(e, request=request)
84
84
 
85
- requests.exceptions.SSLError: HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: / (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))```
85
+ requests.exceptions.SSLError: HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: / (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
86
+
87
+
86
88
 
87
89
 
88
90
 
@@ -90,7 +92,7 @@
90
92
 
91
93
 
92
94
 
93
- ```python
95
+
94
96
 
95
97
  import requests
96
98
 
@@ -102,7 +104,7 @@
102
104
 
103
105
  print(res.text)
104
106
 
105
- ```
107
+
106
108
 
107
109
 
108
110