Opened 5 years ago

Closed 5 years ago

#2001 closed defect (fixed)

sentinel2 doesn't work (MultiImporter)

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: critical Milestone: 9.8
Component: wcst_import Version: 9.7
Keywords: Cc:
Complexity: Medium

Description

The sentinel2 recipe seems broken:

An error has occured in the execution of the program. Error Message: MultiImporter instance has no attribute 'coverage'
Stack Trace: Traceback (most recent call last):
  File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/wcst_import.py", line 167, in main
    reg.run_recipe(session)
  File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/master/recipe/recipe_registry.py", line 193, in run_recipe
    super(recipe.__class__, recipe).describe()
  File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/recipes/general_coverage/recipe.py", line 170, in describe
    slices = importer.get_slices_for_description()
  File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/master/importer/importer.py", line 142, in get_slices_for_description
    self.coverage.slices) else len(self.coverage.slices)
AttributeError: MultiImporter instance has no attribute 'coverage'

Change History (2)

comment:1 by Bang Pham Huu, 5 years ago

Component: petascopewcst_import

comment:2 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.