This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Description
Since updating to the newest pgoapi, I cannot use Google accounts for RocketMap because of this error. Seems like something is not acting correctly when handling Google accounts.
2017-03-04 12:35:18,542 [ search-worker-0][ search][ ERROR] Exception in search_worker under account smilazzo@optonline.net Exception message: TypeError("perform_master_login() got an unexpected keyword argument 'proxy'",).
Traceback (most recent call last):
File "C:\Users\Stephanie\Documents\RocketMap\pogom\search.py", line 927, in search_worker_thread
status['proxy_url'])
File "C:\Users\Stephanie\Documents\RocketMap\pogom\account.py", line 43, in check_login
password=account['password'])
File "C:\Python27\lib\site-packages\pgoapi\pgoapi.py", line 95, in set_authentication
if not self._auth_provider.user_login(username, password):
File "C:\Python27\lib\site-packages\pgoapi\auth_google.py", line 58, in user_login
user_login = perform_master_login(username, password, self.GOOGLE_LOGIN_ANDROID_ID, proxy=self._proxy)
TypeError: perform_master_login() got an unexpected keyword argument 'proxy'