-
Notifications
You must be signed in to change notification settings - Fork 268
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 'remove' of undefined #1997
Comments
when ever I try to run my code by pressing keys ctrl + shift + B. The down pane opens up and shows output of the code. When ever I try to close the pane it raises an error. Please look into this issue, it's very irritating. |
Im trying to fix this, but for know fou can use ctrl-shift-f5. And i know, it's not solution
|
I am getting the same error. It was fine until yesterday. I think there is something wrong with the library that deals with MessagePanelView |
This shows up on other keyboard shortcuts not dealing with the module as well. Not able to close active tabs using MacOS: Mojave 10.14.6 (18G103) |
When the output pane is stuck already, i also get an error thrown when I press ESC |
This same issue is happening in Mac OS as well. |
The same error occurs when I try to kill this process. |
Same issue here
|
+1 |
Same issue here. Windows 10, Atom 1.41.0 x64 |
I have the same issue, also occurs when I press ESC or use CTRL+W. Ubuntu 18.04, Atom 1.40.0 |
same with @AStartledRaccoon |
Still no solution to this issue? :( |
Here's a temporary solution. Modify function in line 187 under
to:
|
@medardm 's solution worked for me! |
@AStartledRaccoon I'm glad it worked. :) |
It works also for me thanks |
[Enter steps to reproduce:]
Atom: 1.41.0 x64 Stack TraceUncaught TypeError: Cannot read property 'remove' of undefined
|
Thank's @medardm for the fix ! |
I will when I find a long term solution. Because the solution I introduced was an adjustment with one of the dependencies, not with the actual package. |
When I press escape and or try to close the output panel I get this error. |
@medardm Could you tell us which dependecy you used? So we can use your fix. Thanks! |
@medardm Thanks for the fix!!! |
@medardm thanks I hadn't seen that solution. It works |
same issue here, please fix it! |
@CharaDraemurr I didn't change any of the dependencies, just modified a line of code on one of the dependencies of this package, but this is not a long term solution.
|
Just downloaded this package and found this bug, please fix it! |
@Fellox . There's already a PR to fix this issue (#2004). You can review it on your side. I already checked it and it works |
That is the solution for now. Thanks for it. :) |
nice bro, works for me. |
This hasn't worked for me :( Also, editing the files seems to have no effect, even if I intentionally add syntax errors or just comment out the code. I'm looking in |
I had a similar problem. Gave up on it for now. |
I also still have this issue. Panel could be removed after modifying the source as you suggested, but it was only working one time. I mean, if I removed the panel before and run again the script, then I cannot remove the panel. |
@junepark6 I had a similar problem. But follow below to make changes and it worked for me. go to .atom\packages\script\node_modules\atom-message-panel\lib\MessagePanelView.js
|
@wesgt That appears to have worked for me as well. Thanks! |
It fixed itself for me... Didn't make any changes, but all's good now! :) |
@wesgt I now have a problem after your fix where i cant run the program after i close the script window |
@wesgt thanks! |
[Enter steps to reproduce:]
Atom: 1.40.1 x64
Electron: 3.1.10
OS: Ubuntu 18.04.3
Thrown From: script package 3.25.0
Stack Trace
Uncaught TypeError: Cannot read property 'remove' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: