-
Notifications
You must be signed in to change notification settings - Fork 24
Some issues I am getting when running wapm2pirita #279
Comments
Lets categorize the errors:
This is an actual error and I'm currently debugging it.
These are all packages with broken paths. We need to make sure we validate file paths when doing wapm publish.
This is not an error, it should be
These were test packages and are invalid .tar.gz files. Can be removed. Which leaves us with:
|
So the only two real errors are:
|
I can add tests to @syrusakbary We should think about a |
https://registry-cdn.wapm.dev/packages/felix/zig/zig-0.10.0-dev.30718e75ba653.tar.gz is a broken link. I think this happens when the publish process fails. It would be best to scan the registry continuously for broken package links, so that this doesn't happen. |
Last failing package: https://registry-cdn.wapm.dev/packages/syrusakbary/ruby/ruby-0.1.1.tar.gz |
Describe the bug
When running wapm2pirita on packages on wapm.dev, I got the following errors.
wapm2pirita-errors.txt
The file contains package-name@version, followed by the error.
Expected behavior
I shouldn't get these errors.
The text was updated successfully, but these errors were encountered: