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

[5.1.2] Wait time not working for DLP #181

Closed LouisForaux closed 5 years ago

LouisForaux commented 5 years ago

Park Which park/resort has this issue? Disneyland Paris (Magic Kingdoms/Walt Disney Studios) and probably the others.

Context

Describe the bug Error for "Facility services"

Output

The output : node:2798) UnhandledPromiseRejectionWarning: 503: { "errors": [ { "typeId": "SERVICE_CALL_ERROR", "message": "Error calling Facility Service.", "systemErrorCode": "220038" } ] } (node:2798) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3) (node:2798) UnhandledPromiseRejectionWarning: 503: { "errors": [ { "typeId": "SERVICE_CALL_ERROR", "message": "Error calling Facility Service.", "systemErrorCode": "220038" } ] } (node:2798) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)

LouisForaux commented 5 years ago

After reinstall ThemeParks with a remove before, it was working fine now.