Re: "find a tester" not working?
[email protected] (Doug Bell)
| Newsgroups | perl.cpan.testers.discuss |
|---|---|
| Message-ID | <[email protected]> |
Yep, looks like it's broken. Probably something I did regarding the way reports are processed now. Until I can get it fixed, or get a replacement, probably the best way to find this information is by using the api.cpantesters.org <http://api.cpantesters.org/>: Each report now has the reporter's information (name and e-mail address) stored inside. Install the "jq" program[1], and do: `curl http://api.cpantesters.org/v3/report/<guid> | jq '.reporter'`. This is, effectively, what the Find a Tester tool does. The `jq` program is optional, but then it means you have to look for the "reporter" section of the report, to find the "email" field. There are a couple options for future development that would fix this problem: 1. Fix the current Find a Tester. 2. The API needs a way to look up testers, with the goal being for testers to be able to see lists of all the reports they've submitted. Testers are distinguished by e-mail address, but the API could allow for a search by name (but there needs to be protections against misuse and spam). 3. Create a new website. My goal here is still that the new site can be used to message testers directly without requiring them to expose their e-mail address to everyone. 4. Give access to a group of people to handle support requests like this by looking at the database. I wrote Yancy[2] basically for this purpose: Looking at the CPAN Testers database from a website and editing things inside. This is how I fix tester information now, and how I looked up the e-mails of these two testers. Yancy isn't perfect, the CPAN Testers database is huge and the APIs Yancy uses aren't fast enough, but it's a start. [1]: https://stedolan.github.io/jq/ <https://stedolan.github.io/jq/> also available in most package managers [2]: http://metacpan.org/pod/Yancy <http://metacpan.org/pod/Yancy> Doug Bell [email protected] > On Jun 9, 2018, at 5:13 PM, Alceu R. de Freitas Jr. via cpan-testers-discuss <[email protected]> wrote: > > Hello folks, > > I'm trying to fetch the author for both reports below: > > https://www.cpantesters.org/cpan/report/aa4f5cac-6e3a-1014-a899-817a51db77ab <https://www.cpantesters.org/cpan/report/aa4f5cac-6e3a-1014-a899-817a51db77ab> > https://www.cpantesters.org/cpan/report/1de885b4-687c-11e8-a021-da16591eefd3 <https://www.cpantesters.org/cpan/report/1de885b4-687c-11e8-a021-da16591eefd3> > > At http://stats.cpantesters.org/cgi-bin/cpanmail.cgi <http://stats.cpantesters.org/cgi-bin/cpanmail.cgi> and both are giving the message "Sorry, we were unable to retrieve that ID/GUID." > > I'm using as ID the string right after the last slash (e.g. "1de885b4-687c-11e8-a021-da16591eefd3"). > > Thanks, > > Alceu
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE05l/4Z4+wsRVWe5G+fbjUgnpGMYFAlsdT1oACgkQ+fbjUgnp GMZ2QhAAuVg8EnkiKk1MjCp/qPb6nR+DZP0TuLyPvoCdTIomDbeCsC32QkNkU0QN HpGFbLn8bTnQruRWpBpbErYv4hSXBR9gSPQ6IajYHsLQPrdTvX2GLrvlHadOru7/ 9FzRWTJj2wTheUk+tTBAF+RmJ7AV8YdDb/vhwHMcKeyE9A0rxyz87cq+cn25IXM/ kh+vkFlU168D+PnbYSKrpkUQf/4ZpcAgJNtrEFseZ9Kr+9SaErUUEJNk2Q/idX3d HFnbIh2j1hiljVieyT58znp6UaEbd0B0+LlInZYzevlUrS23dqmZ9K5drKNbEOHS dwjeR6ltp7j3z5ff7NkI801ptW54M3lR7vk4Hm2PEAaRYg8CMc9IhfG0MGdW6Rj1 NG7lQEOWwWlJ7niIQeIbyC6Hdg6Yue0p++MNl9ipDczLKqY7yzTMUiKOKVLC4yi9 aDzEI7G7bPl6ZrqMhZe8hPp4ow0vpUyAn0lHVZxVtwf4GCWV+0aPnY+tCPIBIoD8 weFLQKdaz1FMnKJQgoVVlZZ7UPVSQrAj/zjd109gpfoH5xBnQgLb504xbGoBdUy2 994uyuE4LPkUn7VzeKJAPqFmNd3Tamqk504LwjIQXm5JsMyZlVvToFz8M1ZyzZ3u cAHfGg0thCdhCX6aWGDE913i0+AqkLtgasnj3liGqpECfd9CXsw= =/o/Z -----END PGP SIGNATURE-----