-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlog.log
123 lines (123 loc) · 7.75 KB
/
log.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
2017-08-30 13:59:12,633 - app - ERROR - Exception on /api/webhook [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 24, in webhook
return view_class.post()
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 38, in post
event_type = get_event_type(payload)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/slack/funcs.py", line 2, in get_event_type
event = payload.get('event').get('type')
AttributeError: 'NoneType' object has no attribute 'get'
2017-08-30 14:00:05,012 - app - ERROR - Exception on /api/webhook [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 24, in webhook
return view_class.post()
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 38, in post
event_type = get_event_type(payload)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/slack/funcs.py", line 2, in get_event_type
event = payload.get('event').get('type')
AttributeError: 'NoneType' object has no attribute 'get'
2017-08-30 14:00:19,559 - app - ERROR - Exception on /api/webhook [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1642, in full_dispatch_request
response = self.make_response(rv)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1731, in make_response
raise ValueError('View function did not return a response')
ValueError: View function did not return a response
2017-08-30 14:01:07,395 - app - ERROR - Exception on /api/webhook [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1642, in full_dispatch_request
response = self.make_response(rv)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1731, in make_response
raise ValueError('View function did not return a response')
ValueError: View function did not return a response
2017-08-30 14:01:38,157 - app - ERROR - Exception on /api/webhook [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 24, in webhook
return view_class.post()
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 38, in post
event_type = get_event_type(payload)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/slack/funcs.py", line 2, in get_event_type
event = payload.get('event').get('type')
AttributeError: 'NoneType' object has no attribute 'get'
2017-08-30 14:02:32,603 - app - ERROR - Exception on /api/webhook [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 24, in webhook
return view_class.post()
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 38, in post
print(payload)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/slack/funcs.py", line 2, in get_event_type
event = payload.get('event').get('type')
AttributeError: 'NoneType' object has no attribute 'get'
2017-08-30 14:02:32,827 - app - ERROR - Exception on /api/webhook [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 24, in webhook
return view_class.post()
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/api/bot.py", line 38, in post
print(payload)
File "/home/lekanterragon/Desktop/pyungprojects/pyungbot/bot/slack/funcs.py", line 2, in get_event_type
event = payload.get('event').get('type')
AttributeError: 'NoneType' object has no attribute 'get'