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.

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.