@if (reportState === 'sent') {
{{ reportMessage }}
} @else if (reportState === 'sending') {
} @else {

Report Issue

@for (option of reportOptions; track $index) {
}
Please select an option.
More details *
@if (reportExtraInfo.value.length === 0) { Please provide more details. } @else { Reports without a specific explanation will be ignored. }
@if (reportOption.value === 'No notes / chart ends immediately') { This is not a problem with the chart! To fix this, please update Clone Hero to the latest version. You can get the latest version at clonehero.net. (If that's not the problem, double check that the chart actually has the instrument that you're trying to play) } @else if (reportOption.value === "Download doesn't work") { Please click the progress bar in the lower-right of the program to see the error message. If you need help getting it to work, please ask in the Chorus Encore Discord server. } @else if (reportOption.value === "Doesn't appear in Clone Hero") { This is not a problem with the chart! Here are the most common reasons for this:
  • .sng files will not work with the latest CH version. They only work on the test build for the next version.
  • Your chart library directory is not set as a song path in CH.
  • You need to rescan songs in CH's settings menu.
If you're still having issues, please ask in the Chorus Encore Discord server. }
}
@if (displayVersions.length > 1) { Select Version }
@if (displayVersions.length > 1) { } @for (version of displayVersions; track version.chartId) { @if (displayVersions.length > 1) { } }
Uploaded Hash Chart Hash Google Drive Location
{{ version.modifiedTime | date: 'y/MM/dd' }}
{{ version.md5.substring(0, 7) }}
{{ version.chartHash.substring(0, 7) }}
    @for (breadcrumb of getVersionBreadcrumbs(version); track $index) {
  • @if (breadcrumb.link) { {{ breadcrumb.name }} } @else { {{ breadcrumb.name }} }
  • }