调用频道时出错。使用 GO 在 appengine 上创建
我正在使用 频道 Api Go 参考。当我运行时,出现以下错误:
channel.Create::Call error 1: call /channel.CreateChannel is not Registered
我找不到任何对它的引用。有谁知道吗?
I am using the sample code in the Channel Api Go Reference. 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 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