Quenty/NevermoreEngine

Installer doesn't create any script files

ozzyDrive opened this issue · 3 comments

Running the installer with the command in README only creates three empty folders. It doesn't error and the prints go all the way to "Done installing Nevermore".
image

I copied the installer source into a script to debug and found the HTTP request returns an empty body:
image

I am also experiencing this issue.

The HTTP request returns an empty body.

It looks like there's an error somewhere that's preventing it from creating modules.

I ran a modified version of the installer script that printed the request body, and it caused this to show up in my output.

When I copied and pasted the text to an HTML file and opened it in my browser, this appeared:
image

Fixed!