質問編集履歴

2

文法修正

2022/10/20 09:26

投稿

tomoya-300
tomoya-300

スコア0

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
  途中箇所は問題ないのですが、最後にレコメンドされるはずの箇所に
7
7
  エラーがあるのか、表示されません。
8
8
  ほぼ初心者なので、ご教授いただけると幸いです。
9
- ・(参考までに)LINE botに使っているサーバーやAPI等
9
+ ・(参考までに)LINE botに連携しているサーバーやAPI等
10
10
  LINEdevelopers
11
11
  heroku(python)
12
12
  TablePlus

1

誤字

2022/10/20 09:07

投稿

tomoya-300
tomoya-300

スコア0

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,17 @@
20
20
  ### 発生している問題・エラーメッセージ
21
21
 
22
22
  ```
23
- 022-10-20T08:16:54.525312+00:00 app[web.1]: [2022-10-20 08:16:54,525] ERROR in app: LineBotApiError: status_code=400, request_id=722e3b50-236c-4c98-865b-6c9aeacca5fb, error_response={"details": [{"message": "Invalid action URI"}], "message": "A message (messages[0])\u00a0in the request body is invalid"}, headers={'Content-Type': 'application/json', 'Server': 'envoy', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-line-request-id': '722e3b50-236c-4c98-865b-6c9aeacca5fb', 'x-xss-protection': '1; mode=block', 'Content-Length': '114', 'Expires': 'Thu, 20 Oct 2022 08:16:54 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Pragma': 'no-cache', 'Date': 'Thu, 20 Oct 2022 08:16:54 GMT', 'Connection': 'close'}
23
+ 022-10-20T08:16:54.525312+00:00 app[web.1]: [2022-10-20 08:16:54,525]
24
+ ERROR in app: LineBotApiError: status_code=400,
25
+ request_id=722e3b50-236c-4c98-865b-6c9aeacca5fb,
26
+ error_response={"details": [{"message": "Invalid action URI"}],
27
+ "message": "A message (messages[0])\u00a0in the request body is invalid"},
28
+ headers={'Content-Type': 'application/json', 'Server': 'envoy',
29
+ 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY',
30
+ 'x-line-request-id': '722e3b50-236c-4c98-865b-6c9aeacca5fb',
31
+ 'x-xss-protection': '1; mode=block', 'Content-Length': '114', 'Expires': '
32
+ Thu, 20 Oct 2022 08:16:54 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store',
33
+ 'Pragma': 'no-cache', 'Date': 'Thu, 20 Oct 2022 08:16:54 GMT', 'Connection': 'close'}
24
34
  ```
25
35
 
26
36
  色々検索して、調べたのですがよくわからず、困っています。