We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ca092 commit 70a54ddCopy full SHA for 70a54dd
webapp/src/Service/DOMJudgeService.php
@@ -1569,7 +1569,7 @@ public function getScoreboardZip(
1569
foreach ($assetMatches[1] as $file) {
1570
$filepath = realpath($publicPath . '/' . $file);
1571
if ($filepath === false) {
1572
- throw new BadRequestHttpException("Could not find (symlinked) file: " . $file);
+ throw new BadRequestHttpException("Could not find (symlinked) file: " . $file . "with filepath: " . $filepath . " and " . $$publicPath);
1573
}
1574
if (!str_starts_with($filepath, $publicPath) &&
1575
!str_starts_with($filepath, $this->vendorDir)
0 commit comments