On Feb 3, 2:45 pm, eoranged <[email protected]> wrote: > self.client is successfuly authenticated ProjectHostingClient object > (it can post issues). And when i'm trying to post comment via > > comment = self.client.update_issue(self.project_name, '1', '', > comment = 'Something for test.') > > I see gdata.client.RequestError: Server responded with: 500, Internal > Error. > So, guys, what i'm doing wrong?
I haven't analyzed your code. But I have successfully posted issue comments via the API, using the gdata python client library. If you want to compare code, it's here: http://code.google.com/p/projport/source/browse/trunk/projport (And http://code.google.com/p/projport/source/browse/trunk/README has details on how to use it, of course.) Good luck, -Karl -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" 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/google-code-hosting?hl=en.

