Coder Social home page Coder Social logo

Comments (33)

guillaume-tgl avatar guillaume-tgl commented on April 23, 2024 5

I think this is a temporary problem on the Google Play API and not in Fastlane

from fastlane.

MatTerra avatar MatTerra commented on April 23, 2024 4

I get the same issue and I suspect the Google Play API to be running a bit slow these days when uploading files and thus we hit the timeout set for the supply action (which seems to be 300s by default)

Can confirm that increasing the timeout solved the issue for me! Even with release_status: 'completed'

from fastlane.

alexkeramidas avatar alexkeramidas commented on April 23, 2024 4

16 attempts and two hours later it succeeded

from fastlane.

MatTerra avatar MatTerra commented on April 23, 2024 3

I think this is a temporary problem on the Google Play API and not in Fastlane

I agree with you. For now, it is possible to increase the timeout to work around this issue. For those using the upload_to_play_store action, you can add the timeout parameter following the docs.
On your Fastfile:

...
      upload_to_play_store(
        ...
        timeout: 600,
        ...
      )
...

from fastlane.

developerdanx avatar developerdanx commented on April 23, 2024 2

Any update with this issue? I have the same problem :)

from fastlane.

bmarkowww avatar bmarkowww commented on April 23, 2024 1

We hit the same problem almost a month ago (16th February 2023) on fastlane 2.210.1
So if it's a fastlane bug then it was introduced earlier

from fastlane.

jasielmacedo avatar jasielmacedo commented on April 23, 2024 1

It seems like a pretty recent issue because I got the same issue minutes ago on version 2.210.1
Even using release_status: 'draft'
And it is coming directly from the Google Play API
https://github.com/fastlane/fastlane/blob/HEAD/supply/lib/supply/client.rb#L184

from fastlane.

MatTerra avatar MatTerra commented on April 23, 2024 1

I tried 600s, but it actually ran in just 52s

from fastlane.

jasperkuperus avatar jasperkuperus commented on April 23, 2024 1

I think it's hit and miss. I've just had 3 failed attempts, raised the timeout to 600, but this time it was so fast that the increase in timeout can't possibly have fixed it. Guess I was lucky just now!

from fastlane.

patrickkabwe avatar patrickkabwe commented on April 23, 2024

This issue seems to be happening on new version of fastlane

from fastlane.

MatTerra avatar MatTerra commented on April 23, 2024

Someone found a solution? I'm having this issue with fastlane 2.206.2.

from fastlane.

bsalesc avatar bsalesc commented on April 23, 2024

Same issue on 2.211.0

from fastlane.

rafaelfrancisco-dev avatar rafaelfrancisco-dev commented on April 23, 2024

Can confirm, I have the same issue on version 2.212.1

from fastlane.

guillaume-tgl avatar guillaume-tgl commented on April 23, 2024

I get the same issue and I suspect the Google Play API to be running a bit slow these days when uploading files and thus we hit the timeout set for the supply action (which seems to be 300s by default)

from fastlane.

MateusAndrade avatar MateusAndrade commented on April 23, 2024

Same issue with version 2.211.0 using the draft option

from fastlane.

MateusAndrade avatar MateusAndrade commented on April 23, 2024

Can confirm that increasing the timeout solved the issue for me! Even with release_status: 'completed'

Could you share the timeout that fixed this issue? 👀

from fastlane.

MateusAndrade avatar MateusAndrade commented on April 23, 2024

I tried 600s, but it actually ran in just 52s

600s fixed this, but it finished in 29s 🤔

from fastlane.

moshecohen90 avatar moshecohen90 commented on April 23, 2024

How can I change the timeout?

from fastlane.

MateusAndrade avatar MateusAndrade commented on April 23, 2024

How can I change the timeout?

You can add a supply(timeout: 1000)

from fastlane.

Lakston avatar Lakston commented on April 23, 2024

Facing this issue too, does the fix need to be made on the library side and we should wait for a PR ? I'm not sure I understand what needs to be done here !

from fastlane.

Gopinathp avatar Gopinathp commented on April 23, 2024

Facing the same problem. Any workarounds?

from fastlane.

mikeblanton avatar mikeblanton commented on April 23, 2024

I think this is a temporary problem on the Google Play API and not in Fastlane

I agree with you. For now, it is possible to increase the timeout to work around this issue. For those using the upload_to_play_store action, you can add the timeout parameter following the docs. On your Fastfile:

...
      upload_to_play_store(
        ...
        timeout: 600,
        ...
      )
...

If anyone is facing this issue, this solution worked for me. I'm using Fastlane 2.210.1.

from fastlane.

LucasBourgeois avatar LucasBourgeois commented on April 23, 2024

Hi, im still facing this issue, and increasing timeout seems to not change anything..
Any other solution ?

Also, the "summary for supply" table is not taking count of timeout change does in fact.
maybe the description in the table doesnt care about how it's config, idk..

My lane :

  desc "Submit a new Beta Build to GooglePlayStore Beta"
  lane :beta do
    sh "./../../build.sh cloud android"
    upload_to_play_store(track: 'beta', timeout: 600)
  end

Fastlane v: 2.212.1

from fastlane.

LaurieScheepers avatar LaurieScheepers commented on April 23, 2024

Hey, I'm now consistently getting a timeout failure after 10 minutes. You can change the timeout to 100000 seconds if you want. It's either a timeout error or an auth error.

I think Google is maybe hurting with the roll-out of Bard? ;)

from fastlane.

professorkolik avatar professorkolik commented on April 23, 2024

@LaurieScheepers same here, yesterday all was good, since few hours can't make any deployments

from fastlane.

LaurieScheepers avatar LaurieScheepers commented on April 23, 2024

It's definitely Bard. I bet you 1 trillion dollars the Google outages are going to come to light soon

from fastlane.

LucasBourgeois avatar LucasBourgeois commented on April 23, 2024

Well, I tried to take my aab and upload it directly in my track through play console and it's also stuck there.
I can't find any service status about play api's

Well, i will retry later
at least im not the only one facing this issue

from fastlane.

androideveloper avatar androideveloper commented on April 23, 2024

We have also increased the timeout to 600 and from today started getting this

Google Api Error: Unauthorized - Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

from fastlane.

alexkeramidas avatar alexkeramidas commented on April 23, 2024

I agree with the above statement. Gosh this is so annoying. I am now on my 10th attempt. :/

from fastlane.

hnarimani avatar hnarimani commented on April 23, 2024

Google Api Error: Invalid request - Some of the Android App Bundle uploads are not completed yet.
5 attempts

from fastlane.

hnarimani avatar hnarimani commented on April 23, 2024

My QA app 6 attempts passed
Dev 3 attempts passed

from fastlane.

v-pavlovskyi avatar v-pavlovskyi commented on April 23, 2024

I tried 600s, but it actually ran in just 52s

600s fixed this, but it finished in 29s 🤔

Fixed too, but it finished in 56s

from fastlane.

HNLNhat avatar HNLNhat commented on April 23, 2024

[!] Google Api Error: Invalid request - APK has been signed in debug mode.

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.