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

Uncaught Error: connect ECONNREFUSED #20

Open
benogle opened this issue Jan 26, 2015 · 4 comments
Open

Uncaught Error: connect ECONNREFUSED #20

benogle opened this issue Jan 26, 2015 · 4 comments

Comments

@benogle
Copy link

benogle commented Jan 26, 2015

From @JostCrow on January 23, 2015 9:46

[Enter steps to reproduce below:]

  1. killed ungit via ctrl+p.
  2. pressed ctrl+p again afterwards.
  3. Nothing happened so I pressed it again.

Atom Version: 0.175.0
System: linux 3.13.0-44-generic
Thrown From: Atom Core

Stack Trace

Uncaught Error: connect ECONNREFUSED

At events.js:85

Error: connect ECONNREFUSED
  at exports._errnoException (util.js:746:11)
  at Object.afterConnect [as oncomplete] (net.js:990:19)

Commands

     -0:24.2 window:run-package-specs (atom-text-editor.editor)
  3x -0:21.2 project-manager:toggle (atom-text-editor.editor)
     -0:19.5 core:move-up (atom-text-editor.editor.mini)
     -0:19.3 core:confirm (atom-text-editor.editor.mini)
     -0:16.1 command-palette:toggle (atom-workspace.workspace.scrollbars-visible-always.theme-monokai.theme-atom-dark-ui)
     -0:14.3 core:confirm (atom-text-editor.editor.mini)
     -0:14.3 ungit:toggle (atom-workspace.workspace.scrollbars-visible-always.theme-monokai.theme-atom-dark-ui)
     -0:01.9 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:00.0 core:confirm (atom-text-editor.editor.mini)
     -0:00.0 ungit:kill (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "tabs",
      "tree-view",
      "linter-python-pep8",
      "toolbar",
      "toolbar-main",
      "pane-layout-plus",
      "indent-guide-improved"
    ],
    "themes": [
      "atom-dark-ui",
      "monokai"
    ]
  },
  "editor": {
    "fontSize": 12,
    "showIndentGuide": true,
    "tabLength": 4,
    "scrollSensitivity": 80,
    "scrollPastEnd": true,
    "invisibles": {}
  }
}

Installed Packages

# User
atom-python-debugger, v0.1.1
atom-ungit, v0.4.0
autoclose-html, v0.13.0
autocomplete-plus, v1.1.0
autocomplete-plus-async, v0.22.0
highlight-selected, v0.7.0
language-django, v0.1.1
linter, v0.10.1
linter-pep8, v0.1.0
minimap, v3.5.6
minimap-color-highlight, v3.1.0
minimap-find-and-replace, v3.1.0
minimap-git-diff, v3.1.0
minimap-highlight-selected, v3.1.0
minimap-selection, v3.1.1
monokai, v0.11.0
project-manager, v1.15.0
python-isort, v0.0.5
set-syntax, v0.1.0
sublime-tabs, v0.4.8
tab-history, v0.4.0

# Dev
No dev packages

Copied from original issue: atom/atom#5230

@benogle
Copy link
Author

benogle commented Jan 26, 2015

From @mnquintana on January 23, 2015 12:37

I can't reproduce this in OS X 10.10.1, Atom 0.175.0. Can you try seeing if you can reproduce this with all of your installed packages disabled except atom-ungit?

@jung-kim
Copy link
Owner

@benogle Thanks and will be looking at it.

@JostCrow First thing I would suspect is that wether or not ungit is able to use provided port, by default ungit uses 8448. Best thing to do is install ungit within npm and see if you can run that independently from atom-ungit.

Admittedly I do not own any windows machine so atom-ungit's window durability is spotty at best but I will see what I can do help you with this problem.

@JostCrow
Copy link

@codingtwinky I used ungit before outside of atom. I can still run ungit and use it independently.

@jung-kim
Copy link
Owner

I'm not able to reproduce this issue and I'm not sure how to approach this.

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

3 participants