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
Could someone please elaborate a little bit the underlying issue when I am getting the following exception. And can I safely handle it and cointinue without restarting my script.
Deserializing MadelineProto from session ...
PHP Fatal error: Uncaught danog\MadelineProto\PTSException: PERSISTENT_TIMESTAMP_OUTDATED
TL Trace:
UpdateHandler.php(180): method_call("updates.getChannelDifference",{"channel":{"_":"inputChannel","channel_id":1145386390,"access_hash":7965494581718090079},"filter":{"_":"channelMessagesFilterEmpty"},"pts":7350,"limit":30},{"datacenter":4})
UpdateHandler.php(420): get_channel_difference(1145386390)
UpdateHandler.php(469): handle_update({"_":"updateNewChannelMessage","message":{"_":"message","out":false,"mentioned":false,"media_unread":false,"silent":false,"post":false,"id":6534,"from_id":368093389,"to_id":{"_":"peerChannel","channel_id":1145386390},"date":1508189033,"message":"@gomz93 3rd target is 0.00009800","entities":[{"_":"messageEntityMention","offset":0,"length":7}]},"pts":7350,"pts_count":1},[])
UpdateHandler.php(292): handle_multiple_update([{"_":"updateNewChannelMessage","message":{"_":"message","out":false,"mentioned":false,"media_unread":false,"silent":false,"post":false,"id":6534,"from_id":368093389,"to_id":{"_" in /home/dpetrov/develop/php/telephp/MadelineProto/src/danog/MadelineProto/MTProtoTools/ResponseHandler.php on line 317
Thanks in addvance
The text was updated successfully, but these errors were encountered:
Hello all,
Could someone please elaborate a little bit the underlying issue when I am getting the following exception. And can I safely handle it and cointinue without restarting my script.
Thanks in addvance
The text was updated successfully, but these errors were encountered: