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 Jan 20, 2021. It is now read-only.
I have checked that I am running the latest version of MumbleDJ (use mumbledj --version when starting the bot or use the MumbleDJ version command in Mumble)
Log output of bot with --debug flag (likely only for bug reports):
mumbledj --port 64999
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...
WARN[0001] aria2 is not installed or is not discoverable in $PATH. The bot will still partially work, but some services will not work properly.
INFO[0001] Checking openssl installation...
INFO[0001] Attempting connection to server... address=127.0.0.1 port=64738
FATA[0002] An error occurred while connecting to the server. error=dial tcp 127.0.0.1:64738: getsockopt: no route to host
At no time the config file is parsed on CentOS and cmdline options are also not used.
But if you provide -o without args for instance... onle the help is displayed
The text was updated successfully, but these errors were encountered:
Haven't updated for a while... make install isn't available for multiuser env again due to sudo req. for the binary
Installed via git pull and make clean and make + make install, make install failed so I copied the binary to $HOME/bin/
Before submitting this issue, please acknowledge that you have done the following:
mumbledj --version
when starting the bot or use the MumbleDJ version command in Mumble)What type of issue is this?
Log output of bot with
--debug
flag (likely only for bug reports):mumbledj --port 64999
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...
WARN[0001] aria2 is not installed or is not discoverable in $PATH. The bot will still partially work, but some services will not work properly.
INFO[0001] Checking openssl installation...
INFO[0001] Attempting connection to server... address=127.0.0.1 port=64738
FATA[0002] An error occurred while connecting to the server. error=dial tcp 127.0.0.1:64738: getsockopt: no route to host
Description of your issue:
mumbledj -c "/home/raz0r/.config/mumbledj/config.yaml"
mumbledj -o 64999
mumbledj --p 64999
At no time the config file is parsed on CentOS and cmdline options are also not used.
But if you provide -o without args for instance... onle the help is displayed
The text was updated successfully, but these errors were encountered: