質問編集履歴

1

heroku logsの詳細を追記しました

2019/05/30 15:30

投稿

mtmiddle
mtmiddle

スコア12

test CHANGED
File without changes
test CHANGED
@@ -124,6 +124,34 @@
124
124
 
125
125
 
126
126
 
127
+ logsの内容も示します。
128
+
129
+ ```logs
130
+
131
+ 2019-05-30T13:59:38.165509+00:00 heroku[web.1]: Starting process with command `python main.py`
132
+
133
+ 2019-05-30T13:59:40.213351+00:00 heroku[web.1]: State changed from starting to crashed
134
+
135
+ 2019-05-30T13:59:40.101461+00:00 app[web.1]: Traceback (most recent call last):
136
+
137
+ 2019-05-30T13:59:40.101485+00:00 app[web.1]: File "main.py", line 17, in <module>
138
+
139
+ 2019-05-30T13:59:40.101615+00:00 app[web.1]: YOUR_CHANNEL_ACCESS_TOKEN = os.environ["秘密鍵"]
140
+
141
+ 2019-05-30T13:59:40.101620+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/os.py", line 669, in __getitem__
142
+
143
+ 2019-05-30T13:59:40.101918+00:00 app[web.1]: raise KeyError(key) from None
144
+
145
+ 2019-05-30T13:59:40.101932+00:00 app[web.1]: KeyError: '秘密鍵'
146
+
147
+ 2019-05-30T13:59:40.194874+00:00 heroku[web.1]: Process exited with status 1
148
+
149
+ ! Logs eventsource failed with: 503 Service Unavailable
150
+
151
+ ```
152
+
153
+
154
+
127
155
  webhookに接続完了するためにお力添えもらえないでしょうか?
128
156
 
129
157