You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My phone number gets a redirect (returns status 303 with PHONE_MIGRATE_1).
Ultimately, I have tracked down the issue to mtproto.go's func (m *MTProto) readRoutine() trying to read on a closed connection.
This seems to happen right on network.go's call to nw.session = NewSession(file) I believe as a result of calling reconnect in mtproto upon seeing PHONE_MIGRATE_1
The actual error line looks like:
ReadRoutine: read tcp 10.0.0.161:53715->149.154.167.50:443: use of closed network connection
The text was updated successfully, but these errors were encountered:
My phone number gets a redirect (returns status
303
withPHONE_MIGRATE_1
).Ultimately, I have tracked down the issue to
mtproto.go
'sfunc (m *MTProto) readRoutine()
trying to read on a closed connection.This seems to happen right on
network.go
's call tonw.session = NewSession(file)
I believe as a result of callingreconnect
in mtproto upon seeingPHONE_MIGRATE_1
The actual error line looks like:
The text was updated successfully, but these errors were encountered: