Project

General

Profile

Support #4677

Updated by Marcin Kuzminski [CTO] over 7 years ago

[tenderapp] report: https://rhodecode.tenderapp.com/help/discussions/support-tickets/2117 reported by user: lernes@softkinetic.com 

  Hello support, 

 We have an issue with the RhodeCode API "get_repo_refs". 
 While calling , it returns the following error: "failed to get repo: `...` references" 

 However, we are able to call other API for the same repo; "get_repo", "get_repo_nodes",... 

 We found this in the logs: 
 2016-12-15 12:51:37.913 ERROR [rhodecode.api.views.repo_api] Exception occurred while trying to get repo refs 
 Traceback (most recent call last): 
   File "/opt/rhodecode/store/9d6f7bxchl0qfsi4v9z927y1kqsq8liz-python2.7-rhodecode-enterprise-ce-4.5.0/lib/python2.7/site-packages/rhodecode/api/views/repo_api.py", line 529, in get_repo_refs 
     refs = vcs_instance.refs() 
   File "/opt/rhodecode/store/9d6f7bxchl0qfsi4v9z927y1kqsq8liz-python2.7-rhodecode-enterprise-ce-4.5.0/lib/python2.7/site-packages/rhodecode/lib/vcs/backends/base.py", line 229, in refs 
     raise NotImplementedError 
 NotImplementedError 

 Is this API still WIP ? We planned to use it for our current development. 

 Regards, 
 Laurent Ernes | Release Manager 
 T                +32 2 888 43 05 
 F                +32 2 647 48 55 
 E                ler@softkinetic.com<mailto:ler@softkinetic.com> 
 YT              www.youtube.com/softkinetic<http://www.youtube.com/softkinetic> 
 [logo_SK]<http://www.softkinetic.com/> 
 Boulevard de la Plaine 11, 1050, Brussels, Belgium 
 Registration No: RPM/RPR Brussels 0811 784 189 

 Our e-mail communication disclaimers & liability are available at: www.softkinetic.com/disclaimer.aspx<http://www.softkinetic.com/disclaimer.aspx>

Back