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
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'
The text was updated successfully, but these errors were encountered:
During iOS backup analysis I got this error:
The text was updated successfully, but these errors were encountered: