Cartodb: Time-series does not render

Created on 7 Aug 2017  路  5Comments  路  Source: CartoDB/cartodb

Context

Based on https://github.com/CartoDB/learn/issues/411 the new time series widget doesn't render in this map

Washington DC Crime Data (on 2017-08-07 at 15.04.31).carto.zip

Steps to Reproduce

  1. Open the .carto
  2. Add 'reportdate' column as a time series

Current Result

Widget is added but doesn't render

captura de pantalla 2017-08-07 a las 17 10 46

bug

Most helpful comment

All 5 comments

The response of the widget "request" says:

{
  errors: [
    "column reference "start_date" is ambiguous"
  ],
  errors_with_context: [
    {
      type: "unknown",
      message: "column reference "start_date" is ambiguous",
      name: "error",
      length: 106,
      severity: "ERROR",
      code: "42702",
      position: "1549",
      file: "parse_relation.c",
      line: "769",
      routine: "colNameToVar"
    }
  ]
}

cc @dgaubert @rochoa

I'm with @dgaubert and he says that he knows what's happening and he'll solve asap.

Sure thing!

Wait for it..!

Was this page helpful?
0 / 5 - 0 ratings