Giter Site home page Giter Site logo

Comments (6)

Ephigenia avatar Ephigenia commented on June 27, 2024

I guess there’s something wrong when analyzing the scraped foursquare venue site. I’ll check that next week.

from foobugs-dashboard.

visibilityspots avatar visibilityspots commented on June 27, 2024

Hi, in the meantime I figured out another approach to get the foursquare informations using their api => https://github.com/visibilityspots/dashing-scripts. That way you don't rely on the sites html code..

from foobugs-dashboard.

nickste avatar nickste commented on June 27, 2024

Foursquare (DE) changed the "Total Visitors" text on their site to "Besucher insgesamt". You can fix the foursquare.rb script by changing the following line (23) from:
checkins_people = /rightColumn.+Total Visitors.+venueStatCount.+data-count="([\d.,]+)">.+venueStatCount/
to
checkins_people = /rightColumn.+Besucher insgesamt.+venueStatCount.+data-count="([\d.,]+)">.+venueStatCount/

from foobugs-dashboard.

Ephigenia avatar Ephigenia commented on June 27, 2024

@nickste thanks for the hint but maybe you want to change and test it yourself using the "edit" button on the file and and/or send a pull request with that change?

BTW: How do you test the dashboard? I’m having difficulties to run dashing start due to an issue in the event machine which is used and not compatible with the ruby i have on my max. Tipps appreciated.

/usr/local/Cellar/ruby/2.0.0-p0/lib/ruby/gems/2.0.0/gems/eventmachine-1.0.3/lib/rubyeventmachine.bundle: [BUG] Segmentation fault

from foobugs-dashboard.

nickste avatar nickste commented on June 27, 2024

@Ephigenia I've edited/tested and submitted the pull request.

I can't seem to recreate the error you're receiving. Do you get the same error when you create a clean dashing project with dashing new new_dash ?

I'm using Ruby 2.0.0 and Rails 4.0.0

from foobugs-dashboard.

Ephigenia avatar Ephigenia commented on June 27, 2024

@nickste thanks! I’ve managed to update my gems with gem update --system and after that I'm able to test the stuff again. I’ll check your pull request in the afternoon!

from foobugs-dashboard.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.