NoMore201 / googleplay-api

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

googleplay_pb2.py is gone ? #83

Open daidai5771 opened 5 years ago

daidai5771 commented 5 years ago

Hello, I use the newest version code, but googleplay_pb2.py is gone. In the old version, I always get various errors, such as 'Error retrieving information from server'. And if I switch devices, do I need to login in again?

NoMore201 commented 5 years ago

As stated in the README, googleplay_pb2.py is dynamically generated during build. You need to install the protobuf package in your system and run

python setup.py build

or just build it yourself using a recent protobuf version.

As for the second question, probably you need to login again since the gsfId is tied to a specific device, but i'm not 100% sure