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 TypeError: Cannot read property 'connect' of null #17

Closed
ghost opened this issue Jan 5, 2015 · 1 comment
Closed

Uncaught TypeError: Cannot read property 'connect' of null #17

ghost opened this issue Jan 5, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 5, 2015

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.165.0
System: Mac OS X 10.10
Thrown From: Remote-FTP package, v0.3.0

Stack Trace

Uncaught TypeError: Cannot read property 'connect' of null

At /Users/scottbrown/.atom/packages/Remote-FTP/lib/client.js:169

TypeError: Cannot read property 'connect' of null
  at Client.module.exports.Client.connect (/Users/scottbrown/.atom/packages/Remote-FTP/lib/client.js:169:17)
  at Client.<anonymous> (/Users/scottbrown/.atom/packages/Remote-FTP/lib/views/tree-view.js:154:28)
  at /Users/scottbrown/.atom/packages/Remote-FTP/lib/client.js:86:14
  at fs.js:295:14
  at Object.oncomplete (fs.js:93:15)

Commands

Config

{
  "core": {
    "disabledPackages": [
      "wrap-guide",
      "livereload"
    ]
  }
}

Installed Packages

# User
Remote-FTP, v0.3.0
color-picker, v1.2.6
emmet, v2.3.0
local-history, v2.0.0

# Dev
No dev packages

/cc @atom/core

@grenierdev
Copy link
Contributor

Please recreate the configuration file. If the config file doesn't have a protocol key, it will crash.

Next version will throw an error if this key is absent.

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

1 participant