cs150bf / ever-notedown

Atom Editor Plugin
MIT License
140 stars 13 forks source link

Uncaught TypeError: Cannot read property 'addnote' of null #8

Closed maxyzli closed 5 years ago

maxyzli commented 9 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.2 System: Mac OS X 10.10.4 Thrown From: ever-notedown package, v0.2.7

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/Jack/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
  at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/Jack/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
  at Object.module.exports.saveNewNote (/Users/Jack/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1374:34)
  at Object.module.exports.file2Evernote (/Users/Jack/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1057:10)
  at /Users/Jack/.atom/packages/ever-notedown/lib/ever-notedown.coffee:475:12
  at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)
  at HTMLButtonElement.<anonymous> (/Users/Jack/.atom/packages/ever-notedown/lib/ever-notedown-preview-view.coffee:452:22)
  at HTMLButtonElement.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4435:9)
  at HTMLButtonElement.elemData.handle (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4121:28)

Commands

     -6:34.5.0 settings-view:view-installed-packages (atom-pane.pane.active)
     -6:25.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  2x -6:04.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -6:03.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:16.9.0 fuzzy-finder:toggle-file-finder (select#ever-notedown.theme.form-control)
     -1:14.9.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -1:14.9.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -1:14.5.0 command-palette:toggle (select#ever-notedown.theme.form-control)
     -1:12 core:move-down (atom-text-editor.editor.mini.is-focused)
     -1:11.7.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:11.7.0 ever-notedown:new-note (select#ever-notedown.theme.form-control)
     -1:01.0 core:paste (atom-text-editor.editor.is-focused)
 11x -0:57.4.0 core:backspace (atom-text-editor.editor.is-focused.autocomplete-active)
     -0:36 core:save (atom-text-editor.editor.is-focused)
     -0:10.3.0 core:paste (atom-text-editor.editor.is-focused)
     -0:09.5.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "seti-ui",
      "seti-syntax"
    ]
  },
  "ever-notedown": {
    "openNoteInEvernoteAuto": true,
    "pulledContentInSplitPane": true
  }
}

Installed Packages

# User
atom-beautify, v0.28.7
ever-notedown, v0.2.7
ruby-block, v0.3.4
seti-syntax, v0.4.0
seti-ui, v0.7.1

# Dev
No dev packages
ZhiyuZhang commented 8 years ago

I got the same issue here:

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.2.0 System: Mac OS X 10.10.5 Thrown From: ever-notedown package, v0.2.16

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/zhiyu/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
    at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/zhiyu/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
    at Object.module.exports.saveNewNote (/Users/zhiyu/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1384:34)
    at Object.module.exports.file2Evernote (/Users/zhiyu/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1064:10)
    at /Users/zhiyu/.atom/packages/ever-notedown/lib/ever-notedown.coffee:475:12
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:86:11)
    at HTMLButtonElement.<anonymous> (/Users/zhiyu/.atom/packages/ever-notedown/lib/ever-notedown-preview-view.coffee:453:22)
    at HTMLButtonElement.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4435:9)
    at HTMLButtonElement.elemData.handle (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4121:28)

Commands

     -0:40.5.0 ever-notedown:toggle-note-list (div.panels-item)
  2x -0:32.5.0 core:cancel (div.panels-item)
     -0:28.9.0 ever-notedown:toggle (div.panels-item)
     -0:20.3.0 vim-mode:activate-insert-mode (atom-text-editor.editor.vim-mode.normal-mode.is-focused)
     -0:19.5.0 autocomplete-plus:confirm (atom-text-editor.editor.vim-mode.is-focused.insert-mode.autocomplete-active)
     -0:19.5.0 snippets:expand (atom-text-editor.editor.vim-mode.is-focused.insert-mode.autocomplete-active)
  3x -0:18.9.0 editor:newline (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:17.2.0 autocomplete-plus:confirm (atom-text-editor.editor.vim-mode.is-focused.insert-mode.autocomplete-active)
     -0:17.2.0 snippets:expand (atom-text-editor.editor.vim-mode.is-focused.insert-mode.autocomplete-active)
     -0:16.7.0 editor:newline (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:16.1.0 vim-mode:activate-normal-mode (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:15.4.0 vim-mode:insert-below-with-newline (atom-text-editor.editor.vim-mode.is-focused.normal-mode)
  5x -0:14.9.0 editor:newline (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:08.0 vim-mode:activate-normal-mode (atom-text-editor.editor.vim-mode.is-focused.insert-mode)

Config

{
  "core": {
    "disabledPackages": [
      "vim-mode"
    ]
  },
  "ever-notedown": {
    "openNoteInEvernoteAuto": true
  }
}

Installed Packages

# User
ever-notedown, v0.2.16
vim-mode-next, v0.57.2

# Dev
No dev packages
highruned commented 8 years ago

Same issue here trying to import a note

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.7.1 System: Mac OS X 10.11.1 Thrown From: ever-notedown package, v0.2.18

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/ericmuyser/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
  at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/ericmuyser/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
  at /Users/ericmuyser/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1611:38
  at /Users/ericmuyser/.atom/packages/ever-notedown/lib/evernote-helper.coffee:1056:9
  at ChildProcess.exithandler (child_process.js:216:7)
  at emitTwo (events.js:87:13)
  at ChildProcess.emit (events.js:172:7)
  at maybeClose (internal/child_process.js:818:16)
  at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)

Commands

     -0:45.5.0 core:paste (atom-text-editor.editor.is-focused)
     -0:45.2.0 core:save (atom-text-editor.editor.is-focused.hyperclick)
     -0:29.3.0 command-palette:toggle (atom-text-editor.editor.is-focused)
  2x -0:24.9.0 core:move-down (atom-text-editor.editor.mini.is-focused)
     -0:24.4.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:24.4.0 ever-notedown:import-note-from-evernote (atom-text-editor.editor)
     -0:16.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "automaticallyUpdate": false,
    "customFileTypes": {
      "source.ini": [
        ".buckconfig",
        ".flowconfig"
      ],
      "source.json": [
        ".arcconfig",
        "BUCK.autodeps"
      ],
      "source.python": [
        "BUCK"
      ]
    },
    "disabledPackages": [
      "Zen",
      "activate-power-mode",
      "atom-react-preview",
      "atomic-chrome",
      "git-time-machine",
      "marked",
      "recent-files-fuzzy-finder",
      "omnisharp-atom",
      "markdown-deluxe",
      "markdown-preview-plus",
      "markdown-preview-plus-opener",
      "markdown-writer",
      "markdown-preview",
      "tidy-tabs",
      "metrics",
      "git-travel",
      "language-thrift",
      "language-ocaml",
      "language-clojure",
      "language-mustache",
      "language-perl",
      "language-toml"
    ],
    "packagesWithKeymapsDisabled": [
      "tidy-tabs"
    ],
    "themes": [
      "seti-ui",
      "null-syntax"
    ]
  },
  "ever-notedown": {}
}

Installed Packages

# User
atom-trello, v0.5.1
atom-yeoman, v0.3.15
auto-detect-indentation, v1.0.0
data-atom, v0.20.0
diagrams, v0.5.0
editor-stats, v0.17.0
ever-notedown, v0.2.18
git-authors, v0.1.0
git-diff-details, v1.2.0
github-notifications, v0.1.2
haskell-grammar, v0.4.0
highlight-line, v0.11.1
highlight-selected, v0.11.2
image-copipe, v0.3.1
imdone-atom, v1.3.29
irc, v0.4.0
json-schema, v0.1.15
language-babel, vundefined
language-ini, v1.16.0
linter, v1.11.4
lucid-tabs, v1.1.1
minimap, v4.22.1
minimap-git-diff, v4.3.0
minimap-hide, v0.3.0
nav-panel, v0.0.11
nuclide, v0.130.0
null-syntax, v0.10.0
pigments, v0.26.0
pinned-tabs, v0.2.2
project-viewer, v0.2.32
react, v0.15.0
rest-client, v1.0.0
revealjs-preview, v0.3.1
seti-ui, v0.9.2
tablr, v1.2.2
terminal-panel, v1.14.1
todo-show, v1.4.0
tool-bar, v0.4.0
tool-bar-atom, v1.3.0
vnc, v0.1.4
zentabs, v0.8.7

# Dev
No dev packages
dehengxu commented 8 years ago

How about this bug now?

sunbird89629 commented 8 years ago

@xudeheng I still got this bug.

dehengxu commented 8 years ago

@sunbird89629 Ever-notedown is great, I like it .

sunSink commented 8 years ago

when i import From Evernote, this bug appear! how to solve?

MatthewThornton commented 8 years ago

me too: [Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.9.8 System: Mac OS X 10.11.6 Thrown From: ever-notedown package, v0.2.24

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/matthewthornton/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
    at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/matthewthornton/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
    at Object.module.exports.saveNewNote (/Users/matthewthornton/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1384:34)
    at atom-text-editor.window.evnd.newNoteDisposables.(anonymous function).atom.commands.add.core:save (/Users/matthewthornton/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1332:12)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:98:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

  6x -2:21.1.0 core:backspace (atom-text-editor.editor.is-focused.autocomplete-active)
     -1:38.2.0 drop (ul.list-inline.tab-bar.inset-panel)
  2x -1:32.6.0 linter:lint (atom-text-editor.editor.is-focused)
     -1:19.7.0 core:close (atom-text-editor.editor.is-focused)
  2x -1:14.4.0 linter:lint (atom-text-editor.editor)
     -1:03.4.0 core:copy (atom-text-editor.editor.is-focused)
     -0:57.5.0 linter:lint (atom-text-editor.editor.is-focused)
     -0:57 core:paste (atom-text-editor.editor.is-focused)
  3x -0:53.3.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:47 core:copy (atom-text-editor.editor.is-focused)
     -0:37.6.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:36.9.0 core:paste (atom-text-editor.editor.is-focused)
  3x -0:36.9.0 linter:lint (atom-text-editor.editor.is-focused)
     -0:35.9.0 editor:newline (atom-text-editor.editor.is-focused)
 15x -0:33.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:03.1.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "seti-icons",
      "activate-power-mode"
    ],
    "packagesWithKeymapsDisabled": [
      "ever-notedown"
    ],
    "themes": [
      "atom-dark-ui",
      "eclectic-syntax"
    ]
  },
  "ever-notedown": {
    "openNoteInEvernoteAuto": true
  }
}

Installed Packages

# User
.bin, vundefined (inactive)
activate-power-mode, v0.7.4 (inactive)
atom-typescript, v10.1.6 (active)
atom-wallaby, v1.0.9 (active)
dash, v1.6.2 (inactive)
eclectic-syntax, v0.2.1 (active)
ever-notedown, v0.2.24 (active)
git-time-machine, v1.5.3 (inactive)
language-pug, v0.0.17 (active)
linter, v1.11.16 (active)
linter-pug-lint, v0.2.0 (active)
linter-tslint, v0.11.0 (active)
seti-icons, v1.3.1 (inactive)
seti-ui, v1.3.1 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.51.0 (active)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.43.0 (inactive)
base16-tomorrow-dark-theme, v1.1.0 (inactive)
base16-tomorrow-light-theme, v1.1.1 (inactive)
one-dark-ui, v1.3.2 (inactive)
one-light-ui, v1.3.2 (inactive)
one-dark-syntax, v1.2.0 (inactive)
one-light-syntax, v1.2.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.5.2 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.0 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.0 (active)
bookmarks, v0.41.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.39.0 (active)
fuzzy-finder, v1.3.0 (active)
git-diff, v1.1.0 (active)
find-and-replace, v0.198.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.1 (active)
image-view, v0.58.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v0.53.1 (active)
notifications, v0.64.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.238.2 (active)
snippets, v1.0.2 (active)
spell-check, v0.67.1 (active)
status-bar, v1.4.1 (active)
styleguide, v0.46.0 (active)
symbols-view, v0.113.0 (inactive)
tabs, v0.98.1 (active)
timecop, v0.33.1 (active)
tree-view, v0.208.0 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.34.0 (active)
whitespace, v0.32.2 (active)
wrap-guide, v0.38.1 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.0 (active)
language-csharp, v0.12.1 (active)
language-css, v0.36.2 (active)
language-gfm, v0.86.0 (active)
language-git, v0.13.0 (active)
language-go, v0.42.0 (active)
language-html, v0.44.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.22.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.0 (active)
language-less, v0.29.3 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.0 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.68.5 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.52.0 (active)
language-shellscript, v0.22.3 (active)
language-source, v0.9.0 (active)
language-sql, v0.21.1 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.8 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages
adamconder commented 7 years ago

