PiBenchmarks: Benchmarks submitted and accepted by form are not displayed

One of my submissions (probably 74857 or 74858) was accepted by form php script but is not showing up on the page.

Looking at other submission numbers there are tons of holes (aka submitted but missing on the web page results). I guess the problem comes from some server side data not added for drives ? (https://github.com/TheRemote/PiBenchmarks/issues/9). Product links or something?

Could such results still be still shown, without missing data obviously? (when missing server side data gets added then it would show full data info).

API shows no content for these…


% curl -k -L https://pibenchmarks.com/api/benchmark/74857| jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   252  100   252    0     0    915      0 --:--:-- --:--:-- --:--:--   929
100    86    0    86    0     0    170      0 --:--:-- --:--:-- --:--:--     0
{
  "result": [
    "benchmark",
    "74857",
    ""
  ],
  "response_code": 204,
  "response_desc": "No Content 1"
}
% curl -k -L https://pibenchmarks.com/api/benchmark/74858| jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   252  100   252    0     0    723      0 --:--:-- --:--:-- --:--:--   730
100    86    0    86    0     0    149      0 --:--:-- --:--:-- --:--:--   149
{
  "result": [
    "benchmark",
    "74858",
    ""
  ],
  "response_code": 204,
  "response_desc": "No Content 1"
}

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Reactions: 1
  • Comments: 15 (2 by maintainers)

Most upvoted comments

Yes. Web side of infrastructure doesn’t handle utf8 well. LC_ALL=C is simplest solution to that. Issue #32 .