mvt icon indicating copy to clipboard operation
mvt copied to clipboard

Error in running extraction from module SMS and SMS attachments

Open Mokkaj opened this issue 1 year ago • 3 comments

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

Mokkaj avatar Feb 25 '24 00:02 Mokkaj

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.

Lordakius avatar Apr 23 '24 20:04 Lordakius

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

error

pat048 avatar Apr 26 '24 04:04 pat048

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 :(

roaree avatar Apr 26 '24 08:04 roaree