question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does windshaft now depend on cartodb enabled databases ?

See original GitHub issue

I get this error upon sending a map config to Windshaft:

{"errors":["function cdb_querytablestext(unknown) does not exist"]}

Does this mean Windshaft now requires a cartodb-enabled database ? ( this wasn’t the case until “recently” )

\cc @rochoa @pramsey

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
strkcommented, Feb 28, 2017

Nevermind, I found I had the layerMetadata feature enabled in config. Seems to be fixed now.

0reactions
strkcommented, Feb 28, 2017

So I cannot confirm the fix is effective as I still find this in the logs:

ERROR:  function cdb_querytablestext(unknown) does not exist at character 15

How can I further debug this ? (and I cannot reopen this myself). The MapConfig looks like this:

{
  "version": "1.5.0",
  "layers": [{"type": "mapnik",
      "options": {
       "cartocss": "#s { marker-width: 10; marker-fill: #a04057; }",
        "sql": "select * from liberia",
        "geom_column": "geom",
        "srid": 4326,
        "cartocss_version": "2.0.0",
        "interactivity": "instance"
      }
    }
  ]
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

CartoDB/Windshaft-cartodb: Windshaft tailored for CARTO
The CARTO Maps API tiler. It extends Windshaft and exposes a web service with extra functionality: Instantiate Anonymous Maps through CARTO's map configuration ......
Read more >
Platform | CARTO
Our Professional Services & Support teams can help you accelerate projects, drawing on their expertise in app development, design, spatial data science and...
Read more >
Release 1.0.0 CartoDB, Inc.
CARTO is an open source tool that allows for the storage and visualization of geospatial data on the web. It was built to...
Read more >
Installing CARTO on AWS - Michael Minn
The Maps API (Windshaft-cartodb) is a process written with Node.js that renders geospatial data as map tiles that can be displayed in a...
Read more >
Ways to share an Access desktop database - Microsoft Support
There are several ways that you can share an Access database depending on your needs and resource availability. In this article, we'll take...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found