docs(common_errors): remove explanation

This commit is contained in:
Jayden
2021-10-25 14:15:49 -04:00
parent 67c325473f
commit 6da4eea12a

View File

@@ -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 ## AttributeError: module 'google.protobuf.descriptor' has no attribute '\_internal_create_key
_Answer:_ _Answer(s):_
`pip install --upgrade protobuf` `pip install --upgrade protobuf`
This error happens due to a potentially outdated version of protobuf, to fix it upgrade protobuf by using pip.