googleplay-api
googleplay-api copied to clipboard
googleplay_pb2.py is gone ?
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?
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