Can't claim package - bb551bbb-3cb6-49ac-b703-6f204073ad15 - multionlabs/caddy-rolling-deployment

Hi —

I’m having trouble claiming a package. About 40 minutes earlier I successfully claimed the same Caddy module ID under a different import path (monorepo layout). I’ve since moved the plugin to its own repository and I’m trying to claim:

GitHub - MultionLabs/caddy-rolling-deployment: Caddy module to trigger rolling deployments of your workloads (e.g., from CI/CD). Minimal downtime, automatic rollbacks on failure · GitHub (version v0.9.0)

That fails with:

Sorry, something went wrong:

unable to scan modules in package GitHub - MultionLabs/caddy-rolling-deployment: Caddy module to trigger rolling deployments of your workloads (e.g., from CI/CD). Minimal downtime, automatic rollbacks on failure · GitHub

Please include this error ID if reporting:
bb551bbb-3cb6-49ac-b703-6f204073ad15

Ah, it’s because the same module ID is already registered. You’ll just have to delete it from your account and then you can register it at the new path.

@matt thanks for your reply!

I removed it from the account before trying to claim this module ID under a different path & since then I was unable to register this module ID under the new package import path, e.g.

(I’ve got no registered modules at all under my acc).

There seems to be some mechanism that prevents freshly-freed module IDs from being registered again under a different package import path (to prevent module ID squatting?)

Now wondering if I can do anything about it without having to change the module ID (e.g., if it’s a temporary restriction, I am ok to wait)

Hmm, might be a bug. I have started a rewrite of our plugin database and backend, so I am hoping to address it with that… I don’t think you should have to change your module ID.

I’ll try to accelerate the backend rewrite. I might employ some LLM assistance to make it go faster.