Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work, error: /deep/ combinator is deprecated. #8

Open
laukstein opened this issue Dec 9, 2015 · 10 comments
Open

Doesn't work, error: /deep/ combinator is deprecated. #8

laukstein opened this issue Dec 9, 2015 · 10 comments

Comments

@laukstein
Copy link
Contributor

It doesn't work.

chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1&remoteFrontend=true returns empty page and Chrome Console log shows:

/deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
VM50:72 Uncaught TypeError: Cannot read property 'addExtensions' of undefined

node bin/adaptor.js

info: adaptor.initialize
info: adaptor.start
info: server.http.listerning (port 9223)
info: server.socket.listerning (port 9223)
info: server.started
info: client.connecting on  6000
info: client.connected: port 6000
info: adaptor.ready
info: -> visit http://localhost:9223/json/
info: httprequest.received: Info.getInfo
info: httprequest.reply description=, devtoolsFrontendUrl=/devtools/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1, devtoolsUrl=chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1&remoteFrontend=true, id=server2.conn0.tab1, title=Invoice - a7828431-69e7-48ad-8eba-b5ae4ecc026d1, type=page, url=http://dev.stampli.com/ServerUi/invoice.html#id=a7828431-69e7-48ad-8eba-b5ae4ecc026d1&mode=processor, webSocketDebuggerUrl=ws://localhost:9223/devtools/page/server2.conn0.tab1

http://localhost:9223/json/

[
  {
    "description": "",
    "devtoolsFrontendUrl": "/devtools/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1",
    "devtoolsUrl": "chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1&remoteFrontend=true",
    "id": "server2.conn0.tab1",
    "title": "test",
    "type": "page",
    "url": "http://test.com/",
    "webSocketDebuggerUrl": "ws://localhost:9223/devtools/page/server2.conn0.tab1"
  }
]
@auchenberg
Copy link
Member

Thanks for reporting this. The adaptor hasn't been updated in 6 months, so most likely some internals in Chrome DevTools has changed.

@laukstein
Copy link
Contributor Author

Perhaps Chrome issue #528899 and #529818 might be related to it too.

@pbassut
Copy link

pbassut commented Mar 23, 2016

I can confirm this.
+1

@auchenberg
Copy link
Member

I haven't really maintained this adaptor since the release. This seems like a relatively easy fix.

Anyone who wanna take a stab?

@darkwing
Copy link

darkwing commented May 9, 2016

Tried finding a solution here but failed :( Based on the feedback here, this is a very in demand solution, so hopefully we can get it fixed soon! https://davidwalsh.name/firefox-devtools-chrome

@laukstein
Copy link
Contributor Author

https://davidwalsh.name/firefox-devtools-chrome

@darkwing, this repo is about Chrome DevTools for Firefox debug and not opposite.

@darkwing
Copy link

darkwing commented May 9, 2016

@laukstein I know ... people would prefer Chrome DevTools for Firefox debugging instead of what I wrote.

@auchenberg
Copy link
Member

This adapter hasn't been maintained for years. If any of you wanna give a hand, it be wonderful!

@sktguha
Copy link

sktguha commented Jul 20, 2016

may I know why this was discontinued :( ? It was an awesome idea to be able to debug firefox using chrome devtools

@auchenberg
Copy link
Member

@sktguha This protocol adapter has never left the experimental stage. We should see if we can convince @jasonLaster to share some thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants