Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

fresh setup, sample displays with no data (when viewed remotely) #119

@Fuzzwah

Description

@Fuzzwah

I've got dashing setup on a ubuntu host. When I view http://localhost:3030/sample I see the layout I expect, but none of the widgets have any data.... until I hit ctrl+c to shutdown dashing, when magically the data is updated and displayed. Of course dashing now isn't running so no further updates are possible.

All the feedback and messages I get when I'm trying to push data to the dashboard makes it appear everything is working fine:

I've tried using a job and also a curl command:

fuzzy@mk802:~/sweet_dashboard_project$ dashing job sample_job 4Vp46XZ2wEUwmZR3b8MmjM0DDr6Rl11s Data Sent to welcome: {:text=>"work please"}
fuzzy@mk802:~/sweet_dashboard_project$ curl -d '{ "auth_token": "4Vp46XZ2wEUwmZR3b8MmjM0DDr6Rl11s", "text": "Hey, look what I can do!" }' http://localhost:3030/widgets/welcome

I see the following results in the terminal:

127.0.0.1 - - [04/May/2013 10:34:28] "POST /widgets/welcome HTTP/1.1" 204 - 0.0033
127.0.0.1 - - [04/May/2013 10:35:33] "POST /widgets/welcome HTTP/1.1" 204 - 0.0042

But nothing changes on the output website, no data is shown just headings. Until I hit ctrl+c and dashing closes saying this:

^C>> Stopping ...
192.168.0.14 - - [04/May/2013 10:35:58] "GET /events HTTP/1.1" 200 - 509.7169
192.168.0.14 - - [04/May/2013 10:35:58] "GET /events HTTP/1.1" 200 - 429.7513

And BAM the data on the dashboard updates..... but obviously dashing now isn't running anymore so no more updates.....

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions