Review of "gnome-cricket-score" version 2

Details Page Preview

Live cricket scores in the GNOME top panel. Shows match lists, a Cricinfo-style live summary (batters, bowlers, recent overs), and an optional pinned score on the panel. Fetches public ESPN cricket scoreboard, summary, and play-by-play data over the network. No API key required. ESPN may change or restrict these endpoints without notice.

Extension Homepage
https://github.com/krushnaj/gnome-cricket-score

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-A-004 warning

extension files should not contain excessive ungated console logging

File contains 6 ungated console.log/warn/error calls (threshold: 5).

No excessive logging

  • extension.js:1129
    console.error(`[gnome-cricket-score] Could not open URI: ${e.message}`)
  • extension.js:1253
    console.error(`[gnome-cricket-score] HTTP ${statusCode} for ${url}: ${snippet}`)
  • extension.js:1298
    console.error(`[gnome-cricket-score] Play-by-play page ${page}: ${pageErr.message}`)
  • extension.js:1356
    console.error(`[gnome-cricket-score] Scorecard error: ${summaryErr?.message || 'empty'}`)
  • extension.js:1393
    console.error(`[gnome-cricket-score] Play-by-play error: ${err.message}`)
  • extension.js:1412
    console.error(`[gnome-cricket-score] Request error: ${err.message}`)

All Versions

Version Status
2 Unreviewed
1 Rejected