googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

googleplay_pb2.py is gone ?

Open daidai5771 opened this issue 6 years ago • 1 comments

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?

daidai5771 avatar Apr 12 '19 09:04 daidai5771

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

NoMore201 avatar Apr 12 '19 14:04 NoMore201