-
Notifications
You must be signed in to change notification settings - Fork 59
Pine64 config file and command arguments ignored. #171
Comments
How did you install MumbleDJ? Also, what distro are you running? I haven't come across these issues. |
I am running Ubuntu and I installed MumbleDJ via Go. "Go Run" wasn't working, so I used "Go Build" instead. |
Is |
yessir:
If there is no config.yaml, it creates one in the proper location, it just never reads it nor does it take command line arguments. I tried running it from the build folder as well as the /bin folder |
Okay, the quick and dirty solution is to just compile it in Docker and run it from there. |
Strange... I'll have to take a look at it. What happens if you provide the filepath to |
Same thing, it ignores the command.
|
Hmm. I'll have to see if I can replicate this somehow, but I've never experienced the problem. The only difference between your setup and mine is that you're using an ARM system, but I'd be surprised if that had anything to do with it. |
I had Mumbledj running for a long time, now moved to a new server and wanted to install from scratch. Running into the same problem. My version is 3.2.1, running with Go 1.8 and Debian Jessie using avconf. Also installed via "go get ..." which is one difference to my old setup, which I had installed from sources. The old version where everything is working as usual is 3.1.4. on Arch, with ffmpeg and Go 1.7.3. Config file in place, gets ignored even when specified with -c. Permissions on the config are the same between the two setups. Content as well. Should I downgrade to 3.1.4 on Debian? I kind of like the new features, but I got stuck and I just do not know what's up. Here the output with -d enabled:
Other go apps work well. |
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):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.
The text was updated successfully, but these errors were encountered: