Android C2DM 验证码丢失错误

发布于 2024-12-02 09:42:05 字数 731 浏览 1 评论 0原文

我已经尝试过本教程:

http://www.vogella.de/articles/AndroidCloudToDeviceMessaging /article.html#sourcecode

当我连接我的“服务器”应用程序时(它应该显示已注册的设备),我收到错误=需要验证码:

08-31 10:31:15.439: 错误/HttpResponse(745): CaptchaToken=xxx...xxx 08-31 10:31:15.439: 错误/HttpResponse(745): CaptchaUrl=Captcha?xxx...xxx 08-31 10:31:15.445: 错误/HttpResponse(745): 错误=CaptchaRequired

08-31 10:31:15.445: 错误/HttpResponse(745): Url=https://www.google.com/accounts/ErrorMsg?xxx...xxx

当我收到此响应时,我应该以某种方式显示验证码并与其交互并显示注册用户 再次。你知道如何做到吗?我需要每次都手动输入验证码还是只在第一次输入验证码?

谢谢赫米扎克

tI have tried this tutorial:

http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html#sourcecode

and when I connect with my "server" app, which should display registered devices, I got error=Captcha required:

08-31 10:31:15.439: ERROR/HttpResponse(745): CaptchaToken=xxx...xxx
08-31 10:31:15.439: ERROR/HttpResponse(745): CaptchaUrl=Captcha?xxx...xxx
08-31 10:31:15.445: ERROR/HttpResponse(745): Error=CaptchaRequired

08-31 10:31:15.445: ERROR/HttpResponse(745): Url=https://www.google.com/accounts/ErrorMsg?xxx...xxx

When I got this response, I should somehow display the captcha and interact with it and display registered users again. Do you know how it could by done? Do I need to enter captcha manually each time or only for the first time?

Thanks

Hmyzak

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅唱ヾ落雨殇 2024-12-09 09:42:05

登录失败时显示验证码。如果您正确完成身份验证,您将永远不会看到此情况。

The captcha is displayed when logins have failed. If you get the authentication done correctly, you won't ever see this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文