mumble-voip / grumble

Alternative Mumble server
http://mumble.info/grumble
Other
276 stars 87 forks source link

Error when executing $go get mumble.info/grumble/cmd/grumble #77

Open koltl opened 3 years ago

koltl commented 3 years ago

When executing 'go get mumble.info/grumble/cmd/grumble', I get the following error:

package mumble.info/grumble/cmd/grumble: unrecognized import path "mumble.info/grumble/cmd/grumble" (https fetch: Get https://mumble.info/grumble.php?q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=/cmd/grumble&go-get=1: stopped after 10 redirects)

Is this an issue with the web server?

iwittkau commented 2 years ago

That's a problem with the go.mod: there's nothing hosting the sources at mumble.info.

Here's what you can do: clone the repository and execute go install ./cmd/grumble from the root directory. This should compile the server to $HOME/go/bin/grumble.