Registrator broken?: Unexpected error in registration

Hey guys, registrator isn’t working. Is something down here? I tried both the web app and the github app and they both give me “Unexpected error in registration” (very helpful)

The repo is this one, but it shouldn’t matter of course. GitHub - sschuldenzucker/ParametricAdaptiveSampling.jl: Automatic adaptive sampling of one-dimensional parametric curves in Julia, mainly for plotting


1 Like

This error usually indicates a problem with the package. Trying to register it locally with LocalRegistry is more informative.

julia> using LocalRegistry

julia> create_registry("test", "")
[ Info: Created registry in directory /home/gunnar/.julia/registries/test
"/home/gunnar/.julia/registries/test"

julia> register(registry = "test", commit = false)
[...]
ERROR: invalid version specifier: "1.11-1"
[...]

(@v1.10) pkg> registry rm test
    Removing registry `test` from ~/.julia/registries/test
5 Likes

It would definitely be nice if Registrator forwarded that error message to the user.

Is this an issue for RegistryTools? Maybe more details should be extracted from any thrown exception, in

Yes, this is in the RegistryTools domains. A PR is considerably more likely to be effective than an issue though.

OMG it’s working, thanks a lot!

Yeah would be really nice if that error was shown to the user.