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

TokyoDisneyResortMagicKingdom and TokyoDisneyResortDisneySea not working #171

Closed jeanmatthieud closed 5 years ago

jeanmatthieud commented 5 years ago

Park TokyoDisneyResortMagicKingdom and TokyoDisneyResortDisneySea

Context

Describe the bug Ride waiting time and Opening times are not available.

Output

Park TokyoDisneyResortMagicKingdom
    Get Park Wait Times
THEMEPARKS 7516: Making request to https://www.tokyodisneyresort.jp/en/tdl/attraction.html
THEMEPARKS 7516: Calling get:https://www.tokyodisneyresort.jp/en/tdl/attraction.html
THEMEPARKS 7516: Successfully fetched body for URL https://www.tokyodisneyresort.jp/en/tdl/attraction.html
THEMEPARKS 7516: Making request to https://api-portal.tokyodisneyresort.jp/rest/v1/devices
THEMEPARKS 7516: Calling POST:https://api-portal.tokyodisneyresort.jp/rest/v1/devices
THEMEPARKS 7516: Network request failed attempt 0/3 for URL https://api-portal.tokyodisneyresort.jp/rest/v1/devices
THEMEPARKS 7516: 400: "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <title>Bad Request</title>\n        <style>\n            html, body, pre {\n                margin: 0;\n                padding: 0;\n                font-family: Monaco, 'Lucida Console', monospace;\n                background: #ECECEC;\n            }\n            h1 {\n                margin: 0;\n                background: #AD632A;\n                padding: 20px 45px;\n                color: #fff;\n                text-shadow: 1px 1px 1px rgba(0,0,0,.3);\n                border-bottom: 1px solid #9F5805;\n                font-size: 28px;\n            }\n            p#detail {\n                margin: 0;\n                padding: 15px 45px;\n                background: #F6A960;\n                border-top: 4px solid #D29052;\n                color: #733512;\n                text-shadow: 1px 1px 1px rgba(255,255,255,.3);\n                font-size: 14px;\n                border-bottom: 1px solid #BA7F5B;\n            }\n        </style>\n    </head>\n    <body>\n        <h1>Bad Request</h1>\n\n        <p id=\"detail\">\n            For request 'POST /rest/v1/devices' [Error decoding json body: com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input\n at [Source: akka.util.ByteIterator$ByteArrayIterator$anon$1@6fd0faa; line: 1, column: 0]]\n        </p>\n\n    </body>\n</html>\n"