Skip to content
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

TypeError: expected string or Unicode object, NoneType found #71

Open
Kuju29 opened this issue Nov 16, 2016 · 2 comments
Open

TypeError: expected string or Unicode object, NoneType found #71

Kuju29 opened this issue Nov 16, 2016 · 2 comments

Comments

@Kuju29
Copy link

Kuju29 commented Nov 16, 2016

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

@Kuju29
Copy link
Author

Kuju29 commented Nov 16, 2016

pip install --upgrade git+https://github.com/keyphact/pgoapi.git

@Kuju29
Copy link
Author

Kuju29 commented Nov 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant