Android C2DM 验证码丢失错误
我已经尝试过本教程:
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=CaptchaRequired08-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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
登录失败时显示验证码。如果您正确完成身份验证,您将永远不会看到此情况。
The captcha is displayed when logins have failed. If you get the authentication done correctly, you won't ever see this.