You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
I installed an Owncast instance on Linode and installed Site.js successfully. I then tried to install Owncast per the instructions on the site, but when I run site enable --owncast the server doesn't launch and I get the error below. I'm very unfamiliar with servers so any suggestions as to what the problem is would be appreciated.
✨ ❨site.js❩ Launching server…
(node:5811) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'index' of null
at /usr/local/bin/bin/commands/enable.js:315:63
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:5811) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:5811) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
My Linode instance is Debian 10 because it supports one-click install of Owncast. It appears that the instance comes packaged with Owncast and Caddy as the SSL reverse proxy server, which is automatically enabled on port 80.
I was already able to stream video with the default setup but have had a lot of trouble configuring the VPS server - I don't know anything about FQDNs, DNS addresses, domains, etc. so that's probably why after installing Site.js it generates an error.
I can share the SSH public key if you want to login and have a look but would need a more secure way to do that than just posting it here!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed an Owncast instance on Linode and installed Site.js successfully. I then tried to install Owncast per the instructions on the site, but when I run site enable --owncast the server doesn't launch and I get the error below. I'm very unfamiliar with servers so any suggestions as to what the problem is would be appreciated.
✨ ❨site.js❩ Launching server…
(node:5811) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'index' of null
at /usr/local/bin/bin/commands/enable.js:315:63
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:5811) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)(node:5811) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: