Bryan Oltman
Bryan Oltman
I think this bit of the error message is relevant: ``` stderr: fatal: detected dubious ownership in repository at 'C:/Users/Study/.shorebird/bin/cache/flutter/634e1f4587f660b4e74b87e5f05bc8d0bf3a9453' 'C:/Users/Study/.shorebird/bin/cache/flutter/634e1f4587f660b4e74b87e5f05bc8d0bf3a9453' is owned by: 'S-1-5-32-544' but the current user is:...
Hmm, I don't think we've seen this before. That username looks very odd, and I wonder if that might be causing some path resolution errors somewhere in the update process....
We haven't identified the source of this issue and so can't really make an estimate. Any updates to the status of this bug will be posted to this issue.
Could you try [this](https://stackoverflow.com/a/34940674/144755) and let us know if it works?
From Discord: > Curiously, it only happens when I generate the apk, if I remove --artifact apk it works correctly
@mansigupta07091998 that's something we need to figure out 😄
As @eseidel mentioned above, we are looking into it
``` CacheUpdateFailure: Failed to download patch: ClientException: Connection closed before full header was received, uri=https://storage.googleapis.com/dop If you're behind a firewall/proxy, please, make sure shorebird_cli is allowed to access https://storage.googleapis.com/download.shorebird.dev/shorebird/033ec57900456ca7f8cd4bb59c2773a8ce27cb5d/patch-windows-x64.zip. ```...
Also, our latest release of the `shorebird` tool includes some improved diagnostics for this kind of thing. If you upgrade, you can run `shorebird doctor` to run some reachability tests...
I think this might be solved be https://github.com/shorebirdtech/shorebird/pull/2367?