bsiegert / BulkTracker

Track bulk build status in pkgsrc
Other
8 stars 1 forks source link

'All builds' page shows error instead of listing all builds #48

Closed rillig closed 6 months ago

rillig commented 7 months ago

https://releng.netbsd.org/bulktracker/builds shows this error message:

DataTables warning: table id=DataTables_Table_0 - Ajax error. For more information about this error, please see http://datatables.net/tn/7

That URL provides very nice instructions, telling me to look for the HTTP call that failed. In my case, it was:

https://releng.netbsd.org/bulktracker/undefinedjson/allbuilds/?_=1700781773151

The word undefined looks suspicious, and when I remove it, I get the actual JSON data.

bsiegert commented 6 months ago

Confirmed. Thanks for reporting this.