Looking for public Chrome DevTools MCP startup failure logs to test safe failure-window extraction #2256
Replies: 1 comment
-
|
This seems like a reasonable validation target, especially because MCP startup failures often produce a lot of wrapper noise before the actual Node/runtime error shows up. The chrome-devtools-mcp/build/src/browser.jsis a good example of the kind of signal that can get buried: the important part is usually the missing module path, the package version, the way the MCP client launched the server, and the immediate stack frames around the failing import. What I would check first for logs in this category is whether the failure is coming from one of these buckets:
For anyone sharing a useful excerpt, the smallest helpful shape would probably be something like this, with private paths and names removed: MCP client:
chrome-devtools-mcp version:
Node version:
OS:
install/run command:
package manager:
<last 20-40 lines before the failure>
ERR_MODULE_NOT_FOUND ...
<first few stack frames after the failure>The For redaction, the things worth removing before posting are home directories, internal repo names, tokens, absolute workspace paths, CI URLs for private repos, and any MCP config that includes credentials. The useful diagnostic window should still preserve package names, relative paths inside One caveat: if this discussion area is intended strictly for If someone does have a public failure log, the most useful next step would be to link the original issue/action/log and paste only the bounded excerpt here. That keeps the thread auditable without turning it into a raw-log dump. If my answer solved your problem, you can click answered the question. I'm really here to help, and along the way I'm also collecting Galaxy Brain badges haha 😆 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I’m looking for a few public Chrome DevTools MCP startup, CI, install, or terminal failure logs to test whether a “safe failure-window” workflow is useful for coding agents.
I saw issue #199, where adding
chrome-devtools-mcpin an MCP client produced anERR_MODULE_NOT_FOUNDerror around:That issue is already closed, so I’m not trying to reopen it or add noise there. I’m using it only as an example of the kind of failure pattern I’m interested in:
ERR_MODULE_NOT_FOUNDWhat I’m testing
I’m testing FailLens Crash Gate, which does one narrow thing:
No install is needed for the first test.
If someone has a public failed Chrome DevTools MCP startup log, GitHub Actions failure, install failure, or terminal crash related to MCP setup, feel free to reply with a public link or paste a redacted excerpt.
What I can return
I can run it through FailLens and reply with a safe summary like:
I will not publish raw logs, secrets, private repo names, or stack trace bodies in any public proof without permission.
Good example
A good example is:
If this kind of validation post is not appropriate for this discussion area, I’m happy to remove it. I’m mainly looking for real MCP/devtool failure examples to see whether this workflow is useful outside my own test cases.
Beta Was this translation helpful? Give feedback.
All reactions