| Summary: | API token rejected by arc install-certificate | ||
|---|---|---|---|
| Product: | Services | Reporter: | Patrick Kelsey <pkelsey> |
| Component: | Code Review | Assignee: | Phabric Admin <phabric-admin> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Patrick Kelsey
2015-06-27 02:40:49 UTC
I can not reproduce. Can you please paste the output of 'arc version'? $ arc version Exception The current working directory is not part of a working copy for a supported version control system (Git, Subversion or Mercurial). (Run with `--trace` for a full exception trace.) you may need to be inside a repo to run 'arc version': for example inside of base/ doc/ or ports/ In particular I'd like to know what version of libphutil you are running (but the actual output of arc version would be the best). after some live debugging on IRC we've determined that the version of libphutil currently in ports is one short of the workaround for a known libcurl bug. ``` # cd /usr/local/lib/php && mv libphutil libphutil_x && git clone https://github.com/phacility/libphutil/ libphutil ``` will 'fix' the issue temporarily. |