From 9103b164addeb542152ed1b63527dfb5be25cd33 Mon Sep 17 00:00:00 2001 From: Zotify <10505468-zotify@users.noreply.gitlab.com> Date: Sun, 26 Dec 2021 05:25:55 +0000 Subject: [PATCH] Upload New File --- COMMON_ERRORS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 COMMON_ERRORS.md diff --git a/COMMON_ERRORS.md b/COMMON_ERRORS.md new file mode 100644 index 0000000..52bce29 --- /dev/null +++ b/COMMON_ERRORS.md @@ -0,0 +1,9 @@ +# Introduction + +Below will contain sets of errors that you might get running zotify. Below will also contain possible fixes to these errors. It is advisable that you read this before posting your error in any support channel. + +## AttributeError: module 'google.protobuf.descriptor' has no attribute '\_internal_create_key + +_Answer(s):_ + +`pip install --upgrade protobuf`