Open Jonny007-MKD opened 4 years ago
Thanks @Jonny007-MKD for opening this issue. Just found out, that the implementation of GooglePlay APIv3 changed some JSON fields. Since I need to get playmaker working for some important updates, I will try to fix this... if someone else is working on this issue, please say a word!
Recent changes see at https://github.com/fellek/playmaker/tree/master/playmaker
@fellek, that's great, thanks!
See hotfix in #53.
To build docker container for your own
docker build https://github.com/fellek/playmaker.git --tag=playmaker:fellek
or
Autobuild Docker Hub
docker pull fellek/playmaker:fellek
Please note: both repositories are only temporary available. use them only until this main project updates.
Pullrequest #53 solves this issue. Known issue: Container crashed on start. Removing of application cache solved this issue (leave your credentials.conf / https-cert files)
Since gpapi 0.4.4
GooglePlayAPI.search()
only takes one argument (+self
), but it is still called with 3 arguments by playmaker. 0.4.4 is installed by default by playmaker's setup.pyhttps://github.com/NoMore201/playmaker/blob/a97fd9e77ccfabc5f37af1ca93b7b9a3f2048503/playmaker/service.py#L266
https://github.com/NoMore201/googleplay-api/blob/fc0cc3a902b90247386331e9aa0ccc47d6ed7847/gpapi/googleplay.py#L349