-
Notifications
You must be signed in to change notification settings - Fork 48
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
Repeated alerts saying "Something went wrong internally" #126
Comments
@scouten, |
I'm away from computer now. Will check it out over the weekend and let you On Fri, Jul 22, 2016 at 19:20 Vito Giarrusso notifications@github.com
|
Nothing obvious. Here's the entire console log from one case where this happened just now:
|
You're right... Nothing obvious. |
It looks like that error is only thrown if |
I've been getting the same problem relentlessly in certain projects. Opening the devtools shows the following error having been thrown:
|
Hey @Arcanemagus @jimmed , I've just published a fix on the latest version |
@ricardofbarros I'm afraid I can't test the fix as I'm on a completely different laptop/OS now, working on different projects for a different company, but I appreciate you replying :) |
My Bad, the issue is from linter-js-standard-jsx, disabling it stops the yellow warning pop up. |
@ricardofbarros I'm experiencing this error. I believe it started when I changed my StandardJS config to use I do not see any settings related to selecting a parser within |
I'm still getting this, but no errors in the console. |
Getting this error as well, any fixes? |
This error is appearing even when editing non-js files for me. Almost any file that I open and again on every save unless I close, reopen and re-save the file. Hutch your suggestion doesn't fix this for me. |
Did you try these things?
I'm guessing that rebuilt the settings data on my system. This must be something to do with settings, right?
|
This started happening for me after updating packages after not having done so in a while.
This fixed it. :) |
As said by @hutch120, this part:
Specifically this part
While my settings are like this
EDIT: Maybe |
Can the code for that alert just be removed? I'm going to have to remove this package or fork it. |
I agree with @xdumaine, those alerts should have a kill-switch, regular "civilian" users might not be capable to do anything about it anyway, so why annoy them? |
Hi all, in the meantime, if you want a solution for this problem, I suggest to uninstall this package and install linter-js-standard-engine instead. Worked for me, I don't get the yellow error popups any more. Just have the |
Does this issue still occur for anyone with v3.9.2 or v3.9.3? I think this might have been fixed with e51f30b. |
@sonicdoe I am no longer experiencing this warning. Currently using |
Me the same, |
@sonicdoe @revelt Looking good. Nice work! Consider removing the dismissable flag for a smother user experience if it happens to occur for a legitimate reason. I think the dismissable flag is only really useful if you want to capture the user close event for some reason. I.e. This:
Becomes this:
|
Since v3.9.2 seems to work fine and the warning is no longer even present on |
I'm seeing a lot of this warning appearing when I edit files in Atom using this plugin. A couple of things:
This happens really frequently in some files, never on others. I have no idea what's different. Seems to have started when I installed Atom 1.8.0 (another reason I was inclined to blame Atom at first)
Closing and reopening the file never helps.
LMK if there's more detail I can provide.
The text was updated successfully, but these errors were encountered: