question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Invalid value at 'track_config.releases[0].status' (type.googleapis.com/google.play.publishingapi.v3.Release.Status), ""

See original GitHub issue

Describe the bug When specify a track then I get a error message.

Workflow Step Configuration

- uses: r0adkll/upload-google-play@v1
  if: ${{ steps.regex-match.outputs.match != '' }}
  with:
    serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
    packageName: org.example
    releaseFiles: ${{steps.sign.outputs.signedReleaseFile}}
    track: production

Step Debugging

2021-10-29T11:56:06.0427623Z ##[group]Run r0adkll/upload-google-play@v1
2021-10-29T11:56:06.0428181Z with:
2021-10-29T11:56:06.0445140Z   serviceAccountJsonPlainText: ***
2021-10-29T11:56:06.0445863Z   packageName: org.example
2021-10-29T11:56:06.0446636Z   releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
2021-10-29T11:56:06.0447322Z   track: production
2021-10-29T11:56:06.0447854Z   inAppUpdatePriority: 0
2021-10-29T11:56:06.0448349Z env:
2021-10-29T11:56:06.0448908Z   JAVA_HOME: /opt/hostedtoolcache/Java_Adopt_jdk/11.0.12-7/x64
2021-10-29T11:56:06.0449525Z   ANDROID_HOME: /root/.android/sdk
2021-10-29T11:56:06.0450069Z   ANDROID_SDK_ROOT: /root/.android/sdk
2021-10-29T11:56:06.0450780Z   SIGNED_RELEASE_FILE: android/app/build/outputs/bundle/release/app-release.aab
2021-10-29T11:56:06.0451441Z ##[endgroup]
2021-10-29T11:56:06.3575007Z Creating a new Edit for this release
2021-10-29T11:56:07.0792806Z Validating track 'production'
2021-10-29T11:56:07.3162949Z Uploading android/app/build/outputs/bundle/release/app-release.aab
2021-10-29T11:56:56.7899882Z Successfully uploaded 1 artifacts
2021-10-29T11:56:56.7902604Z Adding 1 artifacts to release on 'production' track
2021-10-29T11:56:57.3780046Z ##[error]Invalid value at 'track_config.releases[0].status' (type.googleapis.com/google.play.publishingapi.v3.Release.Status), ""

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:20
  • Comments:10

github_iconTop GitHub Comments

4reactions
storeyleoncommented, Oct 31, 2021

Looks like a copy of #80 , try setting the version manually as discussed there, worked for me

Yep, works fine with r0adkll/upload-google-play@v1.0.15

2reactions
klvnmarshallcommented, Jan 21, 2022

Adding the status property fixes the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Falcon Sandbox v8.30 © Hybrid Analysis
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >
dataset-dashboard.git - Gitblit
public final static String s_p_inv_dot_has_publisher = "http://onto.fel.cvut.cz/ontologies/dataset-descriptor/inv.has-publisher";.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found