diff --git a/COMMON_ERRORS.md b/COMMON_ERRORS.md index f7e93a2..a57341c 100644 --- a/COMMON_ERRORS.md +++ b/COMMON_ERRORS.md @@ -4,8 +4,6 @@ Below will contain sets of errors that you might get running zspotify. Below wil ## AttributeError: module 'google.protobuf.descriptor' has no attribute '\_internal_create_key -_Answer:_ +_Answer(s):_ `pip install --upgrade protobuf` - -This error happens due to a potentially outdated version of protobuf, to fix it upgrade protobuf by using pip.