petethepig / devtools-terminal

Terminal in Chrome Devtools
http://blog.dfilimonov.com/2013/09/12/devtools-terminal.html
MIT License
1.31k stars 89 forks source link

*FIX* for blank terminal #79

Closed jackbackes closed 8 years ago

jackbackes commented 8 years ago

Hi everyone. I, like many of you, had the following issue:

  1. install worked. (hurray!)
  2. blank terminal (oh no!)

This simple fix made it work for me:

jackbackes commented 8 years ago

I believe the root issue is found in the default example-config.js:

exports.config = {
  users: {
    admin: {
      password: "",
      cwd: process.cwd()
    }
  },
  port: 8080
};
jackbackes commented 8 years ago

here you see the username is admin, password is "", and port is 8080, which exactly matches the steps that must be entered for remote access.

jackbackes commented 8 years ago

I don't know why local access doesn't work. Perhaps @petethepig can enlighten?

ubermensh commented 7 years ago

no remote connection option in chrome 58 the three dot menu looks different

joshmccall221 commented 7 years ago

@ubermensh, I am having issues too. macOS + Chrome 60 the three dots do nothing when clicked.