[appengine-java] Re: Problem with Channel API

2011-05-18 Thread Matthew Smalley
Hi Moishe, excellent stuff - I just changed the default version to point at 4-9 and as you say it all works perfectly now. So glad I wasn't going mad after all and that it's now working - thanks for the help! Matthew. -- You received this message because you are subscribed to the Google Grou

Re: [appengine-java] Re: Problem with Channel API

2011-05-18 Thread Matthew Smalley
I originally tried it with a hardcoded channel key of "thegame" but it didn't like it. However the appid is "chess-web" and the current version that has the attached code is "4-9". Thanks a lot, Moishe! Matthew On 18 May 2011, at 16:52, Moishe wrote: > Hi, Matthew - the only thing I can t

Re: [appengine-java] Re: Problem with Channel API

2011-05-16 Thread Matthew Smalley
Just tried it and of course the post now returns a 200 instead of 500 response code, but still no message is sent. When I check the logs in the dashboard, I get a neatly reported stacktrace. Just to make sure I understood you correctly, here's how I changed my sendMessage() method: private

[appengine-java] Re: Problem with Channel API

2011-05-15 Thread Matthew Smalley
Oops forgot the stack trace: (this is from the google appengine log viewer): Uncaught exception from servlet com.google.appengine.api.channel.ChannelFailureException: An unexpected error occurred. at com.google.appengine.api.channel.ChannelServiceImpl.getExceptionForError(ChannelService