Error when installing
rafaelbonifaz opened this issue · 4 comments
Hi,
I tried to install running go get mumble.info/grumble/cmd/grumble
as explained in the README, but it does not work. I get the following error:
$ go get mumble.info/grumble/cmd/grumble
package mumble.info/grumble/cmd/grumble: unrecognized import path "mumble.info/grumble/cmd/grumble" (parse https://mumble.info/grumble/cmd/grumble?go-get=1: no go-import meta tags ())
Using the Docker instructions works fine.
I think documentation should be updated.
Thanks a lot for this nice project!
@davidebeatrici - any ideas on whether it would be possible to put back the right behavior on mumble.info? I assume it used to work.
The basic idea is that https://mumble.info/grumble/cmd/grumble?go-get=1
needs to return HTML that contains something like this:
<meta name="go-import" content="mumble.info git https://github.com/mumble-voip/grumble">
Fixed, the issue was AH00687
.
Apache was not finding the script when rewriting the URL because its extension was not handled.
Very nice, @davidebeatrici - it works great now. Thanks!
Thank you very much, it works now!