Closed Qinusty closed 4 years ago
Be sure to check the stdout/stderr of bb-browser.
I suspect that the issue is that we should have used {{.Digest.GetSizeBytes}}
instead of {{.GetSizeBytes}}
.
2020/05/04 17:40:48 template: view_log.html:8:25: executing "view_log.html" at <.GetInstance>: can't evaluate field GetInstance in type *main.logInfo
Seems an issue with GetInstance, likely due to the {{end}}
statement at the end of the <th>
line. I'm not 100% on this templating, what object is it exactly exiting with the {{end}}
statement?
EDIT: Spotted the With
statement.
I've just noticed a bug with this, it seems that the page is malformed in some way and the page ends at "The" before it say "log file", this means that you're unable to see anything past this point until you revert the browser version. Looking at the HTML, I can't see anything blatantly obvious which would cause this but I have attached a snippet of the malformed HTML relating to this.
Originally posted by @Qinusty in https://github.com/buildbarn/bb-browser/pull/23#issuecomment-623574530