purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Transfer `unique` #229

Closed nsaunders closed 1 year ago

nsaunders commented 1 year ago
{
  "payload": {
    "name": "unique",
    "newLocation": {
      "githubOwner": "rowtype-yoga",
      "githubRepo": "purescript-unique"
    }
  },
  "signature": [
    "-----BEGIN SSH SIGNATURE-----",
    "U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAg41VSDMLp8FkwKhvlRrQFKG0X1C",
    "WuIlXUjJlW+vybwZ0AAAAEZmlsZQAAAAAAAAAGc2hhNTEyAAAAUwAAAAtzc2gtZWQyNTUx",
    "OQAAAEBZAFgo96MPTcbeg31R1anpjgV3LwfjYtYEQhS+4JJ+iNsC0+kT+8JiAZqaUMGdqX",
    "1JqlqvRPbWE9arMOodQvIE",
    "-----END SSH SIGNATURE-----"
  ],
  "email": "nick@saunde.rs"
}
pacchettibotti commented 1 year ago

The JSON input for this package update is malformed:

An error occurred while decoding a JSON value:
  Under 'Authenticated':
  At object key payload:
  Expected value of type 'String'.

You can try again by commenting on this issue with a corrected payload.

nsaunders commented 1 year ago
{
  "payload": "{ \"name\": \"unique\", \"newLocation\": { \"githubOwner\": \"rowtype-yoga\", \"githubRepo\": \"purescript-unique\" } }",
  "signature": [
    "-----BEGIN SSH SIGNATURE-----",
    "U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAg41VSDMLp8FkwKhvlRrQFKG0X1C",
    "WuIlXUjJlW+vybwZ0AAAAEZmlsZQAAAAAAAAAGc2hhNTEyAAAAUwAAAAtzc2gtZWQyNTUx",
    "OQAAAEBZhwxulRwKt1Xp585wr+nGawyS37KJDK5bvBocs4ZHGk5f7x023Uu0e2zdkOiTdf",
    "foTOpCKEy+Qt6pqT5unSMK",
    "-----END SSH SIGNATURE-----"
  ]
}
pacchettibotti commented 1 year ago

The JSON input for this package update is malformed:

An error occurred while decoding a JSON value:
  Expected value of type 'Operation: Expected a valid registry operation, but provided object did not match any operation decoder.'.

You can try again by commenting on this issue with a corrected payload.

nsaunders commented 1 year ago

D'oh, maybe because I forgot my email?

{
  "payload": "{ \"name\": \"unique\", \"newLocation\": { \"githubOwner\": \"rowtype-yoga\", \"githubRepo\": \"purescript-unique\" } }",
  "signature": [
    "-----BEGIN SSH SIGNATURE-----",
    "U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAg41VSDMLp8FkwKhvlRrQFKG0X1C",
    "WuIlXUjJlW+vybwZ0AAAAEZmlsZQAAAAAAAAAGc2hhNTEyAAAAUwAAAAtzc2gtZWQyNTUx",
    "OQAAAEBZhwxulRwKt1Xp585wr+nGawyS37KJDK5bvBocs4ZHGk5f7x023Uu0e2zdkOiTdf",
    "foTOpCKEy+Qt6pqT5unSMK",
    "-----END SSH SIGNATURE-----"
  ],
  "email": "nick@saunde.rs"
}
pacchettibotti commented 1 year ago

Could not transfer your package because we could not authenticate your ownership.

thomashoneyman commented 1 year ago

It may be that your SSH version differs from the registry one -- we've been having issues with this. I can resubmit this transfer later today.

nsaunders commented 1 year ago

Thanks in advance @thomashoneyman. :-)

This time I'm on NixOS 22.11...

$ ssh -V
OpenSSH_9.1p1, OpenSSL 3.0.8 7 Feb 2023
thomashoneyman commented 1 year ago
{
  "payload": "{ \"name\": \"unique\", \"newLocation\": { \"githubOwner\": \"rowtype-yoga\", \"githubRepo\": \"purescript-unique\" } }",
  "signature": [],
  "email": "pacchettibotti@purescript.org"
}
pacchettibotti commented 1 year ago

Successfully transferred your package!

pacchettibotti commented 1 year ago

Mirrored registry operation to the legacy registry.

nsaunders commented 1 year ago

@thomashoneyman thanks again!