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

Ferry API failing under some scenarios #18

Open
SamEdwardes opened this issue Jul 5, 2024 · 0 comments
Open

Ferry API failing under some scenarios #18

SamEdwardes opened this issue Jul 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@SamEdwardes
Copy link
Contributor

For example, these inputs are failing:

[
    {
        "Departing": "bainbridge island",
        "Arriving": "seattle",
        "Month": 7,
        "Weekday": 4,
        "Hour": 12,
        "ClassName": "olympic",
        "SpeedInKnots": 17,
        "EngineCount": 2,
        "Horsepower": 6000,
        "MaxPassengerCount": 1500,
        "PassengerOnly": null,
        "FastFerry": null,
        "PropulsionInfo": "diesel",
        "YearBuilt": 2015,
        "YearRebuilt": 2024,
        "departing_weather_code": 0,
        "departing_temperature_2m": 10,
        "departing_precipitation": null,
        "departing_cloud_cover": 54,
        "departing_wind_speed_10m": 12,
        "departing_wind_direction_10m": 0,
        "departing_wind_gusts_10m": 26,
        "arriving_weather_code": 0,
        "arriving_temperature_2m": 10,
        "arriving_precipitation": null,
        "arriving_cloud_cover": 54,
        "arriving_wind_speed_10m": 12,
        "arriving_wind_direction_10m": 0,
        "arriving_wind_gusts_10m": 26
    }
]
image

I don't have access to the API logs so I can't see what went wrong yet.

@SamEdwardes SamEdwardes added the bug Something isn't working label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants