Skip to content
Ahmed edited this page Jul 28, 2016 · 15 revisions

Can I sign in with Google?
Yes you can! Pass the flag -a google to use Google authentication.

If you happen to have 2-step verification enabled for your Google account you will need to supply an app password for your password instead of your normal login password.

... expected one argument.
The -dp, -dg -dl, -i, -o and -ar parameters are no longer needed. Remove them from your query

How do I setup port forwarding?
See this helpful guide

"It's acting like the location flag is missing."
-1, never forget

I'm getting this error..

Error Cause
python is not recognized as an internal or external command Python has not been added to the environment
pip is not recognized as an internal or external command pip needs to be installed to retrieve all the dependencies
Exception, e <- Invalid syntax. This error is caused by Python 3. The project requires python 2.7
error: command 'gcc' failed with exit status 1 Your OS is missing the gcc compiler library.
  • For Debian, run apt-get install build-essentials
  • For Red Hat, run yum groupinstall 'Development Tools'
[...]failed with error code 1 in /tmp/pip-build-k3oWzv/pycryptodomex/ Your OS is missing the gcc compiler library.
  • For Debian, run apt-get install build-essentials
  • For Red Hat, run yum groupinstall 'Development Tools'