使用GO在appengine上调用channel.Create时出错。

huangapple go评论105阅读模式
英文:

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

huangapple
  • 本文由 发表于 2011年7月2日 22:05:19
  • 转载请务必保留本文链接:https://go.coder-hub.com/6557495.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定