signal_for_android_decryption icon indicating copy to clipboard operation
signal_for_android_decryption copied to clipboard

AttributeError: 'NoneType' object has no attribute 'message_types_by_name'

Open rhogg4999 opened this issue 7 months ago • 1 comments

Traceback (most recent call last): File "signal_for_android_decryption-main/decrypt_backup.py", line 39, in from Backups_pb2 import BackupFrame, qlStatement # type: ignore File "/cygdrive/c/Users/Robert/Downloads/signal_for_android_decryption-main/Backups_pb2.py", line 21, in _SQLSTATEMENT = DESCRIPTOR.message_types_by_name['SqlStatement'] AttributeError: 'NoneType' object has no attribute 'message_types_by_name'

I have tried regenerating Backups_pb2.py using protoc but still get the same error.

I don't know what else to try. I am not a python expert in any fashion, sql is more my thing.

rhogg4999 avatar Jul 15 '24 13:07 rhogg4999