Wayback Archiver

Results 53 comments of Wayback Archiver

Try the latest commit https://github.com/xelaj/mtproto/commit/d0990b5f1e054374a17c3860cb16908ddd2170fd

It looks like can not connect the Telegram server over IPv6. I guess should add an option to skipping IPv6 address at https://github.com/xelaj/mtproto/blob/d0990b5f1e054374a17c3860cb16908ddd2170fd/telegram/common.go#L119-L125

I only got a successfully auth at the example code ([examples/auth/main.go](https://github.com/xelaj/mtproto/blob/5eb6237dcf631e69d7694418990b32b333f99586/examples/auth/main.go)), maybe I missing something.

ref: https://github.com/xelaj/mtproto/issues/22#issuecomment-717268522

As I understand it, we should provide this panic as an error to the caller to handling, and not have them interrupted. But I haven't encountered this yet, so maybe...

@ImportTaste Thank you for you reporting! Could you please file a sample of masked cookies to help us in troubleshooting?

@ImportTaste Thanks sharing! It shoud be fixed at https://github.com/go-shiori/obelisk/pull/43/commits/a26ce5dae2e2a7ce747f9c302c9aa8d8d069874f.

We found that even when using a proxy, the default Golang client was unable to pass CAPTCHA. After troubleshooting, we confirmed that the issue was related to [TLS fingerprinting](https://tlsfingerprint.io/), and...

Thanks for reporting, connecting with non-TLS should be possible at #402.