- From: Dominique Hazael-Massieux via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 Mar 2024 16:41:29 +0000
- To: public-webrtc-logs@w3.org
> I'm getting [this error](https://github.com/w3c/webrtc-pc/actions/runs/8469325910/job/23204407713?pr=2894#step:3:907). It says to see developer console, where can I see that? Trying to figure out how to bother you less ;) The way I check it is by running the ReSpec document in my local browser (served via a local http server since otherwise you'd hit CORS issues). The error in the developer console says: > The container with id rtcicetransport marked as amended cannot embed the other container of amendment rtcicetransportstate-failed-description, see https://github.com/w3c/webrtc-pc/blob/main/amendments.md for amendments management The problem here is that you're applying the change to the whole "rtcicetransport" section, which contains already a place with another change; I think the solution would probably to add a `<div>` wrapping the more specific changes; I think you would also need to markup the deletion of the "Update the ICE gathering state" section. I'm happy to leave it to you, or do it on my end as you prefer. > Also the next step "Check amendment annotations on substantive changes to Rec / check-amendment (pull_reques" seems to have passed, which seems odd if it failed on amendments. That job's role is only to check that a non-editorial PR is listed in amendments; let me know if you see a better name to use for the check. -- GitHub Notification of comment by dontcallmedom Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2894#issuecomment-2025658161 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 28 March 2024 16:41:30 UTC