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

Error in running extraction from module SMS and SMS attachments #466

Open
Mokkaj opened this issue Feb 25, 2024 · 3 comments
Open

Error in running extraction from module SMS and SMS attachments #466

Mokkaj opened this issue Feb 25, 2024 · 3 comments

Comments

@Mokkaj
Copy link

Mokkaj commented Feb 25, 2024

I ran the backup-check on an ios backup and get 2 errors below. The rest of the modules run as expected. What could be the cause of this? I would expect that the SMS table would be available. Any help?

image

image

@Lordakius
Copy link

Considering the traceback this was not done with the current version, could you verify if this still occurs?

What happens is that in sms.py it enters the else path (line 126) when trying to acquire the database. Apparently there are indeed no such tables. Have you verified that they do exist on the phone?

I haven't really interacted a lot with iPhones yet, so I am not sure if this might be an anomaly on Apple's side.

@pat048
Copy link

pat048 commented Apr 26, 2024

Having similar issues here with the SMS Module : 'NoneType' object has no attribute 'tzinfo'

error

@roaree
Copy link
Contributor

roaree commented Apr 26, 2024

Having similar issues here with the SMS Module : 'NoneType' object has no attribute 'tzinfo'

error

This looks like a different error, #488 removed the broad exception catching around this. Clearly it was needed :(

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

Successfully merging a pull request may close this issue.

4 participants