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

TypeError, string indices must be integers #70

Open
ghost opened this issue Feb 10, 2023 · 1 comment
Open

TypeError, string indices must be integers #70

ghost opened this issue Feb 10, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 10, 2023

TypeError: string indices must be integers
(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 217, in process_data
    self._process_network(geojson_feature)
  File "libcoveofds/geojson.py", line 232, in _process_network
    and "network" in geojson_feature_node_or_span["properties"]
@ghost
Copy link
Author

ghost commented Feb 17, 2023

Can't recreate and I looked at live data (which I obvs can't share here) and can't see anything that would cause this, so putting on hold

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

No branches or pull requests

0 participants