Skip to content

capabilities.find returns NoneType #7

@cefect

Description

@cefect

Getting the below error when trying this url (on all wcs versions):

WARNING Traceback (most recent call last): File "C:/Users/cefect/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\simplewcs2\simplewcs.py", line 176, in getCapabilities self.wcs = WCS(capabilities) File "C:/Users/cefect/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\simplewcs2\wcs.py", line 24, in __init__ self.describeCoverageUrl = self.capabilities.find(ows + 'OperationsMetadata/' + ows + 'Operation[@name="DescribeCoverage"]/' + ows + 'DCP/' + ows + 'HTTP/' + ows + 'Get').attrib[xlink + 'href'] AttributeError: 'NoneType' object has no attribute 'attrib'

I'm guessing something is wrong with the server? but the error message doesn't help at all.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions