使用 wi-fi 时,Curve 8520 中不存在凭据
当我尝试使用 wi-fi 登录 curve 8520 中的应用程序时,出现以下异常
“凭据不存在”
相同的应用程序之前可以运行。但突然这个例外来了。
我可以使用 wi-fi 访问互联网服务以及打开网页。
但在登录时我的应用程序出现“凭据不存在”异常。
我还检查了单击应用程序图标时,设备注册是否有效。 。
应用程序可以在不使用 wi-fi 的情况下使用 http 连接正常工作。
仅当我尝试通过 wi-fi 登录时才会出现问题
I have the following exception while I try to login in my application in curve 8520 using wi-fi
"Credentials do not exist"
same application works before. but suddenly this exception comes.
I can access the internet services as well as open webpages using wi-fi.
but at the time of login my application "Credentials do not exist" exception comes.
I also cheched that at the time of clicked the application icon,device registration works. .
application works fine with using http connection without using wi-fi.
problem comes only when I try to login via wi-fi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许发布你的连接网址?听起来您正在混淆 APN 和 wifi 的附加程序。 “凭据不存在”听起来像是 APN 失败。
Wifi 应该是:
deviceside=true;interface=wifi
APN 就是 deviceside=true(如果您配置了默认 APN)。如果没有,您将获得凭据失败。那么也许您只是缺少那个 wifi 标志?
Maybe post your connect URL? It sounds like you're mixing up the appenders for APN and wifi. "Credentials do not exist" sounds like APN fail.
Wifi should be:
deviceside=true;interface=wifi
APN is just deviceside=true, if you have default APN configured. If not, you get a credentials fail. So maybe you're just missing that wifi signifier?