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

構文解析エラー #71

Closed
fa0311 opened this issue Aug 7, 2022 · 2 comments
Closed

構文解析エラー #71

fa0311 opened this issue Aug 7, 2022 · 2 comments
Labels
bug Something isn't working resolved Already solved in the development version.

Comments

@fa0311
Copy link
Owner

fa0311 commented Aug 7, 2022

Steps to reproduce

不明😫

Relevant error message output

{
     "exceptionType": "FormatException: Unexpected character (at character 1)\n<html>\n^\n",
     "version": "3.1.0",
     "deviceInfo": {
          "id": "SKQ1.211006.001",
          "host": "m1-xm-ota-bd317.bj.idc.xiaomi.com",
          "tags": "release-keys",
          "type": "user",
          "model": "2107113SR",
          "board": "vili",
          "brand": "Xiaomi",
          "device": "vili",
          "product": "vili_jp",
          "display": "SKQ1.211006.001 test-keys",
          "hardware": "qcom",
          "androidId": null,
          "bootloader": "unknown",
          "version": {
               "baseOS": "",
               "sdkInt": 31,
               "release": "12",
               "codename": "REL",
               "incremental": "V13.0.4.0.SKDJPXM",
               "previewSdkInt": 0,
               "securityPatch": "2022-05-01"
          },
          "fingerprint": "Xiaomi/vili_jp/vili:12/SKQ1.211006.001/V13.0.4.0.SKDJPXM:user/release-keys",
          "manufacturer": "Xiaomi",
          "supportedAbis": [
               "arm64-v8a",
               "armeabi-v7a",
               "armeabi"
          ],
          "systemFeatures": [
               "android.hardware.sensor.proximity",
               "android.software.adoptable_storage",
               "android.hardware.sensor.accelerometer",
               "android.software.controls",
               "android.hardware.faketouch",
               "com.google.android.feature.D2D_CABLE_MIGRATION_FEATURE",
               "android.hardware.usb.accessory",
               "android.hardware.telephony.cdma",
               "android.software.backup",
               "android.hardware.touchscreen",
               "android.hardware.touchscreen.multitouch",
               "android.software.print",
               "android.hardware.consumerir",
               "android.hardware.ethernet",
               "android.software.activities_on_secondary_displays",
               "android.hardware.wifi.rtt",
               "android.software.voice_recognizers",
               "com.google.lens.feature.CAMERA_INTEGRATION",
               "android.software.picture_in_picture",
               "android.hardware.fingerprint",
               "android.hardware.sensor.gyroscope",
               "android.hardware.audio.low_latency",
               "android.software.vulkan.deqp.level",
               "android.software.cant_save_state",
               "android.hardware.security.model.compatible",
               "android.hardware.opengles.aep",
               "android.hardware.bluetooth",
               "android.hardware.camera.autofocus",
               "android.hardware.telephony.gsm",
               "android.hardware.telephony.ims",
               "android.software.incremental_delivery",
               "android.software.sip.voip",
               "android.hardware.se.omapi.ese",
               "android.hardware.usb.host",
               "android.hardware.audio.output",
               "android.software.verified_boot",
               "android.hardware.camera.flash",
               "android.hardware.camera.front",
               "android.hardware.sensor.hifi_sensors",
               "android.hardware.se.omapi.uicc",
               "android.hardware.screen.portrait",
               "android.hardware.nfc",
               "com.google.android.feature.TURBO_PRELOAD",
               "com.nxp.mifare",
               "android.hardware.sensor.stepdetector",
               "android.software.home_screen",
               "android.hardware.microphone",
               "android.software.autofill",
               "android.software.securely_removes_users",
               "android.hardware.bluetooth_le",
               "android.hardware.sensor.compass",
               "android.hardware.touchscreen.multitouch.jazzhand",
               "android.hardware.sensor.barometer",
               "android.software.app_widgets",
               "android.software.input_methods",
               "android.hardware.sensor.light",
               "android.hardware.vulkan.version",
               "android.software.companion_device_setup",
               "android.software.device_admin",
               "com.google.android.feature.WELLBEING",
               "android.hardware.wifi.passpoint",
               "android.hardware.camera",
               "android.hardware.screen.landscape",
               "com.google.android.feature.AER_OPTIMIZED",
               "android.hardware.ram.normal",
               "android.software.managed_users",
               "android.software.webview",
               "android.hardware.sensor.stepcounter",
               "android.hardware.camera.capability.manual_post_processing",
               "android.hardware.camera.any",
               "android.hardware.camera.capability.raw",
               "android.hardware.vulkan.compute",
               "com.google.android.apps.dialer.call_recording_audio",
               "android.software.connectionservice",
               "android.hardware.touchscreen.multitouch.distinct",
               "android.hardware.location.network",
               "android.software.cts",
               "android.software.sip",
               "android.hardware.camera.capability.manual_sensor",
               "android.software.app_enumeration",
               "com.google.android.apps.dialer.SUPPORTED",
               "android.hardware.camera.level.full",
               "android.hardware.wifi.direct",
               "android.software.live_wallpaper",
               "android.software.ipsec_tunnels",
               "android.hardware.audio.pro",
               "android.hardware.nfc.hcef",
               "android.hardware.nfc.uicc",
               "android.hardware.location.gps",
               "android.software.midi",
               "android.hardware.nfc.any",
               "android.hardware.nfc.ese",
               "android.hardware.nfc.hce",
               "android.hardware.wifi",
               "android.hardware.location",
               "android.hardware.vulkan.level",
               "com.google.android.feature.PREMIER_TIER",
               "android.hardware.wifi.aware",
               "android.software.secure_lock_screen",
               "android.hardware.telephony",
               "android.software.file_based_encryption",
               null
          ],
          "isPhysicalDevice": true,
          "supported32BitAbis": [
               "armeabi-v7a",
               "armeabi"
          ],
          "supported64BitAbis": [
               "arm64-v8a"
          ]
     },
     "error": "FormatException: Unexpected character (at character 1)\n<html>\n^\n",
     "message": "Unexpected character"
}
@fa0311 fa0311 added the bug Something isn't working label Aug 7, 2022
@fa0311
Copy link
Owner Author

fa0311 commented Aug 12, 2022

サーバーエラーの時に出るっぽい

@fa0311
Copy link
Owner Author

fa0311 commented Aug 12, 2022

<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->

fa0311 added a commit that referenced this issue Aug 12, 2022
@fa0311 fa0311 added the resolved Already solved in the development version. label Aug 12, 2022
@fa0311 fa0311 closed this as completed Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved Already solved in the development version.
Projects
None yet
Development

No branches or pull requests

1 participant