icloud上传错误_如何修复HomeKit“地址未注册到iCloud”错误

icloud上传错误

icloud上传错误

While Apple has made serious improvements to the HomeKit smarthome framework, there are still more than a few ghosts in the machine. Let’s look at how to banish the extremely frustrating “Address is not registered with iCloud” error to get your system back up and running.

尽管苹果已经对HomeKit智能家庭框架进行了重大改进,但该机器中仍然存在许多幽灵。 让我们看一下如何消除极为令人沮丧的“地址未向iCloud注册”错误,以使系统备份并运行。

该错误如何处理? (What’s the Deal With This Error?)

Errors are always a hassle. They’re arcane, you can’t understand what’s causing it, and you have to Google around until you find the answer. This particular error is even more frustrating, because it clearly spells out exactly why the error is occurring–except the reason it gives makes no sense. 

错误总是很麻烦。 它们是不可思议的,您无法理解是什么原因造成的,您必须在Google周围直到找到答案。 这个特定的错误更加令人沮丧,因为它清楚地阐明了错误发生的确切原因-除了给出错误的原因之外。

This error appears when you invite a person to share your HomeKit smarthome system. It rejects the invitation, claiming that they do not have a registered iCloud address even when you know you’re using their iCloud address. As seen in the header image above, you get the text “Invitation Failed: Could not invite “username@icloud.com” because the email address is not registered with iCloud.”

邀请他人共享HomeKit智能家居系统时,会出现此错误。 它拒绝邀请,声称他们没有注册的iCloud地址,即使您知道自己在使用他们的iCloud地址也是如此。 如上图所示,您收到文本“邀请失败:由于电子邮件地址未在iCloud中注册,因此无法邀请“ username@icloud.com”。”

Don’t worry: you aren’t crazy, and haven’t made a typo. Often, it’s a matter of the Home app getting stuck in a glitch wherein it rejects all iCloud addresses, regardless of whether or not they are valid.

别担心:您并不疯狂,也没有打错字。 通常,这是Home应用陷入困境的问题,在该应用中,它拒绝所有iCloud地址,无论它们是否有效。

While this problem will certainly be patched in future editions of iOS, for the moment it remains a very frustrating hiccup. Thankfully we’ve got a clear solution you can use to resolve it.

尽管此问题肯定会在将来的iOS版本中修复,但目前仍是一个令人沮丧的麻烦。 值得庆幸的是,我们有一个清晰的解决方案,可以用来解决它。

如何解决错误 (How to Fix the Error)

If you’re a HomeKit early adopter, you might be already braced for the go-to fallback when faced with inscrutable HomeKit problem: resetting your whole HomeKit system. Don’t worry though! We, like you, hate to reset our system just to fix a small (but very annoying) error and we looked at the problem from every angle to find a way you could avoid that hassle.

如果您是HomeKit的早期采用者,那么当您面对不可思议的HomeKit问题:重置整个HomeKit系统时,您可能已经准备好应对失败。 不过不要担心! 与您一样,我们讨厌重置我们的系统,只是为了解决一个很小(但非常烦人的错误)的问题,我们从各个角度研究了该问题,以找到避免这种麻烦的方法。

Rather than dump your entire setup and start over, you can banish this nonsensical error by simply repopulating your guest list. Open the Home app and access the settings menu by selecting the arrow icon in the upper left corner.

您可以通过重新填充来宾列表来消除这种无意义的错误,而不必丢弃整个设置并重新开始。 打开“主页”应用程序,然后选择左上角的箭头图标来访问设置菜单。

In the “People” section, located halfway down the screen, select each current guest member of your HomeKit household, one by one.

在屏幕中间的“人”部分,一个一个地选择HomeKit家庭的每个当前来宾成员。

Inside each individual member screen, scroll down and select “Remove Person”. Repeat this process for all existing guest members including those with pending invitations they haven’t responded to yet. Scroll down to the very bottom of the guest entry until you see “Remove Person” then click it to remove them.

在每个成员屏幕内,向下滚动并选择“删除人”。 对所有现有来宾成员重复此过程,包括那些尚未回复的待处理邀请的成员。 向下滚动到访客条目的最底部,直到看到“ Remove Person”,然后单击将其删除。

After you’ve removed all the guest members in your HomeKit household, turn right back around and invite them back. Magically, the exact same iCloud users that were “invalid” should pass through the invitation process with no issue.

删除HomeKit家庭中的所有来宾成员后,请向右转并邀请他们回来。 神奇的是,“无效”的完全相同的iCloud用户应该顺利通过邀请过程。

翻译自: https://www.howtogeek.com/276908/how-to-fix-homekit-address-is-not-registered-with-icloud-errors/

icloud上传错误

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280260.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Jenkins安装部署

Jenkins安装部署 Jenkins简介 Jenkins是一个开源软件项目,是基于Java开发的一种持续集成工具,用于监控持续重复的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。 安装步骤 本文以CentOS7为环境,安装…

Angular2中的路由(简单总结)

Angular2中建立路由的4个步骤: 1、路由配置:最好新建一个app.toutes.ts文件(能不能用ng命令新建有待调查) Angular2中路由要解决的是URL与页面的对应关系(比如URL是http://localhost:4200/all-people,那么页…

受 SQLite 多年青睐,C 语言到底好在哪儿?

SQLite 近日发表了一篇博文,解释了为什么多年来 SQLite 一直坚持用 C 语言来实现,以下是正文内容: C 语言是最佳选择 从2000年5月29日发布至今,SQLite 一直都是用 C 语言实现。C 一直是实现像 SQLite 这类软件库的最佳语言。目前&…

为什么 Random.Shared 是线程安全的

在多线程环境中使用 Random 类来生成伪随机数时,很容易出现线程安全问题。例如,当多个线程同时调用 Next 方法时,可能会出现种子被意外修改的情况,导致生成的伪随机数不符合预期。为了避免这种情况,.NET 框架引入了 Ra…

(3)Python3笔记之变量与运算符

一、变量 1). 命名规则: 1. 变量名不能使用系统关键字或保留关键字 2. 变量区分大小写 3. 变量命名由字母,数字,下划线组成但不能以数字开头 4. 不需要声明变量类型 是 a 1 非 int a 1 5. 查看变量内存地址 id(a), id(b) 6…

