Skip to content

InvalidInput ODATA Error: One of the request inputs is not valid. #5434

Description

Preflight Checklist

Storage Explorer Version

1.22.1

Regression From

No response

Architecture

x64

Storage Explorer Build Number

20220122.3

Platform

macOS

OS Version

macOS 12.1 (21C52)

Bug Description

The below information taken from Microsoft Azure Storage Explorer.

Version: 1.22.1
AzCopy Version: 10.13.0

Platform: macOS
Architecture: x64 
Build Number: 20220122.3 
Commit: 7b2b13504 
Support ID: 07aad20f-8499-adec-9634-af7ee7c907e7 

Copyright © 2022 Microsoft. All rights reserved.

These error message was displayed when I viewed the Azure Table storage inside Microsoft Azure Storage Explorer.

{"odata.error":{"code":"InvalidInput","message":{"lang":"en-US","value":"One of the request inputs is not valid.\nRequestId:33fafa70-7002-008d-216b-1f2076000000\nTime:2022-02-11T17:17:48.9518298Z"}}}
{
  "name": "RestError",
  "message": "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-US\",\"value\":\"One of the request inputs is not valid.\\nRequestId:3a117790-e002-007b-4768-1f5538000000\\nTime:2022-02-11T16:56:50.0462714Z\"}}}",
  "stack": "RestError: {\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-US\",\"value\":\"One of the request inputs is not valid.\\nRequestId:3a117790-e002-007b-4768-1f5538000000\\nTime:2022-02-11T16:56:50.0462714Z\"}}}\n    at handleErrorResponse (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/@azure/core-client/dist/index.js:1535:19)\n    at deserializeResponseBody (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/@azure/core-client/dist/index.js:1470:45)\n    at processTicksAndRejections (internal/process/task_queues.js:93:5)",
  "statusCode": 400,
  "request": {
    "url": "https://REDACTED_STORAGE_ACCOUINT_NAME.table.core.windows.net/CabTable()?NextPartitionKey=1!12!Q2FiUXVlcnk-&NextRowKey=",
    "headers": {
      "accept": "application/json;odata=minimalmetadata",
      "x-ms-version": "2019-02-02",
      "dataserviceversion": "3.0",
      "accept-encoding": "gzip,deflate",
      "user-agent": "Microsoft Azure Storage Explorer, 1.22.1, darwin azsdk-js-data-tables/13.0.1 core-rest-pipeline/1.3.3 Node/v14.16.0 OS/(x64-Darwin-21.2.0)",
      "x-ms-client-request-id": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
      "x-ms-date": "Fri, 11 Feb 2022 16:56:49 GMT",
      "authorization": "SharedKeyLite REDACTED_STORAGE_ACCOUINT_NAME:ut2uNqtJMqXoQVIZG8pqyrnTUleLsGaSqgAnRAtgc0Q="
    },
    "method": "GET",
    "timeout": 0,
    "disableKeepAlive": false,
    "streamResponseStatusCodes": {},
    "withCredentials": false,
    "tracingOptions": {
      "spanOptions": {},
      "tracingContext": {
        "_currentContext": {}
      }
    },
    "requestId": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
    "allowInsecureConnection": true
  },
  "response": {
    "status": 400,
    "headers": {
      "content-length": "199",
      "content-type": "application/json",
      "server": "Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0",
      "x-ms-request-id": "3a117790-e002-007b-4768-1f5538000000",
      "x-ms-client-request-id": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
      "x-ms-version": "2019-02-02",
      "x-ms-error-code": "InvalidInput",
      "date": "Fri, 11 Feb 2022 16:56:49 GMT"
    },
    "request": {
      "url": "https://REDACTED_STORAGE_ACCOUINT_NAME.table.core.windows.net/CabTable()?NextPartitionKey=1!12!Q2FiUXVlcnk-&NextRowKey=",
      "headers": {
        "accept": "application/json;odata=minimalmetadata",
        "x-ms-version": "2019-02-02",
        "dataserviceversion": "3.0",
        "accept-encoding": "gzip,deflate",
        "user-agent": "Microsoft Azure Storage Explorer, 1.22.1, darwin azsdk-js-data-tables/13.0.1 core-rest-pipeline/1.3.3 Node/v14.16.0 OS/(x64-Darwin-21.2.0)",
        "x-ms-client-request-id": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
        "x-ms-date": "Fri, 11 Feb 2022 16:56:49 GMT",
        "authorization": "SharedKeyLite REDACTED_STORAGE_ACCOUINT_NAME:ut2uNqtJMqXoQVIZG8pqyrnTUleLsGaSqgAnRAtgc0Q="
      },
      "method": "GET",
      "timeout": 0,
      "disableKeepAlive": false,
      "streamResponseStatusCodes": {},
      "withCredentials": false,
      "tracingOptions": {
        "spanOptions": {},
        "tracingContext": {
          "_currentContext": {}
        }
      },
      "requestId": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
      "allowInsecureConnection": true
    },
    "bodyAsText": "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-US\",\"value\":\"One of the request inputs is not valid.\\nRequestId:3a117790-e002-007b-4768-1f5538000000\\nTime:2022-02-11T16:56:50.0462714Z\"}}}",
    "parsedBody": {
      "odataError": {
        "code": "InvalidInput",
        "message": {
          "lang": "en-US",
          "value": "One of the request inputs is not valid.\nRequestId:3a117790-e002-007b-4768-1f5538000000\nTime:2022-02-11T16:56:50.0462714Z"
        }
      }
    },
    "parsedHeaders": {
      "errorCode": "InvalidInput",
      "content-length": "199",
      "content-type": "application/json",
      "server": "Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0",
      "x-ms-request-id": "3a117790-e002-007b-4768-1f5538000000",
      "x-ms-client-request-id": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
      "x-ms-version": "2019-02-02",
      "date": "Fri, 11 Feb 2022 16:56:49 GMT"
    }
  },
  "details": {
    "errorCode": "InvalidInput",
    "content-length": "199",
    "content-type": "application/json",
    "server": "Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0",
    "x-ms-request-id": "3a117790-e002-007b-4768-1f5538000000",
    "x-ms-client-request-id": "8864731e-df21-4f2a-bd14-d2db6f0b8df0",
    "x-ms-version": "2019-02-02",
    "date": "Fri, 11 Feb 2022 16:56:49 GMT",
    "odataError": {
      "code": "InvalidInput",
      "message": {
        "lang": "en-US",
        "value": "One of the request inputs is not valid.\nRequestId:3a117790-e002-007b-4768-1f5538000000\nTime:2022-02-11T16:56:50.0462714Z"
      }
    }
  }
}

The data inside the Azure Table storage contains 9 rows as shown below.

PartitionKey,RowKey,Timestamp,HasStarted,HasStarted@type,RowCount,RowCount@type,AnotherTimestamp,AnotherTimestamp@type
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_1,2022-02-11T09:48:30.0044005Z,true,Boolean,3645476,Double,2022-02-09T11:20:09.333869Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_2,2022-02-11T11:54:04.5552271Z,false,Boolean,522701,Double,2022-02-10T17:02:04.085866Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_3,2022-02-11T17:05:10.9764857Z,true,Boolean,1004000,Double,2020-01-01T00:00:00Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_4,2022-02-11T17:05:15.3310399Z,true,Boolean,2586000,Double,2020-01-01T00:00:00Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_5,2022-02-11T17:05:16.6293117Z,true,Boolean,2043000,Double,2020-01-01T00:00:00Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_6,2022-02-11T17:04:26.1307186Z,true,Boolean,3080000,Double,1900-01-01T00:00:00Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_7,2022-02-11T10:35:44.3878892Z,false,Boolean,0,Double,1970-01-01T00:00:00Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_8,2022-02-11T09:48:44.3583491Z,true,Boolean,14172445,Double,2022-02-09T11:08:49.941807Z,DateTime
REDACTED_PARITITION_KEY,REDACTED_ROW_KEY_9,2022-02-11T09:47:02.1387807Z,true,Boolean,480,Double,2022-01-18T08:17:07.666225Z,DateTime

Steps to Reproduce

  1. Open Microsoft Azure Storage Explorer.
  2. View the Azure Table storage.

Actual Experience

  1. Open Microsoft Azure Storage Explorer.
  2. View the Azure Table storage.
  3. Data cannot be displayed in the Azure Table storage.

image

Expected Experience

  1. Open Microsoft Azure Storage Explorer.
  2. View the Azure Table storage.
  3. Data should be displayed in the Azure Table storage.

image

Additional Context

No response

Metadata

Metadata

Labels

⚙️ tablesRelated to table storage❔ externalRoot cause of this issue is in another component, product, or service

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions