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
# Likely caused by a frontend issue with the request body - need to investigate
"""
sentry_sdk.set_context("fire-event", {"request": body})
# TODO(!smelly): geojson interpreted inconsistently as string or dict by FastAPI in burn-backend?# Issue URL: https://github.com/SchmidtDSE/burn-severity-mapping-poc/issues/58# Likely caused by a frontend issue with the request body - need to investigate# geojson_seed_points = json.loads(body.geojson)user_edits_geojson=body.geojsonfire_event_name=body.fire_event_nameaffiliation=body.affiliationreturnawaitmain(
user_edits_geojson,
fire_event_name,
affiliation,
logger,
The text was updated successfully, but these errors were encountered:
Likely caused by a frontend issue with the request body - need to investigate
burn-severity-mapping-poc/src/burn_backend/routers/refine/flood_fill_segmentation.py
Lines 70 to 72 in 9f4f901
The text was updated successfully, but these errors were encountered: