-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing Janus #1
Comments
How did you install the application from the binary or from source? Could you please let me know the platform as well? if you are building from source make sure that the go version is 1.4 or above |
From source. Class go get. Windows 7 and go 1.3.3. |
You need golang 1.4 and above for compiling from source. |
The error is gone after I upgraded to 1.4. You might probably want to put this in the read me with bold letters, so that others don't repeat this mistake. Thanks. |
When I try to install Janus, I get the following error:
..\github.com\jijeshmohan\janus\server\middleware.go:24: req.BasicAuth undefined (type *http.Request has no field or method BasicAuth)
The text was updated successfully, but these errors were encountered: