-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
search() takes 2 positional arguments but 4 were given #51
Comments
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 or Autobuild Docker Hub Please note: both repositories are only temporary available. use them only until this main project updates. |
Pullrequest #53 solves this issue. |
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.pyplaymaker/playmaker/service.py
Line 266 in a97fd9e
https://github.com/NoMore201/googleplay-api/blob/fc0cc3a902b90247386331e9aa0ccc47d6ed7847/gpapi/googleplay.py#L349
The text was updated successfully, but these errors were encountered: