This repository was archived by the owner on Jan 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
This repository was archived by the owner on Jan 20, 2021. It is now read-only.
Pine64 config file and command arguments ignored. #171
Copy link
Copy link
Open
Labels
Description
Before submitting this issue, please acknowledge that you have done the following:
- I've at least skimmed through the README
- I have checked that I am running the latest version of MumbleDJ (use
mumbledj --versionwhen starting the bot or use the MumbleDJ version command in Mumble) - I have searched through the existing issues to see if my issue has been answered already
What type of issue is this?
- Bug report (encountered problems with MumbleDJ)
- Feature request (request for a new functionality)
- Question
- Other:
Log output of bot with --debug flag (likely only for bug reports):
INFO[0000] Checking for duplicate aliases...
INFO[0000] Performing startup checks...
INFO[0000] Checking for availability of services... num_services=3
WARN[0000] A startup check discovered an issue. The service will be disabled. error=No YouTube API key has been provided service=YouTube
WARN[0000] A startup check discovered an issue. The service will be disabled. error=No SoundCloud API key has been provided service=SoundCloud
INFO[0000] Checking YouTubeDL installation...
INFO[0001] Checking ffmpeg installation...
INFO[0001] Checking aria2c installation...
INFO[0001] Checking openssl installation...
INFO[0001] Attempting connection to server... address=127.0.0.1 port=64738
FATA[0005] An error occurred while connecting to the server. error=x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs
Description of your issue:
MumbleDJ version v3.1.0
I am running MumbleDJ on a Pine64. I have compiled the program and the issue I am encountering is when I run ./mumbledj in the go-apps folder, it ignores the config.yaml even though it will create a new one when it doesn't exit in the ~/.config/mumbledj/config.yaml. Also, any command line arguments are also ignored (except for --version it seems). Typing ./mumbledj --server 123.123.123.123 (or anything) still has mumbledj attempting to connect to 127.0.0.1. I have also set an API key in the config file, I have also tried to rum mumbledj as sudo and have chmod 777 my config file.