-
Notifications
You must be signed in to change notification settings - Fork 178
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 'getTokenIterator' of undefined #650
Comments
What were you attempting to do when this error occurred? |
Can you please provide a minimal repro case? |
The error appeared just after starting up the program (i did not have On 27/06/15 22:32, Kepler Sticka-Jones wrote:
|
Yes same here. The error just pops up right after startup in the notification dialog. |
@minicast @Karabuta Are you using Nuclide? (@steelbrain you are using nuclide too right?) |
@iam4x I have friends that have tested it without encountering this bug. I tried like a week ago and this bug wasn't there. |
@steelbrain Going to try nuclide with the same packages. |
👍 |
Are you using Ubuntu @Karabuta ? |
yes, i had nuclide when the error occurred (full packages-list included On 29/06/15 17:35, Maxime Tyler wrote:
|
I started up Atom in with Atom Version: 1.0.0 Stack TraceUncaught TypeError: Cannot read property 'getTokenIterator' of undefined
Commands
Config{
"core": {
"themes": [
"one-dark-ui",
"solarized-dark-syntax"
],
"disabledPackages": [
"image-view",
"background-tips",
"language-go",
"language-less",
"language-property-list",
"language-todo",
"language-toml",
"spell-check",
"bookmarks",
"welcome",
"autoflow",
"markdown-preview",
"go-to-line",
"language-c",
"language-csharp",
"language-java",
"language-objective-c",
"language-perl",
"language-php",
"language-python",
"package-generator",
"linter-tidy"
]
},
"linter": {
"showInfoMessages": true,
"subtleLinterErrors": [
"jscs",
"jshint"
],
"clearOnChange": true,
"showHighlighting": false,
"defaultErrorTab": "Line",
"showErrorTabLine": true,
"showErrorTabProject": false,
"showErrorInline": false
}
} Installed Packages# User
atom-handlebars, v0.5.0
atom-ternjs, v0.6.7
color-picker, v2.0.7
linter, v1.1.0
linter-csslint, v0.0.14
linter-jscs, v1.12.0
linter-jshint, v0.1.7
linter-rubocop, v0.2.7
linter-xmllint, v0.0.7
pretty-json, v0.4.1
tabs-to-spaces, v0.11.0
# Dev
No dev packages |
I know what the problem is, and I have a fix planned. |
👍 |
I think this is fixed by #664 |
Is this fix released? Just got the error again. |
@Eschon could you please provide us a minimal repro case? |
@steelbrain I just started Atom from the command line in my project. It started on a |
Sounds like an upgrade issue. Can you flush your caches and retry? |
How do I flush my chaches in Atom? |
|
Ok thanks, seems to work now. |
Suddenly the error is back now it happens on an |
Does this still happen with the master branch? We've split out a lot of stuff and have super-simplified it, and I believe fixed this one along the way. |
It didn't happen to me lately |
I am glad it didn't |
[Enter steps to reproduce below:]
Atom Version: 1.0.0-3874576
System: Ubuntu 15.04
Thrown From: linter package, v1.0.9
Stack Trace
Uncaught TypeError: Cannot read property 'getTokenIterator' of undefined
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: