I’ve configured the extension as per the instructions on the Github guide but I’m getting this error when trying to start through Yarn:
yarn run v1.5.1
$ node ./scripts/ssl.js && cross-env HOST=localhost.rig.twitch.tv HTTPS=true node scripts/start.js
SSL Cert already exists at /home/mark/developer-rig/ssl/selfsigned.crt
Attempting to bind to HOST environment variable: localhost.rig.twitch.tv
If this was unintentional, check that you haven't mistakenly set it in your shell.
Learn more here: http://bit.ly/2mwWSwH
Could not find an open port at localhost.rig.twitch.tv.
Network error message: getaddrinfo ENOTFOUND localhost.rig.twitch.tv
error An unexpected error occurred: "Command failed.
Exit code: 1
Command: sh
Arguments: -c node ./scripts/ssl.js && cross-env HOST=localhost.rig.twitch.tv HTTPS=true node scripts/start.js
Directory: /home/mark/developer-rig
Output:
".
info If you think this is a bug, please open a bug report with the information provided in "/home/mark/developer-rig/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
As far as I’m aware nothing else is running on that port. Has anyone else had this issue?
Thanks,
Mark