Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing Telgram 6.3.0 DB Error #7

Open
ufgf opened this issue Oct 5, 2020 · 3 comments
Open

Parsing Telgram 6.3.0 DB Error #7

ufgf opened this issue Oct 5, 2020 · 3 comments

Comments

@ufgf
Copy link

ufgf commented Oct 5, 2020

I'm trying to use teleparser on cache4.db of Telegram 6.3.0 and it doesn't seem to work.
I run the program with the following command: python3 teleparser.py cache4.db out_folder and it gives me this error:
https://pastebin.com/g6AwV0Mz
out_folder is empty :(

@dfirfpi
Copy link
Member

dfirfpi commented Nov 4, 2020

Hi @ufgf ,
indeed it generates and error, most likely a bad serialized object. It is possible for you to provide the specific blob of data?
If you set verbosity, it will tell you which table,line and column generates the error.

Just copy and paste here for reference
construct.core.ConstError: Error in path (parsing) -> media -> message_media_structures -> media -> message_media_web_page -> webpage -> web_page_structures -> webpage -> cached_page -> page_structures -> cached_page -> vector_sig_photo
parsing expected 481674261 but parsed 2668758040

@sibtcha
Copy link

sibtcha commented Oct 27, 2021

Hello, I got the same problem

construct.core.ConstError: Error in path (parsing) -> banned_rights -> signature
parsing expected 2668758040 but parsed 1216894773

@daudich
Copy link

daudich commented Apr 10, 2022

Hey, any update on this? I am seeing this error as well.

raise ConstError(f"parsing expected {repr(self.value)} but parsed {repr(obj)}", path=path)
construct.core.ConstError: Error in path (parsing) -> banned_rights -> signature
parsing expected 2668758040 but parsed 1455526737

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants