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

Time bar on animation doesn't work #19

Open
royti opened this issue Apr 30, 2017 · 6 comments
Open

Time bar on animation doesn't work #19

royti opened this issue Apr 30, 2017 · 6 comments

Comments

@royti
Copy link

royti commented Apr 30, 2017

Hi,
When trying to use a dataset with a timestamp field, and using the "animated" function (under "aggregation", inside "style"), the animation works, however the time-bar on the bottom of the screen shows blanc.
you can see in the attached screen the bottom bar.
Any idea why it doesn't render?
screen shot 2017-04-30 at 18 17 29

@chriswhong
Copy link
Owner

Not sure, but I think there are special API routes necessary for those "builder" charts and widgets to work. Do you see any errors in the JS console?

@j05u3
Copy link

j05u3 commented Oct 29, 2017

Widgets doesn't work for me either, in the js console the only error I see is when opening the map I built:

GET https://mycartodb.com/user/josue/api/v2/sql?q=select%20*%20from%20cdb_dataservices_client.cdb_service_quota_info()%3B&api_key=4cc2d105838f9f071fd058bf5baa1dee1c6db12e 400 (Bad Request)

analyses-quota-info.js:29

@j05u3
Copy link

j05u3 commented Oct 29, 2017

Found the solution at https://github.com/claes08/docker-cartodb, he installs dataservices-api as required.

@alexwcc
Copy link

alexwcc commented Feb 26, 2018

Has anyone actually got a fully working solution for the builder widgets? I have tried so many different configurations and setups and still can't get it working.

I fixed the "cdb_dataservices_client.cdb_service_quota_info()" error by installing the dataservices-api module but I am getting a "SyntaxError: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL" in the widget HTML. No errors in the browser console, my nginx log shows all requests returning 200 and 201 and all requests in the /cartodb/production.log file show "Completed 200 OK" for all requests.

Not sure where else I can debug this problem?

cartoerrorhttp

@vineethvijaysv
Copy link

You may need to make the following changes in the WS-config file:

  //  https: 'https://localhost.lan:user/{{=it.user}}/api/v1/map'
   https: 'https://<Your domain name>/user/{{=it.user}}/api/v1/map'

@alexwcc
Copy link

alexwcc commented Apr 24, 2018

Thank you vineethvijaysv, that fixed the problem.

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

5 participants