Discussions

Ask a Question
Back to All

Error in uploading spec

(edited)

DEBUG=rdme* rdme openapi upload --key=rdme_xn8s api-spec/schema/us/v1/us_v1_feeds.json


rdme:openapi:upload init version: @oclif/[email protected] argv: [ '--key=[key], 'api-spec/schema/us/v1/us_v1_feeds.json' ] +0ms
rdme:openapi:upload parsed flags: { key: 'key', version: 'stable' } +5ms
rdme:openapi:upload parsed args: { spec: 'api-spec/schema/us/v1/us_v1_feeds.json' } +0ms

  • Validating the API definition located at api-spec/schema/us/v1/us_v1_feeds.json...
    rdme about to normalize spec located at api-spec/schema/us/v1/us_v1_feeds.json +0ms
    rdme spec normalized +0ms
    rdme πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡ spec validated! logging spec below πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡ +65ms
    rdme {
    rdme openapi: '3.0.1',
    rdme info: { title: 'Data Feeds Api', version: 'v1' },
    rdme servers: [
    rdme {
    rdme url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/channelperformance/feeds-sandbox/v2',
    rdme description: 'Generated server url for feeds sandbox'
    rdme }
    rdme ],
    rdme paths: {
    rdme '/bulkfeeds/status': { get: [Object], post: [Object] },
    rdme '/bulkfeeds/{jobType}/{feedName}': { get: [Object], post: [Object] }
    rdme },
    rdme components: {
    rdme schemas: {
    rdme BulkfeedsStatusResponseV2: [Object],
    rdme FeedStatusV2: [Object],
    rdme HistoryV2: [Object],
    rdme IncrementalV2: [Object],
    rdme SnapshotV2: [Object],
    rdme StatusV2: [Object],
    rdme BulkfeedsRequest: [Object],
    rdme BulkfeedsGenericResponseV2: [Object],
    rdme DownloadUrlDetails: [Object]
    rdme },
    rdme parameters: {
    rdme 'WM_CONSUMER.ID': [Object],
    rdme 'WM_CONSUMER.INTIMESTAMP': [Object],
    rdme 'WM_SEC.AUTH_SIGNATURE': [Object],
    rdme 'WM_SEC.KEY_VERSION': [Object]
    rdme }
    rdme }
    rdme } +0ms
    rdme πŸ‘†πŸ‘†πŸ‘†πŸ‘†πŸ‘† finished logging spec πŸ‘†πŸ‘†πŸ‘†πŸ‘†πŸ‘† +1ms
    rdme spec type: OpenAPI +0ms
    rdme version in spec: v1 +0ms
    rdme spec bundled +2ms
    rdme:openapi:upload making GET request to https://api.readme.com/v2/versions/stable/apis with headers: {"accept":"application/json","authorization":"redacted","user-agent":"rdme/10.0.0 darwin-arm64 node-v20.13.0","x-readme-source":"cli"} +79ms
    rdme:openapi:upload received status code 500 from https://api.readme.com/v2/versions/stable/apis with JSON response: {"type":"https://docs.readme.com/main/","title":"An unknown error has occurred.","status":500,"detail":"Sorry this error isn't more helpful… if you're seeing this, we're stumped too! But email support ([email protected]) and we can figure it out with you.","poem":["If you're seeing this error","Something went wrong internally.","This error is our catch-all.","It's one you should never see!"],"errors":[]} +1s

The ReadMe API returned the following error:

An unknown error has occurred.

Sorry this error isn't more helpful… if you're seeing this, we're stumped too! But email support ([email protected]) and we can figure it out with you.

Please help