简体   繁体   English

应用程序在节点“太多数据无法获取”中因 Telegram Api 而崩溃

[英]App crashes with Telegram Api in Node “Too much data to fetch”

here's the problem.这就是问题所在。 I've wrote an app with tlg module.我用tlg模块编写了一个应用程序。 LINK GITHUB链接 GITHUB

I've developed using Mac Os and everything worked fine but when i've tried to move all the app to a new Centos 8 VM, recompiling TDlib and launcing the app, here's the response after the app crash.我已经使用 Mac Os 开发并且一切正常,但是当我尝试将所有应用程序移动到新的 Centos 8 VM、重新编译 TDlib 并启动应用程序时,这是应用程序崩溃后的响应。

[ 0][t 4][1588032092.051109791][Status.h:191][!Td]  
Unexpexted Status [Error : 0 : Too much data to fetch at 8] in file 
/td/td/telegram/Global.cpp at line 77

This is weird, i've never seen an error like this.这很奇怪,我从未见过这样的错误。 Here's the Global.cpp 这是 Global.cpp

You probably used your app with a newer TDLib version and then came back to the old version, so the old td can't work with upgraded DB.您可能将您的应用程序与较新的 TDLib 版本一起使用,然后又回到旧版本,因此旧 td 无法与升级后的数据库一起使用。 So just stick with the new version.所以坚持使用新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM