You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
This isn't a huge problem since the non-null constraint prevents bad data getting in, but we should proactively not try to save zip files which failed to download and/or have a length of 0 bytes.
2019/07/09 07:46:07 TRACE [proxy-client] making zip proxy request to https://proxy.golang.org/github.com/shurcoo%21l/sanitized_anchor_name/@v/1.0.0.zip
2019/07/09 07:46:08 ERROR [proxy-client] bad response (410) body: not found: invalid version "1.0.0"
2019/07/09 07:46:08 INFO [downloader] downloaded upstream blob of size: 0
2019/07/09 07:46:08 TRACE [store] put module zip (github.com/shurcooL/sanitized_anchor_name @ 1.0.0)
2019/07/09 07:46:08 ERROR [store] failed to write zip for (github.com/shurcooL/sanitized_anchor_name @ 1.0.0), Error 1048: Column 'zip' cannot be null
2019/07/09 07:46:08 ERROR [downloader] failed to save blob to zip store for (github.com/shurcooL/sanitized_anchor_name @ 1.0.0), Error 1048: Column 'zip' cannot be null
2019/07/09 07:46:08 ERROR [bg-worker] failed to download (github.com/shurcooL/sanitized_anchor_name @ 1.0.0), Error 1048: Column 'zip' cannot be null
2019/07/09 07:46:08 TRACE [problems-downloads] setting problem for module (github.com/shurcooL/sanitized_anchor_name @ 1.0.0)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This isn't a huge problem since the non-null constraint prevents bad data getting in, but we should proactively not try to save zip files which failed to download and/or have a length of 0 bytes.
The text was updated successfully, but these errors were encountered: