mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-12-19 07:31:57 +00:00
docs(readme): add common errors markdown file
This commit is contained in:
11
COMMON_ERRORS.md
Normal file
11
COMMON_ERRORS.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Introduction
|
||||
|
||||
Below will contain sets of errors that you might get running zspotify. 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:_
|
||||
|
||||
`pip install --upgrade protobuf`
|
||||
|
||||
This error happens due to a potentially outdated version of protobuf, to fix it upgrade protobuf by using pip.
|
||||
Reference in New Issue
Block a user