Can you give us more information, such as the user you are POSTing as and the repository you are attempting to delete?
For a sanity check, here's a shell session that I just verified works: https://gist.github.com/b89344ac5ba1349a6bbb Chris On Fri, Mar 5, 2010 at 9:46 PM, Cyb3rNet <[email protected]> wrote: > I get a 500 Internal Server Error on an authentified POST call to / > repos/delete/:repo > > On Mar 1, 3:21 pm, Chris Wanstrath <[email protected]> wrote: >> Are you getting an error of some sort? What is the response code? >> >> Chris >> >> >> >> >> >> On Saturday, February 27, 2010, Cyb3rWeb <[email protected]> wrote: >> > Hi, I've been implementing a GitHub API wrapper in PHP lately. The PHP >> > one suggested on develop.github.com isn't complete and I needed some >> > services for a client project. >> >> > My question is regarding deleting repos. I've developed a repository >> > API wrapper and was testing the methods and the only one wich didn't >> > go through was the /repos/delete/:repo API call. >> >> > I was wondering if this API has stopped it's services or if everything >> > is running fine and the problem is on my side. Also I'm not sure about >> > the documentation of the "delete repo" API call. It says in my words: >> >> > * One POST call to /repos/delete/:repo >> > * Reception of delete_token >> > * Another submission of POST call with delete_token >> >> > Am I missing something? >> >> > Thanks for the prompt answer. >> >> > Cyb3r >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "GitHub" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/github?hl=en. >> >> -- >> Chris Wanstrathhttp://github.com/defunkt > > -- > You received this message because you are subscribed to the Google Groups > "GitHub" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/github?hl=en. > > -- Chris Wanstrath http://github.com/defunkt -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