Same here:

`[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.10.2 Electron Version: 0.37.8 System: Mac OS X 10.11.6 Thrown From: ever-notedown package, v0.2.24

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/adamconder/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
    at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/adamconder/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
    at /Users/adamconder/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1611:38
    at /Users/adamconder/.atom/packages/ever-notedown/lib/evernote-helper.coffee:1061:9
    at ChildProcess.exithandler (child_process.js:205:7)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:477:12)

Commands

     -1:19.4.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -1:18.6.0 fuzzy-finder:toggle-file-finder (atom-text-editor.editor.mini.is-focused)
     -1:17.7.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -1:17.7.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -1:17.2.0 command-palette:toggle (atom-workspace.workspace.scrollbars-visible-when-scrolling.seti-ui-no-icons.theme-one-dark-syntax.theme-one-dark-ui)
     -1:15.2.0 core:select-all (atom-text-editor.editor.mini.is-focused)
  2x -1:14.5.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -1:12.6.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:12.6.0 ever-notedown:import-note-from-evernote (atom-workspace.workspace.scrollbars-visible-when-scrolling.seti-ui-no-icons.theme-one-dark-syntax.theme-one-dark-ui)
     -1:09.0 core:undo (atom-workspace.workspace.scrollbars-visible-when-scrolling.seti-ui-no-icons.theme-one-dark-syntax.theme-one-dark-ui)
     -1:06.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:50.8.0 editor:consolidate-selections (atom-text-editor.editor.is-focused)
     -0:50.8.0 core:cancel (atom-text-editor.editor.is-focused)
     -0:04.9.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:03.4.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:03.4.0 ever-notedown:import-note-from-evernote (atom-text-editor.editor)

Config

{
  "core": {}
}

Installed Packages

# User
api-blueprint-preview, v0.7.0 (active)
apiary-highlighter, v0.4.0 (active)
browser-plus, v0.0.76 (active)
cucumber, v0.5.0 (active)
Ensime, v0.39.0 (active)
ever-notedown, v0.2.24 (active)
file-icons, v1.7.19 (active)
hyperclick, v0.0.37 (active)
intentions, v1.1.2 (active)
language-scala, v1.1.6 (active)
linter, v1.11.16 (active)
minimap, v4.25.0 (active)
tidy-markdown, v3.0.1 (active)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.1.0 (inactive)
base16-tomorrow-light-theme, v1.1.1 (inactive)
one-dark-ui, v1.5.0 (active)
one-light-ui, v1.5.0 (inactive)
one-dark-syntax, v1.3.0 (active)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.5.3 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.41.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (active)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.39.0 (active)
find-and-replace, v0.201.0 (active)
fuzzy-finder, v1.3.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.1 (active)
image-view, v0.58.2 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v0.53.1 (active)
notifications, v0.65.0 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2 (active)
snippets, v1.0.2 (active)
spell-check, v0.67.1 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.0 (inactive)
tabs, v0.100.2 (active)
timecop, v0.33.2 (active)
tree-view, v0.208.2 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.34.0 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.1 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

`

myloginid commented 7 years ago

Same Issue

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.11.2 Electron Version: 0.37.8 System: Mac OS X 10.11.6 Thrown From: ever-notedown package, v0.2.24

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/manishmaheshwari/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
    at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/manishmaheshwari/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
    at /Users/manishmaheshwari/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1611:38
    at /Users/manishmaheshwari/.atom/packages/ever-notedown/lib/evernote-helper.coffee:1061:9
    at ChildProcess.exithandler (child_process.js:205:7)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:477:12)

Commands

     -1:40.9.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:24.9.0 ever-notedown:markdown-quick-ref (atom-workspace.workspace.scrollbars-visible-always.theme-atom-light-syntax.theme-one-light-ui)
     -1:17.6.0 ever-notedown:toggle-note-list (atom-workspace.workspace.scrollbars-visible-always.theme-atom-light-syntax.theme-one-light-ui)
     -1:09.4.0 core:paste (atom-text-editor.editor.mini.is-focused)
     -1:08.8.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:02.9.0 ever-notedown:toggle (atom-text-editor.editor.is-focused)
     -0:52 editor:consolidate-selections (atom-text-editor.editor.is-focused)
     -0:52 core:cancel (atom-text-editor.editor.is-focused)
     -0:51.1.0 editor:consolidate-selections (atom-text-editor.editor.is-focused)
     -0:51.1.0 core:cancel (atom-text-editor.editor.is-focused)
     -0:46.1.0 ever-notedown:toggle (atom-text-editor.editor.is-focused)
     -0:41.9.0 core:paste (atom-text-editor.editor.mini.is-focused)
     -0:33.1.0 editor:select-to-first-character-of-line (atom-text-editor.editor.mini.is-focused)
     -0:32.5.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:26.8.0 core:paste (atom-text-editor.editor.mini.is-focused)
     -0:04.6.0 ever-notedown:toggle (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "telemetryConsent": "limited",
    "themes": [
      "one-light-ui",
      "atom-light-syntax"
    ]
  }
}

Installed Packages

# User
atom-beautify, v0.29.13 (inactive)
column-select, v0.2.0 (active)
ever-notedown, v0.2.24 (active)
language-scala, v1.1.7 (active)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (active)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.2.0 (inactive)
base16-tomorrow-light-theme, v1.2.0 (inactive)
one-dark-ui, v1.6.0 (inactive)
one-light-ui, v1.6.0 (active)
one-dark-syntax, v1.3.0 (inactive)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.7.0 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.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.201.1 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.59.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v1.0.0 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2-hotfix1 (active)
snippets, v1.0.2 (active)
spell-check, v0.68.2 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.101.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.209.3 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages
LANCECN commented 7 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.12.7 Electron Version: 1.3.13 System: Mac OS X 10.12.2 Thrown From: ever-notedown package, v0.2.24

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/baichao/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
    at StorageManager.exports.StorageManager.StorageManager.addNote (/Users/baichao/.atom/packages/ever-notedown/lib/storage-manager.coffee:197:26)
    at /Users/baichao/.atom/packages/ever-notedown/lib/ever-notedown.coffee:1611:38
    at /Users/baichao/.atom/packages/ever-notedown/lib/evernote-helper.coffee:1061:9
    at ChildProcess.exithandler (child_process.js:209:7)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

Commands

     -0:15.8.0 ever-notedown:toggle (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)

Config

{
  "core": {
    "disabledPackages": [
      "language-gfm"
    ],
    "telemetryConsent": "limited"
  }
}

Installed Packages

