cubehouse / themeparks

Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
MIT License
542 stars 125 forks source link

ThorpePark Ride Schedules #164

Closed jeanmatthieud closed 5 years ago

jeanmatthieud commented 5 years ago

Park ThorpePark

Context

Describe the bug The data of the park cannot be fetched.

Output

THEMEPARKS 20756: ThorpePark: Generated new UserID a9cdc564-d0ca-45ce-bebc-0668e6944d7c
THEMEPARKS 20756: Making request to https://api.attractions.io/v1/installation
THEMEPARKS 20756: Calling POST:https://api.attractions.io/v1/installation
THEMEPARKS 20756: Found 'application/json' header from in HTTP request, parsing JSON data
THEMEPARKS 20756: Successfully fetched body for URL https://api.attractions.io/v1/installation
THEMEPARKS 20756: Making request to https://api.attractions.io/v1/data
THEMEPARKS 20756: Calling get:https://api.attractions.io/v1/data
THEMEPARKS 20756: Network request failed attempt 0/3 for URL https://api.attractions.io/v1/data
THEMEPARKS 20756: 404: {
  "error": {
    "reason": "There was a problem with getting version data.",
    "flags": [
      "data_version_must_exist"
    ]
  }
}
jeanmatthieud commented 5 years ago

Note that I tried to see how the app works, and tried different version of the app. With the last version of data, the "data" webservice return a 304 http status code (which is expected). With the previous versions of the app (and data content), the webservice sends a 303 http status code.