-
Notifications
You must be signed in to change notification settings - Fork 227
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
unable to publish #1666
Comments
I'm guessing this is a server-side issue, but just in case what do you see if you run with |
|
FWIW, |
dart-lang/sdk@e41c565 is much older than 1.25.0-dev.4.0. Could this have been a bug that has since been fixed? |
Maybe. But |
Between 1.25.0-dev.4.0 and 1.25.0-dev.6.0, Pub was upgraded from 0713718 to 0f12262, but I don't see any changes in that range that would affect publishing at all. Nor does the SDK include any changes to the HTTP infrastructure. All this makes me think that it must have been either a flake or a server-side change in the HTTP API. |
I am seeing the same error on the SDK version: |
I just uninstalled the dev version of the SDK and installed the stable version: That allowed me to publish without any problems. |
Yeah – this feels like a server bug. Would someone use the issue mover to...move it? |
This issue was moved to dart-lang/pub-dev#230 |
I think this is an issue with the client – well, w/ the storage service. It seems they don't like Patch coming shortly... |
Not fixed. Escalated to GCS folks - http://b/63855519 (internal link) |
Root cause: dart-lang/http#105 |
I was unable to publish a package w/ the most recent SDK:
This was for
Pub 1.25.0-dev.6.0
. @pq was able to publish the same package, using a1.25.0-dev.4.0
version of the sdk. The repo in question is https://github.com/dart-lang/cli_util.The text was updated successfully, but these errors were encountered: