You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic Exception: Traceback (most recent call last):
File "c:\python27\lib\site-packages\pikaptcha\console.py", line 166, in entry
accept_tos(account_info["username"], account_info["password"], args.location, args.proxy)
File "c:\python27\lib\site-packages\pikaptcha\tos.py", line 10, in accept_tos
accept_tos_helper(username, password, location, proxy)
File "c:\python27\lib\site-packages\pikaptcha\tos.py", line 32, in accept_tos_helper
response = api.app_simulation_login()
File "c:\python27\lib\site-packages\pgoapi\pgoapi.py", line 169, in app_simulation_login
response = request.call()
File "c:\python27\lib\site-packages\pgoapi\pgoapi.py", line 245, in call
request.activate_signature(signature_lib_path, hash_lib_path)
File "c:\python27\lib\site-packages\pgoapi\rpc_api.py", line 85, in activate_signature
self.signature_lib = ctypes.cdll.LoadLibrary(signature_lib_path)
File "c:\python27\lib\ctypes__init.py", line 440, in LoadLibrary
return self.dlltype(name)
File "c:\python27\lib\ctypes\init.py", line 362, in init
self._handle = _dlopen(self._name, mode)
TypeError: expected string or Unicode object, NoneType found
The text was updated successfully, but these errors were encountered:
Generic Exception: Traceback (most recent call last):
File "c:\python27\lib\site-packages\pikaptcha\console.py", line 166, in entry
accept_tos(account_info["username"], account_info["password"], args.location, args.proxy)
File "c:\python27\lib\site-packages\pikaptcha\tos.py", line 10, in accept_tos
accept_tos_helper(username, password, location, proxy)
File "c:\python27\lib\site-packages\pikaptcha\tos.py", line 32, in accept_tos_helper
response = api.app_simulation_login()
File "c:\python27\lib\site-packages\pgoapi\pgoapi.py", line 169, in app_simulation_login
response = request.call()
File "c:\python27\lib\site-packages\pgoapi\pgoapi.py", line 245, in call
request.activate_signature(signature_lib_path, hash_lib_path)
File "c:\python27\lib\site-packages\pgoapi\rpc_api.py", line 85, in activate_signature
self.signature_lib = ctypes.cdll.LoadLibrary(signature_lib_path)
File "c:\python27\lib\ctypes__init.py", line 440, in LoadLibrary
return self.dlltype(name)
File "c:\python27\lib\ctypes\init.py", line 362, in init
self._handle = _dlopen(self._name, mode)
TypeError: expected string or Unicode object, NoneType found
The text was updated successfully, but these errors were encountered: