質問編集履歴

1

エラー内容

2021/02/06 02:05

投稿

watchdogs
watchdogs

スコア54

test CHANGED
File without changes
test CHANGED
@@ -40,19 +40,19 @@
40
40
 
41
41
  return r_post.json()["text"]
42
42
 
43
- File "/Users/YuyaSuzuki/anaconda3/lib/python3.6/site-packages/requests/models.py", line 900, in json
43
+ File "/Users/User/anaconda3/lib/python3.6/site-packages/requests/models.py", line 900, in json
44
44
 
45
45
  return complexjson.loads(self.text, **kwargs)
46
46
 
47
- File "/Users/YuyaSuzuki/anaconda3/lib/python3.6/json/__init__.py", line 354, in loads
47
+ File "/Users/User/anaconda3/lib/python3.6/json/__init__.py", line 354, in loads
48
48
 
49
49
  return _default_decoder.decode(s)
50
50
 
51
- File "/Users/YuyaSuzuki/anaconda3/lib/python3.6/json/decoder.py", line 339, in decode
51
+ File "/Users/User/anaconda3/lib/python3.6/json/decoder.py", line 339, in decode
52
52
 
53
53
  obj, end = self.raw_decode(s, idx=_w(s, 0).end())
54
54
 
55
- File "/Users/YuyaSuzuki/anaconda3/lib/python3.6/json/decoder.py", line 357, in raw_decode
55
+ File "/Users/User/anaconda3/lib/python3.6/json/decoder.py", line 357, in raw_decode
56
56
 
57
57
  raise JSONDecodeError("Expecting value", s, err.value) from None
58
58