mumble-voip / grumble

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

Error when installing #41

Closed rafaelbonifaz closed 4 years ago

rafaelbonifaz commented 4 years ago

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!

olabiniV2 commented 4 years ago

@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">

davidebeatrici commented 4 years ago

Fixed, the issue was AH00687.

Apache was not finding the script when rewriting the URL because its extension was not handled.

olabiniV2 commented 4 years ago

Very nice, @davidebeatrici - it works great now. Thanks!

rafaelbonifaz commented 4 years ago

Thank you very much, it works now!