dchote / talkiepi

The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
Mozilla Public License 2.0
271 stars 107 forks source link

Cannot connect to locL server #13

Open prizal54321 opened 4 years ago

prizal54321 commented 4 years ago

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 commented 4 years ago

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

prizal54321 commented 4 years ago

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

MarcusWolschon commented 4 years ago

1.3.0 is too new. See here for my workaround, back when I was using it the last time in 2018: https://github.com/MarcusWolschon/RasPi_stage_intercom/issues/11