Open crunchprank opened 5 years ago
I get the same problem, only when I try opening a repository in Hyper from the GitHub desktop app (but I don't get an uncaught type error in the developer console). Hyper opens normally when I open it from the Start menu.
Windows 10 64-bit v1903 Hyper 3.0.2 (stable) with no plugins
It doesn't matter if I set shell
to 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe'
or leave it empty in .hyper.js
My Hyper screen went black after it worked for many days straight. Just this morning when I came back, it's all black:
Diagnostics:
I get the same error: Cannot destructure property uid of 'undefined' or 'null'. from the console in Developer tools.
Steps to replicate this for me, typing hyper .
inside a Powershell terminal, to open up the current directory. The window is then unresponsive to keystrokes but I can navigate.
This was working a few months back.
Info
OS version and name: Windows 10 64-bit Version 1809 OS Build 17763.615
Hyper.app version: 3.0.2 (stable)
Hyper Config: https://pastebin.com/raw/F747wqxU
Relevant information from devtools:
Issue
I haven't done anything other than go to the official
hyper.is
website, download the Windows executable file, perform the installation, launch Hyper, go to Plugins -> Install Hyper CLI.Seeing as I've never used this program before, I'm not sure what to expect.
Basically I launch Hyper which by default opens the Windows command prompt. I type
hyper
(which I'm assuming I'm supposed to type to interact with thehyper cli
), it opens up a black window with a magenta cursor, and then nothing. I cannot type in the window. I provided the output above from the Developer Tools console. Here is a screenshot of the Hyper window and dev console side by side.Searching exisiting bugs that seem to be similar, all resolutions pointed to uninstalling or disabling plugins. However the only plugin I have touched is the official Hyper CLI one.
Any help would be appreciated.