-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build is not made when using shorebird command for making apk #2518
Comments
Could you try this and let us know if it works? |
I'm having the same problem here, since I updated shorebird |
I'm trying to use Shorebird for the first time in my Flutter project, but I'm running into build errors. I followed the setup instructions, but the build keeps failing. |
Are you able to share the failure log? We're also reachable on discord: https://discord.gg/shorebird and happy to debug with you. The most common cause of failure is that the app expects a different version of Flutter than Shorebird is using. Shorebird always uses the latest to build by default unless |
tried the solution you suggested but getting same error |
This is likely a networking issue. @felangel is looking now. |
From Discord:
|
Why does this giving that error when using --artifact apk then |
@mansigupta07091998 that's something we need to figure out 😄 |
does your team is looking into why this issue is coming? |
As @eseidel mentioned above, we are looking into it |
We're working on adding improved logging and reachability checks to Shorebird CLI in v1.4.1 to better diagnose this type of issue. In the meantime are you able to share the full output for re-running the release command using the |
Uploading 1728449243655_shorebird.log… When using shorebird android release command |
This seems like it could be the issue. Can you download that file? |
Also, our latest release of the |
I updated to the latest version but I still have the same error when creating a release |
Following are the logs when making patch build : ClientException: Connection closed while receiving data, uri=https://storage.googleapis.com/shorebird_release_artifacts/abf09f24-d1cc-436d-ba80-a9e205 stdout: [Process.run] git rev-parse --verify HEAD (in C:\Users\Imart.shorebird\bin\cache) stdout: [Process.run] git remote prune origin (in C:\Users\Imart.shorebird\bin\cache) stdout: |
We've made a bunch of improvements to Our understanding is that there is some sort of Windows Defender bug which was affecting Shorebird but was patched in the latest Windows update (for both Windows 10 and 11): |
getting the following error when using command shorebird release android --artifact apk while if making release apk using flutter build apk command its not giving any error.
The text was updated successfully, but these errors were encountered: