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 'children' of null #559

Closed
dcro opened this issue Mar 17, 2017 · 2 comments
Closed

Uncaught TypeError: Cannot read property 'children' of null #559

dcro opened this issue Mar 17, 2017 · 2 comments
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them. consumers Issues related to monkey-patching of core packages prior to Atom consuming the new icon-service.

Comments

@dcro
Copy link

dcro commented Mar 17, 2017

The issue appeared while trying to search for a file using the fuzzy finder. While trying the same search again multiple times, I was unable to reproduce it again.

Atom: 1.16.0-beta0 x64
Electron: 1.3.13
OS: Mac OS X 10.12.3
Thrown From: file-icons package 2.0.17

Stack Trace

Uncaught TypeError: Cannot read property 'children' of null

At /Users/user/.atom/packages/file-icons/lib/consumers/fuzzy-finder.js:164

TypeError: Cannot read property 'children' of null
    at timeouts.set.setTimeout (/packages/file-icons/lib/consumers/fuzzy-finder.js:164:36)

Commands

     -1:01.6.0 core:save (input.hidden-input)
     -1:00.0 intentions:highlight (input.hidden-input)
     -0:59.8.0 core:move-left (input.hidden-input)
  2x -0:58 editor:move-to-first-character-of-line (input.hidden-input)
     -0:57.8.0 core:save (input.hidden-input)
  2x -0:50.5.0 editor:move-to-first-character-of-line (input.hidden-input)
     -0:50.3.0 core:save (input.hidden-input)
  2x -0:46.9.0 editor:move-to-first-character-of-line (input.hidden-input)
     -0:46.6.0 core:save (input.hidden-input)
     -0:46.1.0 editor:move-to-end-of-screen-line (input.hidden-input)
     -0:41.1.0 autocomplete-plus:cancel (input.hidden-input)
  2x -0:40.7.0 editor:move-to-first-character-of-line (input.hidden-input)
  2x -0:40.5.0 core:save (input.hidden-input)
     -0:11.4.0 fuzzy-finder:toggle-file-finder (input.hidden-input)
     -0:08.1.0 editor:consolidate-selections (input.hidden-input)
     -0:08.1.0 core:cancel (input.hidden-input)

Non-Core Packages

alignment 1.1.5 
api-docs 0.0.6 
atom-autocomplete-php 0.22.2 
atom-beautify 0.29.17 
atom-typescript 10.1.15 
base64 0.3.0 
blade-snippets 0.2.0 
busy-signal 1.3.0 
editorconfig 2.2.2 
elasticsearch-client 0.9.5 
file-icons 2.0.17 
intentions 1.1.2 
language-blade 0.28.1 
language-docker 1.1.7 
language-dots 0.0.4 
language-nginx 0.6.2 
language-vue 0.21.2 
laravel 0.7.1 
linter 2.1.0 
linter-eslint 8.1.4 
linter-js-yaml 1.2.7 
linter-php 1.3.1 
linter-phpcs 1.5.10 
linter-stylelint 3.9.0 
linter-ui-default 1.2.1 
merge-conflicts 1.4.4 
pigments 0.39.0 
pretty-json 1.6.1 
project-manager 3.3.3 
@whmountains
Copy link

I also encountered this issue while searching in the fuzzy finder. I'm not sure how to give you the most recent commands, but here are my non-core packages:

├── Zen@0.16.4
├── atom-react-autocomplete@0.1.10
├── atom-typescript@11.0.1
├── autocomplete-modules@1.6.9
├── busy-signal@1.3.0
├── cssnano@1.1.0
├── file-icons@2.1.3
├── git-plus@7.4.0
├── intentions@1.1.2
├── language-babel@2.57.3
├── language-docker@1.1.7
├── language-javascript-semantic@0.2.1
├── language-liquid@0.5.1
├── language-lua@0.9.11
├── language-markdown@0.20.0
├── language-pug@0.0.21
├── language-r@0.4.1
├── language-rust@0.4.10
├── language-terraform@0.8.0
├── less-than-slash@0.16.0
├── linter@2.1.4
├── linter-js-standard@3.9.0
├── linter-rust@0.8.0
├── linter-terraform-syntax@1.1.2
├── linter-ui-default@1.2.3
├── markdown-preview-enhanced@0.10.12
├── markdown-writer@2.6.4
├── nova-atom-syntax@1.4.1
├── nova-atom-ui@1.3.0
├── pigments@0.39.1
├── run-in-atom@1.0.5
├── semanticolor@3.4.10
└── zentabs@0.8.8

@Riokai
Copy link

Riokai commented Apr 19, 2017

+1

@Alhadis Alhadis added bug Confirmed defect in package logic, deprecation notices, and PRs which fix them. consumers Issues related to monkey-patching of core packages prior to Atom consuming the new icon-service. labels 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. consumers Issues related to monkey-patching of core packages prior to Atom consuming the new icon-service.
Projects
None yet
Development

No branches or pull requests

4 participants