应用内购买 API 服务器错误 509
我经常从服务器收到 509 错误。
**Server error on InAppRestoreTransactionsRequest: com.android.vending.api.ApiException: HTTP 509 for https://android.clients.google.com/vending/billing/ApiRequest
**
在开发过程中,您可以访问此服务器的次数是否有限制?我的 APK 未发布,执行请求的 gmail 帐户是列出的调试帐户,而不是开发/发布者帐户。
我等了大约两个小时,还是收到了。
I get 509's from the server quite a bit.
**Server error on InAppRestoreTransactionsRequest: com.android.vending.api.ApiException: HTTP 509 for https://android.clients.google.com/vending/billing/ApiRequest
**
Is there a limit to how much you can hit this server in development? My APK is unpublished and the gmail account doing the request is the listed debug account and not the dev/publisher account.
I've waited about two hours and I'm still getting it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,存在 API 限制调用,或者至少是服务器限制。
HTTP 错误代码 509 表示带宽过载。我倾向于相信这是一个普遍的服务器问题,特别是 Apache。
超出带宽限制
Yes there are API Limit calls, or at least server limits.
HTTP Error Code 509 signifies a bandwidth overload. I am inclined to believe this is a general Server problem though, Apache in particular.
Bandwidth Limit Exceeded