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

Internal error encountered at the commit stage #72

Open
avoloshko opened this issue Nov 12, 2022 · 0 comments
Open

Internal error encountered at the commit stage #72

avoloshko opened this issue Nov 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@avoloshko
Copy link

The npm worked successfully on Jul 11. When I'm trying to upload an aab file, the issue occurs at the commit stage. Please see the log. The app file can be dragged and dropped manually to google play console.

  apkup:helpers > Parsing manifest +0ms
  apkup:helpers > File path /Users/testuser/projects/testapp/android/app2026020042.aab +1ms

  apkup:helpers > Detected package name com.testbundle +360ms
  apkup:helpers > Detected version code 2026020042 +0ms
  apkup:Edit > Authenticating +0ms
  apkup:Edit > Authenticated successfully +126ms
  apkup:Edit > Creating edit +1ms
  apkup:Edit > Created edit with id 01646419728668676158 +945ms
  apkup:Upload > Uploading release +0ms
  apkup:Upload > Uploaded ./android/app2026020042.aab with version code 2026020042 and SHA1 4a0f323350d524bdf3514fb6b6b730c24254ca42 +26s
  apkup:Upload > Assigning APK to internal track +1ms
  apkup:Upload > Assigned APK to internal track +565ms
  apkup:Upload > Uploading deobfuscation +0ms
  apkup:Edit > Commiting changes +27s
GaxiosError: Internal error encountered.
    at Gaxios._request (/Users/testuser/projects/testapp/node_modules/gaxios/build/src/gaxios.js:129:23)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async JWT.requestAsync (/Users/testuser/projects/testapp/node_modules/google-auth-library/build/src/auth/oauth2client.js:368:18) {
  response: {
    config: {
      url: 'https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.testbundle/edits/01646419728668676158:commit',
      method: 'POST',
      userAgentDirectives: [Array],
      paramsSerializer: [Function (anonymous)],
      headers: [Object],
      params: {},
      validateStatus: [Function (anonymous)],
      retry: true,
      responseType: 'json',
      retryConfig: [Object]
    },
    data: { error: [Object] },
    headers: {
      'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"',
      'cache-control': 'private',
      connection: 'close',
      'content-encoding': 'gzip',
      'content-type': 'application/json; charset=UTF-8',
      date: 'Sat, 12 Nov 2022 01:06:47 GMT',
      server: 'ESF',
      'transfer-encoding': 'chunked',
      vary: 'Origin, X-Origin, Referer',
      'x-content-type-options': 'nosniff',
      'x-frame-options': 'SAMEORIGIN',
      'x-xss-protection': '0'
    },
    status: 500,
    statusText: 'Internal Server Error',
    request: {
      responseURL: 'https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.testbundle/edits/01646419728668676158:commit'
    }
  },
  config: {
    url: 'https://androidpublisher.googleapis.com/androidpublisher/v3/applications/comcom.testbundle/edits/01646419728668676158:commit',
    method: 'POST',
    userAgentDirectives: [ [Object] ],
    paramsSerializer: [Function (anonymous)],
    headers: {
      'x-goog-api-client': 'gdcl/5.1.0 gl-node/16.16.0 auth/7.14.1',
      'Accept-Encoding': 'gzip',
      'User-Agent': 'google-api-nodejs-client/5.1.0 (gzip)',
      Authorization: 'Bearer ya29.c.b0Aa9VdynnGQMw4AysJw-I2kMnvm8LmLwLaJrFoAW_34ANhGdqakMd0aE0SEqVa36RjKHs6DkRsUN0YbltuunvYn3Xfy8Bt3EB4LY-sVIoiHX-DdNiOxbM8a7hRu-nNMYhvB4w0lbCtEykTwlWiUi8LZU_Vcyjm9PxL2fRJYwAWnSdj49vaFU2bamUeBZMZrsydk4_OM-QSMnLA_5-B8j1MaMneAf5qB4........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................',
      Accept: 'application/json'
    },
    params: {},
    validateStatus: [Function (anonymous)],
    retry: true,
    responseType: 'json',
    retryConfig: {
      currentRetryAttempt: 0,
      retry: 3,
      httpMethodsToRetry: [Array],
      noResponseRetries: 2,
      statusCodesToRetry: [Array]
    }
  },
  code: 500,
  errors: [
    {
      message: 'Internal error encountered.',
      domain: 'global',
      reason: 'backendError'
    }
  ]
}
@nprail nprail added the bug Something isn't working label Nov 14, 2022
@nprail nprail self-assigned this Nov 14, 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
Projects
None yet
Development

No branches or pull requests

2 participants