Project

General

Profile

Bug #11220

Updated by Tom Clegg about 7 years ago

Current error message: 

 <code>2017-03-01 17:27:55 arvados.arvados_fuse[10741] ERROR: Error fetching collection '{{PDH}}': Failed to retrieve collection '{{PDH}}' from either API server (<HttpError 404 when requesting https://tb05z.arvadosapi.com/arvados/v1/collections/{{PDH}}?alt=json returned "Path not found">) or Keep ({{PDH}} not found:    http://keep0.tb05z.arvadosapi.com:25107/ responded with 403 HTTP/1.1 403 Forbidden</code> 

 This should be reported as 404 / not found. The 403 part is a red herring. 

 Manifests are no longer written to Keep, and even if they were, reading without a permission token will never work on most installations, so this fallback seems pointless. 

 source:sdk/python/arvados/collection.py#L1362 

Back