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.

Invalid status provided! Must be one of 'completed', 'inProgress', 'halted', 'draft'. Got

See original GitHub issue

Describe the bug Just updated from 1.0.18 to 1.0.19 where the only thing that has changed in my configuration was the v1.0.18 -> v1.0.19. However, I am seeing the following error when the workflow is run:

Invalid status provided! Must be one of 'completed', 'inProgress', 'halted', 'draft'. Got 

I’ve never had to specify the status property in the YML and per the README, it seems that has a default value that gets resolved if it is not specified.

Workflow Step Configuration

- name: Deploy to Play Store
  uses: r0adkll/upload-google-play@v1.0.19
  with:
    serviceAccountJsonPlainText: ${{ ***** }}
    packageName: *****
    releaseFile: app/build/outputs/bundle/release/app-release.aab
    track: *****

Step Debugging

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
msfjarviscommented, Nov 14, 2022

Just got bit by this too. Is there some way to use the tagged release that you mention here? Either I’m missing something or it’s not available yet right?

There is no tagged release yet with the fix.

3reactions
bosweljacommented, Nov 3, 2022

This should be fixed in master, and will be available in a tagged release soon 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

upload_to_play_store - fastlane docs
Parameters ; track_promote_release_status, Promoted track release status (used when promoting a track) - valid values are completed, draft, halted, inProgress ...
Read more >
Upload Android Release to Play Store · Actions - GitHub
status, Release status. Defaults to completed if targeting 100% rollout, halted for 0%, and inProgress for anything in between. Defaults to completed, One...
Read more >
Configuring EAS Submit with eas.json - Expo Documentation
If you'd like EAS CLI to pick up another submit profile, you need to specify it ... (enum: completed, draft, halted, inProgress) -...
Read more >
Web service error codes (Microsoft Dataverse) - Power Apps
Message: Invalid state code passed in expression. 0x8006040e ... Message: The entity "{0}" must have at least one form or view in the...
Read more >
draft-ietf-sidrops-aspa-verification-11 - BGP AS_PATH ...
BGP AS_PATH Verification Based on Resource Public Key Infrastructure (RPKI) Autonomous System Provider Authorization (ASPA) Objects
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