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.

nvalid value at 'track_config.releases[0].status'

See original GitHub issue

Hello,

recently I have started to get this error:

Run r0adkll/upload-google-play@v1
Warning: WARNING!! 'releaseFile' is deprecated and will be removed in a future release. Please migrate to 'releaseFiles'.
Creating a new Edit for this release
Validating track 'alpha'
Uploading app-release.aab
Successfully uploaded 1 artifacts
Adding 1 artifacts to release on 'alpha' track
Error: Invalid value at 'track_config.releases[0].status' (type.googleapis.com/google.play.publishingapi.v3.Release.Status), ""

my script looke like:

- name: Release app to alpha track
      uses: r0adkll/upload-google-play@v1
      with:
        serviceAccountJsonPlainText: ${{ secrets.PLAYSTORE_ACCOUNT_KEY }}
        packageName: com.senio.assist
        releaseFile: app-release.aab
        track: alpha
        whatsNewDirectory: distribution/whatsnew

I did not get it earlier. Any ideas why it so?

Thanks

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

2reactions
yairm210commented, Sep 26, 2021

Or it could be the other issue in this repo for the same problem that provides a solution as well…

tl;dr, This was a version bug in 1.0.16, temp solution is to change to @v1.0.15 instead of @v1

Tested, works.

@r0adkll close this issue please, it’s a dupe of #80

0reactions
vytautas-pranskunas-commented, Sep 26, 2021

@yairm210 who is using google apis directly? did not get anything… If there is a bug do you know when it is fixed?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tpl funcion does not work in range · Issue #5979 - GitHub
error calling tpl: Cannot retrieve Template.Basepath from values inside tpl function: {{ .name }} (BasePath is not a value).
Read more >
Caveats in Release 12.2(33)SXH - Cisco Content Hub
Identifier Technology Description CSCdp33836 AAA unhide aaa authorization console and warn user CSCek46627 AAA Accounting method list update failed . CSCsb11698 AAA Input Queue Wedge with...
Read more >
1202751 – Rebase FreeRADIUS to 3.0.12 or later minor release
radclient defaults to expecting Access-Accept responses to Status-Server. ... Fix parse error in rediswho * Fix regex support in SQL radcheck the "users" ......
Read more >
Linode API - Release Notes
Guides and tutorials on the Linode platform, Linux basics, and software installation and configuration.
Read more >
Previous Features and Fixed Issues - Product Documentation
This release includes Google Cloud SQL server file based log monitoring for General query, Slow query, and Error log files. This release includes...
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