We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The number of bikes and docks (and max docks) currently being displayed on the DC app are not in line with what's on the API.
It looks like the data in the database is in sync with the api, so the problem probably lies in the webapp.
The text was updated successfully, but these errors were encountered:
So, http://bikeshare.dssg.io/predict/17/60 returns
{ "current_bikes": 0, "expected_num_bikes": 1.75, "lat": 38.922925, "lon": -77.042581, "max_slots": 15, "name": "Adams Mill & Columbia Rd NW", "prob_empty": 0.9, "prob_full": 0, "station_id": 18 }
which matches the output of http://www.capitalbikeshare.com/data/stations/bikeStations.xml -
Sorry, something went wrong.
the http://bikeshare.dssg.io/predict_all/ method returns a 500 internal service error, so that will have to be debugged.
Debuged: There is an error when the server tries to unpickle the cache.p, this is because predictions.py is appending to it-
Does that makes sense, @darkzeroman?
Actually, cron was not running python but the logs were not getting emailed. Testing again.
editing crontab & some javascript stuff. Fixes #61 #63
6ca96b6
darkzeroman
No branches or pull requests
The number of bikes and docks (and max docks) currently being displayed on the DC app are not in line with what's on the API.
It looks like the data in the database is in sync with the api, so the problem probably lies in the webapp.
The text was updated successfully, but these errors were encountered: