jfarseneau / antennas

📡 DVR emulator for Plex DVR to connect to Tvheadend.
MIT License
320 stars 41 forks source link

Program fails to start with error message regarding missing config file #112

Open sickboy2711 opened 4 months ago

sickboy2711 commented 4 months ago

Description: The program fails to start, displaying the following error message: Config file config/config.yml could not be found; did you specify a config file and is it the right path?

Steps to Reproduce:

  1. Install the program using the command sudo npm install -g antennas.
  2. Attempt to start the program with the command antennasstart.

Expected Behavior: The program should start successfully without any errors.

Actual Behavior: After executing the antennasstart command, the Antennas logo is displayed in the terminal of putty, followed by the aforementioned error message.

Additional Details: Upon inspecting the directory /usr/local/bin using the command ls -l, I noticed that the symlink for the program is present. However, upon further examination of my filesystem, the file /lib/node_modules/antennas/index.js does not exist.

Environment: