telegramgo
telegramgo copied to clipboard
flood wait
after while we get FLOOD_WAIT_X error or auth_key_unregistered error
Seems like it is lib problem. I have some project on it. Very similar problem.
Even after two hours it requires reauthorizing.
@amir-abbas I just fixed it. Update mtproto lib :)
hi @Lord-Protector , how can I update the mtproto? I have layer65 schema now, what can I do? I have same problem, waiting for ever...
// LoadContacts mtproto, err := mtproto.NewMTProto(41994, "269069e15c81241f5670c397941016a2", mtproto.WithAuthFile(os.Getenv("HOME")+"/.telegramgo", false)) if err != nil { log.Fatal(err) } mtproto.WithAuthFile(os.Getenv("HOME")+"/.telegramgo", false) => what does it mean? HOME = ? Can you help me, dear bro.
@SyugamCan don't use this. It's experimental and outdated library. Use native gotd/td.