Unable to access web UI (Mac Monterey M1 chip)

I just installed the Channels DVR on my M1 Mac but I'm unable to access the web ui. I get a Failed to open page message in Safari. I thought the DVR wasn't running so I re-run the installer and I get the option to Stop or Uninstall the DVR. I ran the following command:
curl -v http://127.0.0.1:8089/status and receive a Connection refused message.

Sounds like its not able to run for some reason. Can you check what ~/Library/Application Support/ChannelsDVR/data/channels-dvr.log says

Directory not found but I found a file named "dvr_hung.txt"

Tue Aug 2 13:52:57 EDT 2022
/bin/sh: /opt/local/bin/curl: No such file or directory

tail: /Users/bcolvin/Library/Application Support/ChannelsDVR/data/channels-dvr.log: No such file or directory
tail: /Users/bcolvin/Library/Application Support/ChannelsDVR/data/channels-dvr-http.log: No such file or directory
tail: /Users/bcolvin/Library/Application Support/ChannelsDVR/data/channels-dvr.log: No such file or directory
tail: /Users/bcolvin/Library/Application Support/ChannelsDVR/data/channels-dvr-http.log: No such file or directory

What does this command say:

launchctl list com.getchannels.dvr

Could not find service "com.getchannels.dvr" in domain for port

cd "/Users/bcolvin/Library/Application Support/ChannelsDVR"
ls -alhR

bcolvin@Brandons-Mac-mini ChannelsDVR % cd "/Users/bcolvin/Library/Application Support/ChannelsDVR"
ls -alhR
total 16
drwxr-xr-x 6 bcolvin staff 192B Aug 2 19:25 .
drwx------+ 79 bcolvin staff 2.5K Aug 2 19:25 ..
drwxr-xr-x 2 bcolvin staff 64B Aug 2 19:25 data
-rwxr-xr-x 1 bcolvin staff 2.8K Aug 2 19:25 install.sh
drwxr-xr-x 8 bcolvin staff 256B Aug 2 19:25 latest
-rwxr-xr-x 1 bcolvin staff 774B Aug 2 19:25 uninstall.sh

./data:
total 0
drwxr-xr-x 2 bcolvin staff 64B Aug 2 19:25 .
drwxr-xr-x 6 bcolvin staff 192B Aug 2 19:25 ..

./latest:
total 154480
drwxr-xr-x 8 bcolvin staff 256B Aug 2 19:25 .
drwxr-xr-x 6 bcolvin staff 192B Aug 2 19:25 ..
-rwxr-xr-x 1 bcolvin staff 39M Aug 2 19:25 channels-dvr
-rwxr-xr-x 1 bcolvin staff 12M Aug 2 19:25 comskip
-rw-r--r-- 1 bcolvin staff 300B Aug 2 19:25 darwin-arm64.sha256
-rwxr-xr-x 1 bcolvin staff 12M Aug 2 19:25 ffmpeg
-rwxr-xr-x 1 bcolvin staff 12M Aug 2 19:25 ffprobe
-rw-r--r-- 1 bcolvin staff 15B Aug 2 19:25 version
bcolvin@Brandons-Mac-mini ChannelsDVR %

cd "/Users/bcolvin/Library/Application Support/ChannelsDVR"
./install.sh
launchctl list com.getchannels.dvr

bcolvin@Brandons-Mac-mini ChannelsDVR % ./install.sh

Load failed: 5: Input/output error

Try running launchctl bootstrap as root for richer errors.

bcolvin@Brandons-Mac-mini ChannelsDVR % launchctl list com.getchannels.dvr

Could not find service "com.getchannels.dvr" in domain for port

bcolvin@Brandons-Mac-mini ChannelsDVR %

Sounds like there is messed up with your OS install.

You can try what its suggesting to see if it produces a better error:

sudo launchctl bootstrap