# User
atom-clock, v0.0.8 (active)
ever-notedown, v0.2.24 (active)
language-markdown, v0.18.1 (active)
language-robot-framework, v2.2.0 (active)
markdown-preview-plus, v2.4.0 (active)
markdown-writer, v2.6.2 (inactive)
vim-mode-plus, v0.66.1 (active)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.45.0 (inactive)
base16-tomorrow-dark-theme, v1.3.0 (inactive)
base16-tomorrow-light-theme, v1.3.0 (inactive)
one-dark-ui, v1.6.2 (active)
one-light-ui, v1.6.2 (inactive)
one-dark-syntax, v1.5.0 (active)
one-light-syntax, v1.5.0 (inactive)
solarized-dark-syntax, v1.0.5 (inactive)
solarized-light-syntax, v1.0.5 (inactive)
about, v1.7.0 (active)
archive-view, v0.62.0 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.13.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.4 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.2 (active)
command-palette, v0.39.0 (inactive)
deprecation-cop, v0.54.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.202.2 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (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.0 (active)
link, v0.31.2 (inactive)
markdown-preview, v0.158.8 (active)
metrics, v1.1.2 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.1 (inactive)
settings-view, v0.243.1 (active)
snippets, v1.0.4 (active)
spell-check, v0.68.4 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.2 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.103.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.210.0 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.35.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.54.0 (active)
language-clojure, v0.22.1 (active)
language-coffee-script, v0.48.0 (active)
language-csharp, v0.13.0 (active)
language-css, v0.40.1 (active)
language-gfm, v0.88.0 (inactive)
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
th-m commented 6 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.23.3 x64 Electron: 1.6.15 OS: Mac OS X 10.13.3 Thrown From: ever-notedown package 0.2.27

Stack Trace

Uncaught TypeError: Cannot read property 'addnote' of null

At /Users/thom/.atom/packages/ever-notedown/lib/storage-manager.coffee:197

TypeError: Cannot read property 'addnote' of null
    at StorageManager.exports.StorageManager.StorageManager.addNote (/packages/ever-notedown/lib/storage-manager.coffee:197:26)
    at Object.saveNewNote (/packages/ever-notedown/lib/ever-notedown.coffee:1384:34)
    at /packages/ever-notedown/lib/ever-notedown.coffee:1332:12)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:388:36)
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:621:22)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:412:28)
    at WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:108:40)

Commands

 18x -3:18.8.0 core:backspace (input.hidden-input)
     -3:11.4.0 editor:move-to-first-character-of-line (input.hidden-input)
     -3:11 editor:newline (input.hidden-input)
     -2:56.5.0 editor:move-to-end-of-screen-line (input.hidden-input)
  2x -2:56.2.0 editor:newline (input.hidden-input)
     -2:55.1.0 core:move-up (input.hidden-input)
     -2:53.2.0 snippets:next-tab-stop (input.hidden-input)
     -2:53.2.0 snippets:expand (input.hidden-input)
     -2:53.2.0 editor:indent (input.hidden-input)
     -2:50.2.0 core:backspace (input.hidden-input)
     -2:46.6.0 core:save (input.hidden-input)
     -2:40.4.0 ever-notedown:toggle-note-list (input.hidden-input)
     -2:33.2.0 core:copy (atom-notification.fatal.icon.icon-bug.native-key-bindings.has-detail.has-close.has-stack)
     -1:21.1.0 ever-notedown:new-note (input.hidden-input)
     -1:18 core:move-left (input.hidden-input)
     -1:13.5.0 core:save (input.hidden-input)

Non-Core Packages

atom-hg 2.0.14 
atomic-chrome 0.3.3 
busy-signal 1.4.3 
compare-files 0.8.1 
ever-notedown 0.2.27 
git-time-machine 1.5.9 
highlight-selected 0.13.1 
intentions 1.1.5 
language-arm 1.2.2 
language-babel 2.81.1 
language-pug 0.0.21 
language-pug-jade 0.2.0 
linter 2.2.0 
linter-clang 4.1.2 
linter-gcc 0.7.1 
linter-php 1.5.1 
linter-ui-default 1.6.10 
minimap 4.29.7 
minimap-highlight-selected 4.6.1 
monokai 0.24.0 
monokai-seti 0.9.0 
react 0.17.0 
save-commands 0.6.11 
seti-ui 1.9.0 
split-diff 1.5.1 
todo-show 2.1.0 
wakatime 7.0.4