Page MenuHomePhabricator

arc install-certificate token fails
Closed, InvalidPublic

Description

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.

Event Timeline

alberto56 updated the task description. (Show Details)
alberto56 added a subscriber: alberto56.

Can you show me the output of arc version?

epriestley claimed this task.

Given that it looks like you were able to apply a patch locally in T8654 which was available in HEAD in June, I think your client was out of date.

Please make sure to update before filing bug reports.

https://secure.phabricator.com/book/phabcontrib/article/bug_reports/