Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something throwing errors #364

Open
beckermr opened this issue Apr 23, 2020 · 0 comments
Open

something throwing errors #364

beckermr opened this issue Apr 23, 2020 · 0 comments

Comments

@beckermr
Copy link
Member

I'm seeing some of this. IDK what is going on

ERROR:tornado.application:Uncaught exception POST /conda-forge-feedstocks/org-hook (192.30.252.99)
2020-04-23T02:58:50.703045+00:00 app[web.1]: HTTPServerRequest(protocol='https', host='conda-forge.herokuapp.com', method='POST', uri='/conda-forge-feedstocks/org-hook', version='HTTP/1.1', remote_ip='192.30.252.99')
2020-04-23T02:58:50.703046+00:00 app[web.1]: Traceback (most recent call last):
2020-04-23T02:58:50.703046+00:00 app[web.1]:   File "/opt/conda/lib/python3.7/site-packages/tornado/web.py", line 1703, in _execute
2020-04-23T02:58:50.703047+00:00 app[web.1]:     result = await result
2020-04-23T02:58:50.703048+00:00 app[web.1]:   File "/conda_forge_webservices/conda_forge_webservices/webapp.py", line 209, in post
2020-04-23T02:58:50.703048+00:00 app[web.1]:     commit = body.get('head_commit', {}).get('id', None)
2020-04-23T02:58:50.703049+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute 'get'
2020-04-23T02:58:50.703508+00:00 app[web.1]: ERROR:tornado.access:500 POST /conda-forge-feedstocks/org-hook (192.30.252.99) 5.45ms
2020-04-23T02:58:50.721499+00:00 app[web.1]: ERROR:tornado.application:Uncaught exception POST /conda-forge-teams/org-hook (140.82.115.242)
2020-04-23T02:58:50.721501+00:00 app[web.1]: HTTPServerRequest(protocol='https', host='conda-forge.herokuapp.com', method='POST', uri='/conda-forge-teams/org-hook', version='HTTP/1.1', remote_ip='140.82.115.242')
2020-04-23T02:58:50.721501+00:00 app[web.1]: Traceback (most recent call last):
2020-04-23T02:58:50.721502+00:00 app[web.1]:   File "/opt/conda/lib/python3.7/site-packages/tornado/web.py", line 1703, in _execute
2020-04-23T02:58:50.721502+00:00 app[web.1]:     result = await result
2020-04-23T02:58:50.721503+00:00 app[web.1]:   File "/conda_forge_webservices/conda_forge_webservices/webapp.py", line 267, in post
2020-04-23T02:58:50.721503+00:00 app[web.1]:     commit = body.get('head_commit', {}).get('id', None)
2020-04-23T02:58:50.721503+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute 'get'
2020-04-23T02:58:50.721926+00:00 app[web.1]: ERROR:tornado.access:500 POST /conda-forge-teams/org-hook (140.82.115.242) 1.10ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant