Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to setup a test case that can trigger 'LGEOS380' object has no attribute 'GEOSGeom_destroy' #869

Closed
pindge opened this issue Sep 21, 2022 · 3 comments · Fixed by #873, #877 or #884
Assignees

Comments

@pindge
Copy link
Contributor

pindge commented Sep 21, 2022

'LGEOS380' object has no attribute 'GEOSGeom_destroy' is flooding sentry issues

https://ows.dev.dea.ga.gov.au/?bbox=14587853.974169318%2C-1413779.2751626186%2C14592745.943979573%2C-1408887.3053523675&crs=EPSG%3A3857&exceptions=XML&format=image%2Fpng&height=256&layers=s2_nrt_granule_nbar_t&request=GetMap&service=WMS&styles=simple_rgb&time=2022-09-07&transparent=true&version=1.3.0&width=256

http://ows.dev.dea.ga.gov.au/?bbox=15028131.257091936%2C-3443946.7464169003%2C15341217.324948017%2C-3130860.6785608195&exceptions=application%2Fvnd.ogc.se_xml&feature_count=101&format=image%2Fpng&height=256&layers=wofs_filtered_summary_confidence&postmanseed=1663652654&request=GetMap&service=WMS&srs=EPSG%3A3857&styles=&tiled=true&transparent=true&version=1.1.1&width=256

"http://10.95.61.31:8000/?bbox=14088873.053523686%2C-1878516.4071364924%2C14401959.121379767%2C-1565430.3392804079&exceptions=application%2Fvnd.ogc.se_xml&feature_count=101&format=image%2Fpng&height=256&layers=aster_false_colour&request=GetMap&service=WMS&srs=EPSG%3A3857&styles=&tiled=true&transparent=true&version=1.1.1&width=256"

the message by running docker-compose with flask

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ServiceExceptionReport xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3.0" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd">
<ServiceException> Unexpected server error: 'NoneType' object is not subscriptable </ServiceException>
<ServiceException>
<![CDATA[ <FrameSummary file /code/datacube_ows/ogc.py, line 152 in ogc_svc_impl> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/utils.py, line 24 in log_wrapper> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/wms.py, line 29 in handle_wms> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/utils.py, line 24 in log_wrapper> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/data.py, line 401 in get_map> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/wms_utils.py, line 301 in __init__> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/wms_utils.py, line 177 in get_times> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/wms_utils.py, line 177 in <listcomp>> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/wms_utils.py, line 205 in parse_time_item> ]]>
<![CDATA[ <FrameSummary file /code/datacube_ows/wms_utils.py, line 169 in get_times_for_product> ]]>
</ServiceException>
</ServiceExceptionReport>
@pindge
Copy link
Contributor Author

pindge commented Sep 25, 2022

@pindge pindge self-assigned this Sep 25, 2022
@jmettes
Copy link

jmettes commented Sep 25, 2022

Worst case, there's also the option to ignore errors, to save capacity on tenable.io. It seems like this is the main error using up all the capacity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants