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 'get' of null #530

Closed
m3talstorm opened this issue Jan 26, 2017 · 0 comments
Closed

Uncaught TypeError: Cannot read property 'get' of null #530

m3talstorm opened this issue Jan 26, 2017 · 0 comments
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them.

Comments

@m3talstorm
Copy link

Steps to reproduce:

  1. Was getting Uncaught TypeError: Cannot read property 'onDidChangeIcon' of null #528 so I disabled file-icons through the settings menu (ctrl + ,)
  2. Try and navigate to a file with ctrl+p

Atom Version: 1.13.0
Electron Version: 1.3.13
System: Microsoft Windows 8.1 Pro
Thrown From: file-icons package, v2.0.12

Stack Trace

Uncaught TypeError: Cannot read property 'get' of null

At C:\Users\user\.atom\packages\file-icons\lib\filesystem\filesystem.js:70

TypeError: Cannot read property 'get' of null
    at FileSystem.get (C:\Users\user\.atom\packages\file-icons\lib\filesystem\filesystem.js:70:30)
    at Object.iconClassForPath (C:\Users\user\.atom\packages\file-icons\lib\service\icon-service.js:50:29)
    at Object.content (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\fuzzy-finder-view.js:188:48)
    at Builder.tag (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\space-pen\lib\space-pen.js:281:19)
    at Function.View.(anonymous function) [as li] (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\space-pen\lib\space-pen.js:83:49)
    at Function.<anonymous> (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\fuzzy-finder-view.js:171:21)
    at Function.View.buildHtml (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\space-pen\lib\space-pen.js:123:10)
    at Function.View.render (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\space-pen\lib\space-pen.js:129:19)
    at exports.$$ (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\space-pen\lib\space-pen.js:627:24)
    at ProjectView.module.exports.FuzzyFinderView.viewForItem (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\fuzzy-finder-view.js:137:14)
    at ProjectView.module.exports.FuzzyFinderView.populateAlternateList (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\fuzzy-finder-view.js:288:29)
    at ProjectView.module.exports.FuzzyFinderView.populateList (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\fuzzy-finder-view.js:264:21)
    at ProjectView.module.exports.SelectListView.setItems (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\atom-space-pen-views\lib\select-list-view.js:167:12)
    at ProjectView.module.exports.FuzzyFinderView.setItems (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\fuzzy-finder-view.js:370:49)
    at ProjectView.module.exports.ProjectView.populate (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\project-view.js:103:14)
    at ProjectView.module.exports.ProjectView.toggle (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\project-view.js:87:14)
    at atom-workspace.atom.commands.add.fuzzy-finder:toggle-file-finder (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\fuzzy-finder\lib\main.js:13:46)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\src\command-registry.js:259:29)
    at C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\src\command-registry.js:3:59
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:587:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:382:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\src\window-event-handler.js:106:36)
    at HTMLDocument.<anonymous> (C:\Users\user\AppData\Local\atom\app-1.13.0\resources\app.asar\src\window-event-handler.js:3:59)

Commands

     -1:11.9.0 core:paste (input.hidden-input)
     -1:08.6.0 snippets:previous-tab-stop (input.hidden-input)
     -1:08.6.0 editor:outdent-selected-rows (input.hidden-input)
     -0:46.6.0 fuzzy-finder:toggle-file-finder (input.hidden-input)
     -0:44.5.0 autocomplete-plus:cancel (input.hidden-input)
     -0:44 core:undo (input.hidden-input)
     -0:36.3.0 fuzzy-finder:toggle-file-finder (input.hidden-input)
     -0:35.2.0 editor:consolidate-selections (input.hidden-input)
     -0:35.2.0 core:cancel (input.hidden-input)
     -0:34.3.0 fuzzy-finder:toggle-file-finder (input.hidden-input)
     -0:33.3.0 editor:consolidate-selections (input.hidden-input)
     -0:33.3.0 core:cancel (input.hidden-input)
     -0:30.7.0 settings-view:open (input.hidden-input)
     -0:25.7.0 editor:consolidate-selections (input.hidden-input)
     -0:25.7.0 core:cancel (input.hidden-input)
  2x -0:23.3.0 fuzzy-finder:toggle-file-finder (input.hidden-input)

Config

{
  "core": {
    "disabledPackages": [
      "linter-pylint",
      "linter-eslint",
      "activate-power-mode",
      "atom-ternjs",
      "file-icons"
    ],
    "ignoredNames": [
      ".git",
      ".hg",
      ".svn",
      ".DS_Store",
      "._*",
      "*.pyc",
      "*.pyo",
      "*CVS*",
      "Thumbs.db",
      "node_modules",
      "bower_components"
    ],
    "openEmptyEditorOnStart": false,
    "projectHome": "***",
    "telemetryConsent": "no",
    "themes": [
      "one-dark-ui",
      "monokai"
    ]
  },
  "file-icons": {}
}

Installed Packages

# User
activate-power-mode, v1.2.0 (inactive)
atom-beautify, v0.29.16 (active)
atom-runner, v2.7.1 (inactive)
atom-ternjs, v0.17.0 (inactive)
autocomplete-python, v1.8.27 (active)
change-case, v0.6.3 (active)
config-import-export, v0.3.1 (inactive)
emmet, v2.4.3 (active)
file-icons, v2.0.12 (inactive)
git-control, v0.8.2 (inactive)
git-plus, v7.2.0 (active)
git-time-machine, v1.5.4 (inactive)
highlight-selected, v0.12.0 (active)
language-babel, v2.49.4 (active)
language-docker, v1.1.7 (active)
language-patch, v1.2.0 (active)
line-count, v0.5.0 (inactive)
line-count-status, v0.0.3 (active)
linter, v1.11.21 (active)
linter-docker, v0.1.4 (active)
linter-eslint, v8.0.0 (inactive)
linter-jshint, v3.0.2 (active)
linter-markdown, v3.0.2 (active)
linter-pep8, v1.3.2 (active)
linter-pylint, v1.2.2 (inactive)
linter-python, v3.0.5 (active)
minimap, v4.26.7 (active)
monokai, v0.18.0 (active)
open-recent, v5.0.0 (active)
project-manager, v3.3.3 (active)
remote-sync, v4.1.5 (active)
split-diff, v1.1.1 (inactive)
symbols-tree-view, v0.13.2 (active)
sync-settings, v0.8.1 (active)
tabs-to-spaces, v1.0.3 (active)
tasks, v2.6.4 (active)
todo-show, v1.9.0 (inactive)
tree-view-git-status, v1.3.0 (active)
atom-dark-syntax, v0.28.0 (inactive)
atom-dark-ui, v0.53.0 (inactive)
atom-light-syntax, v0.29.0 (inactive)
atom-light-ui, v0.46.0 (inactive)
base16-tomorrow-dark-theme, v1.4.0 (inactive)
base16-tomorrow-light-theme, v1.4.0 (inactive)
one-dark-ui, v1.8.2 (active)
one-light-ui, v1.8.2 (inactive)
one-dark-syntax, v1.6.0 (inactive)
one-light-syntax, v1.6.0 (inactive)
solarized-dark-syntax, v1.1.1 (inactive)
solarized-light-syntax, v1.1.1 (inactive)
about, v1.7.2 (active)
archive-view, v0.62.0 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.14.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.33.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.29.0 (inactive)
autosave, v0.23.2 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.43.2 (active)
bracket-matcher, v0.85.1 (active)
command-palette, v0.39.1 (inactive)
deprecation-cop, v0.55.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.204.5 (active)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.2.0 (active)
go-to-line, v0.31.2 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.60.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.1 (active)
link, v0.31.2 (inactive)
markdown-preview, v0.159.1 (active)
metrics, v1.1.2 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.2 (inactive)
settings-view, v0.244.0 (active)
snippets, v1.0.4 (active)
spell-check, v0.68.5 (active)
status-bar, v1.6.0 (active)
styleguide, v0.48.0 (active)
symbols-view, v0.113.1 (active)
tabs, v0.103.1 (active)
timecop, v0.33.2 (active)
tree-view, v0.211.1 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.35.0 (active)
wrap-guide, v0.39.0 (active)
language-c, v0.54.0 (active)
language-clojure, v0.22.1 (active)
language-coffee-script, v0.48.1 (active)
language-csharp, v0.13.0 (active)
language-css, v0.40.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.43.0 (active)
language-html, v0.47.1 (active)
language-hyperlink, v0.16.1 (active)
language-java, v0.24.0 (active)
language-javascript, v0.122.0 (active)
language-json, v0.18.3 (active)
language-less, v0.29.6 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.37.0 (active)
language-php, v0.37.3 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.1 (active)
language-ruby, v0.70.2 (active)
language-ruby-on-rails, v0.25.1 (active)
language-sass, v0.57.0 (active)
language-shellscript, v0.23.0 (active)
language-source, v0.9.0 (active)
language-sql, v0.25.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.29.1 (active)
language-toml, v0.18.1 (active)
language-xml, v0.34.12 (active)
language-yaml, v0.27.1 (active)

# Dev
No dev packages
@Alhadis Alhadis added the bug Confirmed defect in package logic, deprecation notices, and PRs which fix them. label Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them.
Projects
None yet
Development

No branches or pull requests

2 participants