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

"Please come back later" error page found #401

Closed
szabgab opened this issue Mar 22, 2015 · 4 comments
Closed

"Please come back later" error page found #401

szabgab opened this issue Mar 22, 2015 · 4 comments

Comments

@szabgab
Copy link
Contributor

szabgab commented Mar 22, 2015

When visiting https://metacpan.org/pod/JSON::MaybeXS I get the multilingual blue-grey error page.

@rwstauner
Copy link
Contributor

This dist provides a hash for "contributors" when it is usually an array:

curl 'api.metacpan.org/release/JSON-MaybeXS?fields=metadata.x_contributors'
{
   "metadata.x_contributors" : {
      "John SJ Anderson <genehack@genehack.org>" : "Karen Etheridge <ether@cpan.org>",
      "Clinton Gormley <develop@traveljury.com>" : "Graham Knop <haarg@haarg.org>",
      "Kieren Diment <diment@gmail.com>" : "Matt S Trout <mst@shadowcat.co.uk>"
   }
}

However, since the keys and values don't correspond, it looks to be a mistake by the releaser.
So @karenetheridge, JSON-MaybeXS should fix it's META,
and we need to fix our handling to ignore unexpected data.

@karenetheridge
Copy link

Ah, that's the problem! :)
And yup, I put x_contributors into a hashref, not an arrayref.. fixing now.

@karenetheridge
Copy link

I've uploaded a new release.
This release can live on as the testbed for fixing metadata parsing: https://metacpan.org/release/ETHER/JSON-MaybeXS-1.003004

@rwstauner
Copy link
Contributor

Thanks!

jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Aug 9, 2015
1.003005 - 2015-03-22
 - fix x_contributors metadata that was killing metacpan (see
   metacpan/metacpan-api#401)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants