Skip to content
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

Cannot connect to locL server #13

Open
prizal54321 opened this issue Feb 14, 2020 · 3 comments
Open

Cannot connect to locL server #13

prizal54321 opened this issue Feb 14, 2020 · 3 comments

Comments

@prizal54321
Copy link

Keep on connecting to this even when i put the details on the conf file

func main() {
// Command line flags
server := flag.String("server", "talkiepi.projectable.me:64738", "the server to connect to")
username := flag.String("username", "", "the username of the client")
password := flag.String("password", "", "the password of the server")
insecure := flag.Bool("insecure", true, "skip server certificate verification")
certificate := flag.String("certificate", "", "PEM encoded certificate and private key")
channel := flag.String("channel", "talkiepi", "mumble channel to join by default")

flag.Parse()

How to make it connect to my mentioned server?

@MarcusWolschon
Copy link

What version does your server have?
Is it actually old enough to be compatible?

@prizal54321
Copy link
Author

im on 1.3.0
how do i edit the cmd/talkiepi/main.go ?

@MarcusWolschon
Copy link

1.3.0 is too new.
See here for my workaround, back when I was using it the last time in 2018:
MarcusWolschon#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants