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 WebkitSessionResourceLog #515

Open
Peco602 opened this issue Aug 4, 2024 · 0 comments
Open

Error in running extraction from module WebkitSessionResourceLog #515

Peco602 opened this issue Aug 4, 2024 · 0 comments
Labels
bug Something isn't working ios

Comments

@Peco602
Copy link

Peco602 commented Aug 4, 2024

During iOS backup analysis I got this error:

         ERROR    [mvt.ios.modules.mixed.webkit_session_resource_log] Error in running extraction from module WebkitSessionResourceLog: 'float' object has no 
                  attribute 'tzinfo'                                                                                                                          
                  Traceback (most recent call last):                                                                                                          
                    File "/usr/local/lib/python3.10/dist-packages/mvt/common/module.py", line 167, in run_module                                              
                      exec_or_profile("module.run()", globals(), locals())                                                                                    
                    File "/usr/local/lib/python3.10/dist-packages/mvt/common/utils.py", line 262, in exec_or_profile                                          
                      exec(module, globals, locals)                                                                                                           
                    File "<string>", line 1, in <module>                                                                                                      
                    File "/usr/local/lib/python3.10/dist-packages/mvt/ios/modules/mixed/webkit_session_resource_log.py", line 164, in run                     
                      self.results[log_path] = self._extract_browsing_stats(log_path)                                                                         
                    File "/usr/local/lib/python3.10/dist-packages/mvt/ios/modules/mixed/webkit_session_resource_log.py", line 142, in _extract_browsing_stats 
                      "most_recent_interaction": convert_datetime_to_iso(                                                                                     
                    File "/usr/local/lib/python3.10/dist-packages/mvt/common/utils.py", line 65, in convert_datetime_to_iso                                   
                      if date_time.tzinfo:                                                                                                                    
                  AttributeError: 'float' object has no attribute 'tzinfo'
@Te-k Te-k added bug Something isn't working ios labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios
Projects
None yet
Development

No branches or pull requests

2 participants