-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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.py
playmaker/playmaker/service.py
Line 266 in a97fd9e
| apps = self.service.search(appName, numItems, None) |
ERROR:tornado.application:Uncaught exception GET /api/search?search=firefox (10.10.7.2)
HTTPServerRequest(protocol='https', host='playmaker.local', method='GET', uri='/api/search?search=firefox', version='HTTP/1.1', remote_ip='10.10.7.2', headers={...})
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/tornado/web.py", line 1512, in _execute
result = yield result
File "/usr/local/lib/python3.8/site-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/local/lib/python3.8/site-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
File "<string>", line 4, in raise_exc_info
File "/usr/local/lib/python3.8/site-packages/tornado/gen.py", line 1063, in run
yielded = self.gen.throw(*exc_info)
File "/usr/local/lib/python3.8/site-packages/playmaker/server.py", line 76, in get
apps = yield self.search()
File "/usr/local/lib/python3.8/site-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/local/lib/python3.8/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/local/lib/python3.8/concurrent/futures/_base.py", line 388, in __get_result
raise self._exception
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/playmaker/server.py", line 39, in search
return service.search(keyword)
File "/usr/local/lib/python3.8/site-packages/playmaker/service.py", line 266, in search
apps = self.service.search(appName, numItems, None)
TypeError: search() takes 2 positional arguments but 4 were given
ERROR:tornado.access:500 GET /api/search?search=firefox (10.10.7.2) 33.84ms
Metadata
Metadata
Assignees
Labels
No labels