NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
410 stars 208 forks source link

TypeError: __new__() got an unexpected keyword argument 'serialized_options' #79

Closed portablesoft closed 5 years ago

portablesoft commented 5 years ago

Fixed: pip install protobuf -U

googleplay_pb2.py:

serialized_pb=(......)

TypeError: new() got an unexpected keyword argument 'serialized_options'

Is there any change of the Google Play API? Is it possible to fix it?

Thanks.