Code Monkey home page Code Monkey logo

Comments (3)

danilvalov avatar danilvalov commented on July 20, 2024 2

@mgarbade Perhaps I can help you with your issue.
Could you run your lane with enabled DEBUG=1 environment variable?

DEBUG=1 bundle exec fastlane android deploy_to_play_store

(this command example is for MacOS or Linux, if you use Windows you need to find how to use environment variables for your system)

This command will show you a full error message from Google Play side (detailed info about your check_status': Invalid request (Google::Apis::ClientError) error).

For example, I received the following message:

The requested language is not currently supported: und.

And I found how to fix my issue: #16239 (comment)
I just needed to change the metadata_path from ./fastlane/metadata to ./fastlane/metadata/android

from fastlane.

danilvalov avatar danilvalov commented on July 20, 2024

I also wanted to write about this issue, but I’m glad that it’s not just me.

I make the default.txt changelog file with one language (fastlane/metadata/android/en-GB/changelogs/default.txt), and when I try to send this changelog when uploading a build I receive the following error:

http_command.rb:229:in `check_status': [!] Invalid request (Google::Apis::ClientError)

When I upload my builds with skip_upload_changelogs: true it works without problems

from fastlane.

mgarbade avatar mgarbade commented on July 20, 2024

That was the trick, thank you!

Weirdly, the fastlane/metadata/android folder has the exact same structure as the fastlane/metadata folder (except for the missing android folder. Very confusing ...
Does anyone know why that is? Is this a bug on the side of Google Play or the fastlane supply script? πŸ€”

from fastlane.

Related Issues (20)

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.