Skip to content
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

npm registry 在维护期间返回了大量 404 响应,需要过滤这种情况 #739

Closed
fengmk2 opened this issue Dec 9, 2024 · 4 comments · Fixed by #740
Closed

npm registry 在维护期间返回了大量 404 响应,需要过滤这种情况 #739

fengmk2 opened this issue Dec 9, 2024 · 4 comments · Fixed by #740
Assignees
Labels
bug Something isn't working

Comments

@fengmk2
Copy link
Member

fengmk2 commented Dec 9, 2024

[2024-12-08T18:15:18.330Z] 👉👉👉👉👉 Tips: Sync cause by "http://r.cnpmjs.org/detect-port/sync?sync_upstream=true&nodeps=true", parent traceId: 3a9c61e0-b590-11ef-b9c8-995650d4805a 👈👈👈👈👈
[2024-12-08T18:15:18.332Z] 🚧🚧🚧🚧🚧 Syncing from https://registry.npmjs.org/detect-port, skipDependencies: true, syncUpstream: false, syncDownloadData: false, forceSyncHistory: false attempts: 1, worker: "cnpmcore-01/3368960", taskQueue: 43/100 🚧🚧🚧🚧🚧
[2024-12-08T18:15:18.332Z] 🚧 log: https://r.cnpmjs.org/-/package/detect-port/syncs/6755e1f5a41093b78af21f80/log
[2024-12-08T18:15:18.898Z] HTTP [404] content-length: 21, timing: {"queuing":0.057,"connected":0,"requestHeadersSent":0,"requestSent":0.206,"waiting":565.47,"contentDownload":565.619}
[2024-12-08T18:15:18.898Z] 🟢 Package "detect-port" was removed in remote registry, response data: {"error":"Not found"}, config.syncDeleteMode = delete
[2024-12-08T18:15:18.909Z] 🟢 Delete the package since config.syncDeleteMode = delete
[2024-12-08T18:15:18.909Z] 📝 Log URL: https://r.cnpmjs.org/-/package/detect-port/syncs/6755e1f5a41093b78af21f80/log
[2024-12-08T18:15:18.909Z] 🔗 https://registry.npmjs.org/detect-port?t=1733681718332&cache=0

https://r.cnpmjs.org/-/package/detect-port/syncs/6755e1f5a41093b78af21f80/log

@fengmk2
Copy link
Member Author

fengmk2 commented Dec 9, 2024

@elrrrrrrr
Copy link
Member

elrrrrrrr commented Dec 9, 2024

{
  "_id": "nuxt-bullmq-manager",
  "name": "nuxt-bullmq-manager",
  "time": {
    "created": "2024-12-09T00:05:00.530Z",
    "modified": "2024-12-09T00:13:44.516Z",
    "1.0.0": "2024-12-09T00:05:00.715Z",
    "unpublished": { "time": "2024-12-09T00:13:44.516Z", "versions": ["1.0.0"] }
  }
}

https://registry.npmjs.org/nuxt-bullmq-manager

直接以 unpublished 为准? 404 应该是之前比较早的约定了

看着还是有 404 的场景 https://registry.npmjs.org/@jbobo/rx ...

@fengmk2
Copy link
Member Author

fengmk2 commented Dec 9, 2024

{
  "_id": "nuxt-bullmq-manager",
  "name": "nuxt-bullmq-manager",
  "time": {
    "created": "2024-12-09T00:05:00.530Z",
    "modified": "2024-12-09T00:13:44.516Z",
    "1.0.0": "2024-12-09T00:05:00.715Z",
    "unpublished": { "time": "2024-12-09T00:13:44.516Z", "versions": ["1.0.0"] }
  }
}

https://registry.npmjs.org/nuxt-bullmq-manager

直接以 unpublished 为准? 404 应该是之前比较早的约定了

看着还是有 404 的场景 https://registry.npmjs.org/@jbobo/rx ...

我直接忽略 404

@fengmk2
Copy link
Member Author

fengmk2 commented Dec 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants