atom-python-test icon indicating copy to clipboard operation
atom-python-test copied to clipboard

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not ...

Open jermainedavies opened this issue 5 years ago • 0 comments

[Enter steps to reproduce:]

  1. clicked CTRL, ALT + T from pytest.py file

Atom: 1.53.0 x64 Electron: 6.1.12 OS: Microsoft Windows 10 Education Thrown From: atom-python-test package 1.0.1

Stack Trace

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

At C:\Users\c1914641\.atom\packages\atom-python-test\lib\atom-python-test-dock.js:18

Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at AtomPythonTestViewDock.removeTable (/packages/atom-python-test/lib/atom-python-test-dock.js:18:20)
    at AtomPythonTestViewDock.printOutput (/packages/atom-python-test/lib/atom-python-test-dock.js:57:10)
    at exit (/packages/atom-python-test/lib/executor/pytest-executor.js:36:23)
    at s (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:14:1134640)
    at ChildProcess.<anonymous> (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:14:1134846)
    at ChildProcess.emit (events.js:200:13)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)

Commands

     -9:45.5.0 application:open-file (button.btn)
     -9:29.5.0 grammar-selector:show (atom-text-editor.editor.is-focused)
     -9:00.2.0 application:open-file (input.hidden-input)
  2x -8:03.8.0 core:undo (input.hidden-input)
     -6:44.3.0 editor:paste-without-reformatting (input.hidden-input)
 21x -6:41.9.0 tree-view:toggle (input.hidden-input)
     -6:30.2.0 core:undo (input.hidden-input)
     -6:27.8.0 script:run (input.hidden-input)
     -5:29.7.0 command-palette:toggle (input.hidden-input)
     -5:25.9.0 core:backspace (input.hidden-input)
     -5:21.2.0 editor:consolidate-selections (input.hidden-input)
     -5:21.2.0 core:cancel (input.hidden-input)
     -2:57.3.0 atom-python-test:run-all-tests (input.hidden-input)
     -2:43.9.0 editor:consolidate-selections (input.hidden-input)
  2x -2:43.9.0 core:cancel (input.hidden-input)
  2x -2:40.7.0 atom-python-test:run-all-tests (input.hidden-input)

Non-Core Packages

atom-python-test 1.0.1 
script 3.26.0 
teletype 0.13.4 

jermainedavies avatar Dec 28 '20 13:12 jermainedavies