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

Install fails on Linux chromium browser #65

Open
oli44 opened this issue Aug 7, 2015 · 4 comments
Open

Install fails on Linux chromium browser #65

oli44 opened this issue Aug 7, 2015 · 4 comments

Comments

@oli44
Copy link

oli44 commented Aug 7, 2015

hello,

after install, at first launch I got the following:

  • *** Important announcement! ***

                                              Due to Chrome's abandonment of NPAPI, we had to move to a newer technology                                                         
                                              called Native Messaging API.                                                                                                       
    
                                              Which is kind of good, because now we fully support Linux!                                                                         
                                              The bad news is that in order to use Devtools Terminal now you have to manually                                                    
                                              install the Node.js proxy.                                                                                                         
    
                                              Don't worry, it's easy, here are some quick instructions to get you going:                                                         
    
                                              * Install Node.js (http://nodejs.org/)                                                                                             
                                              * Open your terminal and run:                                                                                                      
    
                                                npm install -g devtools-terminal                                                                                                 
                                                sudo devtools-terminal --install --id=leakmhneaibbdapdoienlkifomjceknl                                                           
    
                                              Basically, the first command will install the proxy app and the second one will                                                    
                                              tell the Chrome browser where to find it.                                                                                          
    
                                              If it didn't work for you,                                                                                                         
                                              please, report at https://github.com/petethepig/devtools-terminal/issues                                                           
    
                                              Thanks                                                                                                                             
                                                                                         *
    

I followed the instructions (had to sudo the first npm command though, on a fresh mint qiana install), still getting the same error at launch after a reboot.

@noxecane
Copy link

I am having the same problem on an opensuse 13.2 installation. First had an error and had to install nodejs-devel. But it's still giving me the same issue. Wondering if I have to restart my system(which doesn't make sense)

@jjhoughton
Copy link

Had the same issue, after running this command i don't get that error anymore but i don't get a bash prompt either.

cd /etc/chromium
sudo ln -s ../opt/chrome/native-messaging-hosts/ .

@setkeh
Copy link

setkeh commented Dec 16, 2015

Also having this issue on Archlinux with chromium.

Can confirm though that using the websocket server works as a temporary fix.

@Guilemon
Copy link

Guilemon commented Aug 4, 2016

goto system terminal ->type devtools-terminal->goto chromium terminal tab->click on 3 horizontal dots->select RemoteConnection-> default url: http://127.0.0.1:8080 ->default login: admin
leave password empty

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