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
[[f'{r2.id}:{r2.osm_id}: {r2.linea.nombre} // {r2.nombre}' for r2 in Recorrido.objects.filter(osm_id=r['osm_id'])] for r in Recorrido.objects.values('osm_id').annotate(c=Count('osm_id')).filter(c__gt=1)]
results in these recorridos which have the same osm_id. Anyone of these are going to return 500 in cualbondi static site
The text was updated successfully, but these errors were encountered:
jperelli
changed the title
Error in data, multiple recorridos per osm_id
Error in data, multiple recorridos per osm_id (60+ errors per day)
Jun 18, 2019
sentry issue
https://sentry.cualbondi.com.ar/sentry/web/issues/1323/?query=is:unresolved
investigation in production shell_plus
results in these recorridos which have the same osm_id. Anyone of these are going to return 500 in cualbondi static site
The text was updated successfully, but these errors were encountered: