英文:
Error calling channel.Create on appengine with GO
问题
channel.Create:: Call error 1: call /channel.CreateChannel is not registered
英文:
I am using the sample code in the [Channel Api Go Reference][1]. When I run, I got the following error:
channel.Create:: Call error 1: call /channel.CreateChannel is not registered
I could not find any reference to it. Does anyone know?
[1]: http://code.google.com/intl/fr/appengine/docs/go/channel/overview.html#Example_Tic_Tac_Toe_Application "Channel Api Go Reference"
答案1
得分: 2
根据https://groups.google.com/forum/#!topic/google-appengine-go/cetKWCkoHfg,这是AppEngine运行时的已知错误:http://code.google.com/p/googleappengine/issues/detail?id=5279
英文:
According to https://groups.google.com/forum/#!topic/google-appengine-go/cetKWCkoHfg it's a known error in AppEngine runtime: http://code.google.com/p/googleappengine/issues/detail?id=5279
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论