cubehouse / themeparks

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

Incorrect Phantasialand opening hours #308

Open HookDonn opened 3 years ago

HookDonn commented 3 years ago

Park Phantasialand

Context

Describe the bug The opening and closing hours of Phantasialand are not good. It is shown in both: 23:59:59. I don't know if anyone knows how to fix this, thank you! :)

Output "Times":{"date":"2020-07-20","openingTime":"2020-07-20T23:59:59+02:00","closingTime":"2020-07-20T23:59:59+02:00","type":"Closed"}

HoffiF commented 3 years ago

The app of Phantasialand retrieves the opening hours from the URL: https://api.phlsys.de/api/park-infos the scipt here doesn't seem to do that yet.

HookDonn commented 3 years ago

Please can someone knowledgeable update the opening hours of Phantasialand with the link HoffiF gave (https://api.phlsys.de/api/park-infos) ? Thank you a lot <3

tpxtron commented 3 years ago

I've tried to do a request the same way the ride wait times are fetched to the park-infos URL, but I'm receiving an http 403 (forbidden) on both the park-infos and the signage-snapshots URL. Did anything change to the access token or authorization method?