mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[GH-ISSUE #21] WhatsApp-Crypt14: AttributeError: 'NoneType' object has no attribute 'message_types_by_name' #19
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UeliDragutin on GitHub (May 20, 2022).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/21
Using the following command:
and was greet with the following error message:
The full details are as follows:
Help needed, thanks.
@ElDavoo commented on GitHub (May 21, 2022):
Hmmm, that's interesting.
Which whatsapp version do you have?
It looks like you have some issue with your protobuf library installation, so don't use protobuf parse mode:
What happens when you use
-np -v?@ElDavoo commented on GitHub (May 21, 2022):
It looks like you have an old version of the protobuf library. As in
requirements.txt, check if you have at least version 3.19.4.From what i've read the program should work with at least protobuf 3.12.
@UeliDragutin commented on GitHub (May 23, 2022):
Thanks, ElDavoo, will check on the library, hopefully can get back soon later before end of this month.
@ElDavoo commented on GitHub (May 23, 2022):
I made some experiments, you need at least version 3.19.0 of the protobuf library. I added an exception handler for this case.