I am trying to apply to patch to libphutil as per this thread, however I can't get arc to link to my https://secure.phabricator.com account, it always gives me ERR-CONDUIT-CORE: Invalid parameter information was passed to method 'user.whoami'.
I have an account on https://secure.phabricator.com, my account name is alberto56 and I am logged in.
On my command line, I do the following:
cd /path/to/phabricator/libphutil
arc install-certificate
Trying to connect to server...
LOGIN TO PHABRICATOR
Open this page in your browser and login to Phabricator if necessary:
https://secure.phabricator.com/conduit/login/
Then paste the API Token on that page below.
Paste API Token from that page: cli-doqg2yzt4koqlu7xxxxxxxxxxxxb
Usage Exception: The token "cli-doqg2yzt4koqlu7xxxxxxxxxxxxb" is not a valid API Token. The server returned this response when trying to use it as a token: ERR-CONDUIT-CORE: Invalid parameter information was passed to method 'user.whoami'.I followed the troubleshooting steps at http://stackoverflow.com/questions/30255092/arcanist-install-certificate-fails but I am still unable to connect. Any help is greatly appreciated.