Code Monkey home page Code Monkey logo

bitrise-step-google-play-rollout-update's People

Contributors

angelolloqui avatar bbq-all-stars avatar manuelgon47 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bitrise-step-google-play-rollout-update's Issues

Getting Error 400: "Changes are sent for review automatically. The query parameter changesNotSentForReview must not be set."

Hi there!
In advance, I want to thank you for this plugin!
It is really a time saver!

I've ran into an error when tried to execute it on my published app:
Traceback (most recent call last): File "/tmp/bitrise/step_src/rollout_update.py", line 75, in <module> main() File "/tmp/bitrise/step_src/rollout_update.py", line 65, in main commit_request = service.edits().commit(editId=edit_id, packageName=PACKAGE_NAME, changesNotSentForReview=True).execute() File "/root/.local/share/virtualenvs/src/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper return wrapped(*args, **kwargs) File "/root/.local/share/virtualenvs/src/lib/python3.8/site-packages/googleapiclient/http.py", line 938, in execute raise HttpError(resp, content, uri=self.uri) googleapiclient.errors.HttpError: <HttpError 400 when requesting https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.my.app/edits/12345678:commit?changesNotSentForReview=true&alt=json returned "Changes are sent for review automatically. The query parameter changesNotSentForReview must not be set.". Details: "Changes are sent for review automatically. The query parameter changesNotSentForReview must not be set.">

I've forked this project, and changing line 65 to this, worked fine for me:
commit_request = service.edits().commit(editId=edit_id, packageName=PACKAGE_NAME, changesNotSentForReview=False).execute()

I'm not sure if this should be the default, but I'll open a pull request with this change. Please, let me know if this makes sense.

Thanks in advance!

Release new version

Can we get a new version released? The current version accessible on bitrise is 0.0.2 which still has the bug related to changesNotSentForReview.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.