ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 173 forks source link

Docs are returning 404 #162

Closed eligeske closed 3 years ago

eligeske commented 3 years ago

Looks like @devtools-bot might have broken docs with this commit https://github.com/ChromeDevTools/debugger-protocol-viewer/commit/b091d74acdd721e8304c77de112e92b8b148ec8f

Sample of deleted definitions: https://github.com/ChromeDevTools/debugger-protocol-viewer/blob/b091d74acdd721e8304c77de112e92b8b148ec8f/pages/_data/v8.json

What steps will reproduce the problem?

  1. Open favorite browser, bes be krome, navigate to https://chromedevtools.github.io/devtools-protocol/tot/Network
  2. See rendered page contains "Oops you hit a 404!" for Network details

What is the expected result?

The Network page would contain definitions of Network

What happens instead of that?

404 text displayed

image

image

image

TimvdLippe commented 3 years ago

Thanks a lot for filing this issue so quickly! It seems like we are back in action, as the issue got fixed in https://github.com/ChromeDevTools/debugger-protocol-viewer/commit/38166662522c415f0e4c0dae630599849958a98b It's unclear why the bot crashed/produced faulty output. However, since it recovered and (as far as I know) this is the first occurrence, I am assuming it was a fault in the matrix.

Please let us know if this happens again, because that would mean we have a structural issue that requires fixing. Once again, thank you so much for finding this issue and reporting it to us!