You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'str' object has no attribute 'get'
(1 additional frame(s) were not displayed)
...
File "django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "cove_ofds/views.py", line 139, in explore_ofds
process_data = task.process(process_data)
File "cove_ofds/process.py", line 205, in process
converter.process_data(nodes_data, spans_data)
File "libcoveofds/geojson.py", line 227, in process_data
self._process_span(geojson_feature)
File "libcoveofds/geojson.py", line 384, in _process_span
span["start"] = span.get("start", {}).get("id")
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: