servers are up again! but still cant login same error
C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master>main.py
[!] Using google as login..
[!] using: True
[+] Token: eyJhbGciOiJSUzI1NiIsImtpZCI6IjBiOTE1YzZh...
[+] Received API endpoint:
https://pgorelease.nianticlabs.com/plfe/175/rpc
Traceback (most recent call last):
File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 92, in <module>
main()
File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 85, in main
start_work(access_token,ltype)
File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\main.py", line 31, in start_work
profile = public.get_profile(api_endpoint, access_token)
File "C:\Users\Eigenaar\Desktop\Pokemon_Go_API-master\public.py", line 109, in get_profile
return api_req(api_endpoint, access_token, req.requests)
TypeError: api_req() takes exactly 4 arguments (3 given)