remy / jsconsole

Web based console - for presentations and workshops
http://jsconsole.com
MIT License
1.91k stars 334 forks source link

jsconsole to web page not working #90

Closed darimay closed 7 years ago

darimay commented 7 years ago

Hi Remy,

I've been looking into using your great project in debugging some issues I'm trying to resolve on mobile.

However, the jsconsole-to-client direction is not working for me. So I can't do things like document.title; or alert('hello'); as you've demonstrated in the demo because nothing happens on the client side.

I've tried my test client pages in both Chrome desktop and Chrome Android. The only thing I see in the jsconsole is sent remote command. But nothing happens in the other web page client.

I don't see any consistent errors in the jsconsole browser console. In fact, when inspecting the Network tab in the dev tools (on the jsconsole page), I see the POST to https://jsconsole.com/remote/key/run with a 200 status. But like I said, nothing happens on the other end. 😞

Am I doing something wrong?