Kongregate statistics API仅适用于预览模式

时间:2015-12-19 20:11:32

标签: javascript kongregate

我用HTML5和Javascript制作了游戏,并将其上传到Kongregate。该游戏使用Kongregate统计API来报告玩家的达到水平和高分。

我上传了游戏,并在预览模式下进行了测试。一切正常,在游戏结束后,玩家可以在高分表中看到他的分数。

这是Web开发人员控制台中显示的内容。

[Konduit] Kongregate Packet[kong_web] stat.submit: {"stats":{"121151":1},"success":true} [Game] StatServices.submit ( maxlevel, 1 ) game.html
[Konduit] [Game->Service]: stat.submit: {"req.id":1,"stats":[{"value":1,"name":"maxlevel"}]} 
Object { flushlow: Array[1] } 
Object { statList: 1 } 
[Konduit] Kongregate Packet[kong_web] stat.submit: {"stats":{"121151":1},"success":true} 
[Konduit] [maxlevel-ServerUpdate]: submitted=1 
[Konduit] [Service->Game]: stat.submit: {"stats":{"121151":1},"success":true} 

然而,在我点击发布按钮后,它突然崩溃了。电话仍然被推,但没有反馈回来。

表示连接成功的行已出现。

[Service->Game]: hello: {"success":true}

但是,表明提交成功的那个没有。

[Game] StatServices.submit ( maxlevel, 1 ) game.html
[Konduit] [Game->Service]: stat.submit: {"stats":[{"value":1,"name":"maxlevel"}],"req.id":1} 
编辑:现在它似乎工作正常,我甚至没有改变任何东西。

0 个答案:

没有答案