You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...Open text file 200000_Pages.txt a very large text file about 1/2 gigabyte of text
...Atom displays very large file warning
Click Proceed.
Click Continue when warned the editor is unresponsive a bunch of times, then finally
Receive the error for the wordcount package. See below:
Continue using Atom anyway. The Editor is handling the very large file.
The error dialog repeats perhaps every few minutes, so annoying.
Atom: 1.19.0 x64 Electron: 1.6.9 OS: Mac OS X 10.11.6 Thrown From: wordcount package 2.10.4
Stack Trace
Uncaught Error: Couldn't convert text to a String
At /Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/text-buffer.js:532
Error: Couldn't convert text to a String
at TextBuffer.module.exports.TextBuffer.getText (/Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/text-buffer.js:532:94)
at TextEditor.module.exports.TextEditor.getText (/Applications/Atom.app/Contents/Resources/app/src/text-editor.js:1030:32)
at WordcountView.module.exports.WordcountView.getTexts (/packages/wordcount/lib/wordcount-view.coffee:56:25)
at WordcountView.getTexts (/packages/wordcount/lib/wordcount-view.coffee:2:1)
at WordcountView.module.exports.WordcountView.update_count (/packages/wordcount/lib/wordcount-view.coffee:17:14)
at /packages/wordcount/lib/main.coffee:88:24
at debounced (/Applications/Atom.app/Contents/Resources/app/node_modules/lodash/index.js:7737:27)
at /packages/wordcount/lib/main.coffee:102:7
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
at Workspace.didActivatePaneContainer (/Applications/Atom.app/Contents/Resources/app/src/workspace.js:478:28)
at WorkspaceCenter.paneContainer.onDidActivatePane (/Applications/Atom.app/Contents/Resources/app/src/workspace-center.js:12:59)
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
at PaneContainer.didActivatePane (/Applications/Atom.app/Contents/Resources/app/src/pane-container.js:264:24)
at Pane.module.exports.Pane.activate (/Applications/Atom.app/Contents/Resources/app/src/pane.js:911:20)
at Pane.module.exports.Pane.focus (/Applications/Atom.app/Contents/Resources/app/src/pane.js:290:25)
at HTMLElement.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/pane-element.js:51:25)
[Enter steps to reproduce:]
Atom: 1.19.0 x64
Electron: 1.6.9
OS: Mac OS X 10.11.6
Thrown From: wordcount package 2.10.4
Stack Trace
Uncaught Error: Couldn't convert text to a String
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: