API call get_repo on RhodeCode 5.9.1 not finding repository even though repository exists. Call to the get_repos does indeed find the repository. Used the url from the get_repos to feed into the get_repo to ensure proper case and spelling of url. The token used is for a super-admin for both calls. The api call for get_repo works fine for RhodeCode 4.7.1.
Since recent releases repository creation is done async, so an immidiate call to get_repo after repository creation might not get the results until full cache flush is happening