Closed teleothleo closed 1 year ago
Also, after refreshing the page (I am using React), TdLib asks for password again. Without asking anything else. This happens a few times, but eventually you get logged in without a password and the 401 error. The 500 however, persists.
tdweb.js:2100 send to worker: {@type: 'close'}
It seems like you are closing the instance which will cause 500 and 401 errors.
tdweb.js:2100 send to worker: {@type: 'close'}
It seems like you are closing the instance which will cause 500 and 401 errors.
Yes. I somehow reinitialized the Client when the AuthState got updated. Thank you for the right tip!
Here are the logs: logs.txt
authorizationStateReady
this.client!.send({ "@type": "searchPublicChat", username: this.name, });
Thanks for such a commitment and quick responses!