Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Uncaught TypeError: Cannot read property '0' of undefined #19

Open
reidmcy opened this issue May 4, 2015 · 0 comments
Open

Uncaught TypeError: Cannot read property '0' of undefined #19

reidmcy opened this issue May 4, 2015 · 0 comments

Comments

@reidmcy
Copy link

reidmcy commented May 4, 2015

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.196.0
System: Mac OS X 10.10.3
Thrown From: autocomplete-plus-python-jedi package, v0.3.2

Stack Trace

Uncaught TypeError: Cannot read property '0' of undefined

At /Users/Reid/.atom/packages/autocomplete-plus-python-jedi/lib/jedi-provider.coffee:81

TypeError: Cannot read property '0' of undefined
  at JediProvider.processData (/Users/Reid/.atom/packages/autocomplete-plus-python-jedi/lib/jedi-provider.coffee:81:17)
  at Interface.<anonymous> (/Users/Reid/.atom/packages/autocomplete-plus-python-jedi/lib/jedi-provider.coffee:50:18)
  at emitOne (events.js:77:13)
  at Interface.emit (events.js:166:7)
  at Interface._onLine (readline.js:195:10)
  at Interface.<anonymous> (readline.js:325:12)
  at Array.forEach (native)
  at Interface._normalWrite (readline.js:324:11)
  at Socket.ondata (readline.js:71:10)
  at emitOne (events.js:77:13)
  at Socket.emit (events.js:166:7)
  at readableAddChunk (_stream_readable.js:146:16)
  at Socket.Readable.push (_stream_readable.js:109:10)
  at Pipe.onread (net.js:517:20)

Commands

     -6:25.3.0 core:save (atom-text-editor.editor)
  2x -6:24.5.0 core:backspace (atom-text-editor.editor)
     -6:23.5.0 core:save (atom-text-editor.editor)
     -6:18.4.0 editor:newline (atom-text-editor.editor)
  7x -6:15.8.0 core:backspace (atom-text-editor.editor)
  2x -6:11.1.0 core:save (atom-text-editor.editor)
     -0:56.1.0 editor:newline (atom-text-editor.editor.is-focused)
  2x -0:55.8.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:55.3.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:54.8.0 core:move-up (atom-text-editor.editor.is-focused)
  5x -0:54.2.0 editor:newline (atom-text-editor.editor.is-focused)
  2x -0:18.5.0 core:move-up (atom-text-editor.editor.is-focused)
  2x -0:16.4.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:14.8.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:09.3.0 core:save (atom-text-editor.editor.is-focused)
     -0:01.7.0 core:backspace (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "solarized-dark-syntax"
    ],
    "disabledPackages": [
      "build",
      "make-runner",
      "mechanical-keyboard"
    ]
  },
  "autocomplete-plus-python-jedi": {
    "completeArguments": false
  }
}

Installed Packages

# User
autocomplete-plus, v2.12.1
autocomplete-plus-python-jedi, v0.3.2
minimap, v4.8.0

# Dev
No dev packages
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant