質問編集履歴

1

テスト中タブでテストを実行した時のエラーメッセージを追加しました

2022/11/26 02:57

投稿

kakomya19
kakomya19

スコア2

test CHANGED
File without changes
test CHANGED
@@ -12,11 +12,15 @@
12
12
  上記Webページ上の目次「5.3 Cloud Functions→6. wikipediaのどっかのページのタイトルが返ってきます。」までを実行させたいです。
13
13
 
14
14
  ### 発生している問題・エラーメッセージ
15
-
15
+ ターミナルで実行した場合のエラーメッセージ
16
16
  ```
17
17
  Error: could not handle the request
18
18
  ```
19
-
19
+ テスト中タブでテストを実行した場合のエラーメッセージ
20
+ ```
21
+ Error: function terminated. Recommended action: inspect logs for termination reason. Additional troubleshooting documentation can be found at https://cloud.google.com/functions/docs/troubleshooting#logging Details:
22
+ 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
23
+ ```
20
24
  ### 該当のソースコード
21
25
 
22
26
  ```ここに言語名を入力