logsol / Github-Auto-Deploy

a server that allows you to automatically deploy the latest version of your github project at each git push
http://logsol.github.com/Github-Auto-Deploy/
MIT License
575 stars 187 forks source link

Code 501 #12

Closed farhanumar closed 9 years ago

farhanumar commented 11 years ago

I am getting this error while testing it

i am with ubuntu 12.04, Python 2.7.3.

[02/Jan/2013 14:30:26] code 501, message Unsupported method ('GET')

Can you please help

evitolins commented 11 years ago

Hi there. I'm getting the same message, but I'm no Python expert. Seems I have the exact same creds as fanOo.

Ubuntu 12.04 Python 2.7.3

ghost commented 11 years ago

Well, it seems that trying to access the address via a browser caused the issue. I'm guessing that browsers typically send a GET request, even when no vars are specified. Deploy server no likey.

Since GitHub's webhooks seem to only send a POST request, problem solved.