Reported by @Jnanaranjan_sahu on irc.
It looks like the Phabricator API has changed. Here's the useful info from the error logs:
Internal Server Error: /tools/id/twitter-to-commons/repos/create:228 Traceback (most recent call last): File "/srv/deployment/striker/venv/lib/python3.5/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/srv/deployment/striker/venv/lib/python3.5/site-packages/django/core/handlers/base.py", line 126, in _get_response response = self.process_exception_by_middleware(e, request) File "/srv/deployment/striker/venv/lib/python3.5/site-packages/django/core/handlers/base.py", line 124, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/srv/deployment/striker/venv/lib/python3.5/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view return view_func(request, *args, **kwargs) File "./striker/tools/views/decorators.py", line 48, in decorated return f(*args, **kwargs) File "./striker/tools/views/repo.py", line 87, in create list(set(phab_maintainers)) File "./striker/phabricator.py", line 203, in create_repository {'type': 'edit', 'value': custom_policy}, File "./striker/phabricator.py", line 75, in post resp.get('result', None)) striker.phabricator.APIError: Transaction with key "6" has invalid type "autoclose". This type is not recognized. Valid types are: space, vcs, name, callsign, shortName, description, encoding, allowDangerousChanges, allowEnormousChanges, status, defaultBranch, fetchRefs, permanentRefs, trackOnly, importOnly, stagingAreaURI, automationBlueprintPHIDs, symbolLanguages, symbolRepositoryPHIDs, publish, filesizeLimit, copyTimeLimit, touchLimit, view, edit, policy.push, projects.add, projects.remove, projects.set, mfa. (ERR-CONDUIT-CORE)