some demos

import ../css/detail.css;// 找到字符串中重复次数最多的字符 function findMax(str) {let maxChar ;let maxValue 1;if (!str.length) return;let arr str.replace(/\s/g, ).split();let obj {};for (let i 0; i < arr.length; i) {if (!obj[arr[i]]) {obj[arr[i]] …

WPF 实现视频会议与会人员动态布局

WPF 实现视频会议与会人员动态布局控件名&#xff1a;SixGridView作 者&#xff1a;WPFDevelopersOrg - 驚鏵原文链接[1]&#xff1a;https://github.com/WPFDevelopersOrg/WPFDevelopers框架使用.NET40&#xff1b;Visual Studio 2019;接着上一篇是基于Grid实现的视频查看感…

汉三水属国(北地属国、安定属国)

汉三水属国&#xff08;北地属国、安定属国&#xff09; 两汉&#xff08;西汉、东汉&#xff09;400年中&#xff0c;由于各种原因&#xff0c;经常有成批的匈奴归附汉朝&#xff0c;两汉政府对他们采取了较为妥善的安置政策&#xff0c;其中最主要的措施是为他们设立专门的居…

《爆发》作者:大数据领域将有新赢家

本文讲的是《爆发》作者&#xff1a;大数据领域将有新赢家,全球复杂网络研究专家日前到访中国&#xff0c;为其新作《爆发》作宣传。他在接受国内媒体采访时表示&#xff0c;未来可能有新公司取代谷歌、Facebook等公司&#xff0c;成为大数据领域的赢家。 《爆发》一书是一本讨…

chromebook刷机_如何获取Android应用以查看Chromebook上的外部存储

chromebook刷机Android apps are a great way to expand the sometimes limited capabilities of Chromebooks, but they can be a problem if you store most of your data on an external medium—like an SD card, for example. Android应用程序是扩展Chromebook有时有限功能…

Stream流与Lambda表达式(四) 自定义收集器

一、自定义SetCustomCollector收集器 package com.java.design.Stream.CustomCollector;import java.util.*; import java.util.function.BiConsumer; import java.util.function.BinaryOperator; import java.util.function.Function; import java.util.function.Supplier; im…

ModelState.IsValid忽略型别的检查错误

Web Api在Int或DateTime如果传空值的话会自动帮忙设预设值&#xff0c;但是在ModelState.IsValid的时候&#xff0c;却会出现型别上的错误.解决方式把Model改成正确&#xff0c;也就是预设允许可以为nullpublic class DemoModel { …

android 指纹添加_如何将手势添加到Android手机的指纹扫描仪

android 指纹添加So you have a shiny new Android phone, equipped with a security-friendly fingerprint scanner. Congratulations! But did you know that, while useful on its own, you can actually make the fingerprint scanner do more than just unlock your phone…

关于前端性能优化

常用的优化有两部分 第一&#xff1a;面向内容的优化 减少 HTTP 请求减少 DNS 查找避免重定向使用 Ajax 缓存延迟载入组件预先载入组件减少 DOM 元素数量切分组件到多个域最小化 iframe 的数量不要出现http 404 错误第二&#xff1a;面向 Server 缩小 Cookie针对 Web 组件使用域…

前端工程化:围绕Jenkins打造工作流的过程

背景 1年前入职时&#xff0c;公司前端部门的静态代码部署都是用ftp工具拖拽部署&#xff0c;没有记录&#xff0c;没有关联&#xff0c;经常造成许多困扰的问题&#xff0c; 比如&#xff1a;今天有没有其他人在我要部署的路径上工作&#xff1f;我的代码为啥被盖掉了&#xf…

业务id转密文短链的一种实现思路

业务场景&#xff1a; 买家通过电商app下单后&#xff0c;会受到一条短信&#xff0c;短信内容中包括改订单详情页面的h5地址连接&#xff0c;因为是出现在短信中&#xff0c;所以对连接有要求&#xff1a;1.尽量短&#xff1b;2.安全性考虑&#xff0c;订单在数据库中对应的自…

百度高管:问心无愧

1月23日下午消息&#xff0c;今天下午&#xff0c;百度召开百家号2019内容创作者盛典&#xff0c;百度副总裁沈抖出席并发布演讲。 就在前一天&#xff0c;一篇名为《搜索引擎百度已死》的文章刷屏&#xff0c;文中提到百度搜索有一半以上会指向百度自家产品&#xff0c;尤其百…

Vuex 学习笔记

Vuex 是什么&#xff1f; Vuex 是一个专为 Vue.js应用程序开发的状态管理模式。由于SPA应用的模块化&#xff0c;每个组件都有它各自的数据&#xff08;state&#xff09;、视图&#xff08;view&#xff09;和方法&#xff08;actions&#xff09;&#xff0c;当项目内容越来越…

xdf文档怎么转换为pdf_如何将PDF文件和图像转换为Google文档文档

xdf文档怎么转换为pdfYou probably know you can create and edit documents with Google Docs, but you can edit more than just .doc files. Google Drive can also convert any PDF, JPG, PNG, or GIF into a document with fully editable text. Here’s how. 您可能知道可…