-
Notifications
You must be signed in to change notification settings - Fork 147
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
bug: After patch, the app cannot be started. Is there any troubleshooting method #2663
Comments
Try running the app using
I imagine you would see something in the logs explaining what's going on. |
Looking at our records, looks like this is 1.0.1+1006, patch 1. It's android-only, and does not have any native changes according to our records. So failure to start is definitely unexpected. Would love to see the logs and Bryan describes. |
After troubleshooting, the app can now be launched, but the new patch has no effect and the content of the new patch is not displayed Manually clicking to check for updates always returns the status "UpdateStatus.restartRequired". Killing the process and reopening it multiple times has not made any difference log: |
Looks like the patch was downloaded and installed correctly. If you're always seeing |
Commenting out the service allows for patch updates. Is it impossible to update with a running service patch? Is there a relevant solution |
Is it possible to issue a restart for the service from within your app? e.g. When package:shorebird_code_push api says that a restart is needed can you restart both the service and the app? |
Ok, I'll look into it In addition, if I write a background according to the code of shorebird cli so that I can use it in China, do I need your authorization or any agreement |
App ID: b2801904-716c-463c-b943-c73253e7cb2e
Description
After patch, the app cannot be started. Is there any troubleshooting method
A clear and concise description of what the bug is.
Steps To Reproduce
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional Context
Add any other context about the problem here.
flutter 3.24.5
The text was updated successfully, but these errors were encountered: