Any relevant information from devtools? _(CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere)_:
Is the issue reproducible in vanilla Hyper.app?
hyper bugs:

hyper-opacity:
hyper-search:
SHELL: /usr/bin/zsh TERM: undefined
~/.hyper.js contents
{
"updateChannel": "stable",
"fontSize": 12,
"fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
"fontWeight": "normal",
"fontWeightBold": "bold",
"cursorColor": "rgba(248,28,229,0.8)",
"cursorAccentColor": "#000",
"cursorShape": "BLOCK",
"cursorBlink": false,
"foregroundColor": "#fff",
"backgroundColor": "#000",
"selectionColor": "rgba(248,28,229,0.3)",
"borderColor": "#333",
"css": "",
"termCSS": "",
"showHamburgerMenu": "",
"showWindowControls": "",
"padding": "12px 14px",
"colors": {
"black": "#000000",
"red": "#C51E14",
"green": "#1DC121",
"yellow": "#C7C329",
"blue": "#0A2FC4",
"magenta": "#C839C5",
"cyan": "#20C5C6",
"white": "#C7C7C7",
"lightBlack": "#686868",
"lightRed": "#FD6F6B",
"lightGreen": "#67F86F",
"lightYellow": "#FFFA72",
"lightBlue": "#6A76FB",
"lightMagenta": "#FD7CFC",
"lightCyan": "#68FDFE",
"lightWhite": "#FFFFFF"
},
"shell": "",
"shellArgs": [
"--login"
],
"env": {},
"bell": "SOUND",
"copyOnSelect": false,
"defaultSSHApp": true,
"opacity": 0.85
}
{
"plugins": [
"hyper-search",
"hyperpower",
"hyper-opacity"
],
"localPlugins": []
}
You should create individual issues instead so that everyone can properly track a specific issue and/or discuss it more in depth if needed. I also recommend that you open plugin issues on their own repos so their authors can take a look:
always shows a note that version 2.0 is ready, but installed version is 2.1.0
Because you have installed our canary release directly and not changed your updateChannel config to canary
Hyper CLI is installed, but I still see a menu item "Install Hyper CLI"
This is not easy to know if it has been installed. But PR is welcome.
"[Notification] Plugin error: Error occurred. Check Developer Tools for details". What do I need to check there? Some kind plugin returns an error on split and exit from split view.
Remove plugins that throw errors.
Last line is shrinked (See screenshoot)
Duplicates #2654
Plugins
As suggested by @rfgamaral, please open issue in plugin repo
Thank you for your feedback ๐
Next time, please open an issue for each problem/suggestion
"[Notification] Plugin error: Error occurred. Check Developer Tools for details". What do I need to check there? Some kind plugin returns an error on split and exit from split view.
I have the same issue and I think the problematic plugin is hyperpower ๐
.
Not for me, the error I get (besides the notification mentioned above) is this:
[Notification] Plugin error: Error occurred. Check Developer Tools for details
ignore pty exit: session removed by user
And for me it only happens when closing a split terminal.
ignore pty exit: session removed by user
This is normal.
Please check details/error in your dev tools console
That's from the dev tools console. There's nothing else there but that.
Oh... You're right.
You will have more details in our next canary release, thanks to https://github.com/zeit/hyper/pull/2955
But maybe you can try to build our canary branch?
Maybe, but I'm out for a weekend off in a couple of hours, won't have time for that until next week.
Maybe we could close this issue @chabou ?
I am also getting ignore pty exit: session removed by user whenever splitting horizontally or vertically as well as when closing the split panes.
Using Hyper 2.0.0 on Windows 10

I have the exact same issue on macOS High sierra, closing any tab in hyper.
I only have installed hyperpower plugin.
@Michael-Dawkins hyperpower is causing the issue, removed it on a similar setup as you and now no longer getting that error message
Issue with tabs and non-visible input: https://github.com/zeit/hyper/issues/2654#issuecomment-411638137
Hyperpower seems to be one source of this bug