You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to generate Multi-Blind scrambles, TNoodle errors with:
No multiBLD number for round Round(id=333mbf-r1, format=3, scrambleSetCount=1, scrambleSets=[], extensions=[Extension(id=org.worldcubeassociation.tnoodle.SheetCopyCount, specUrl=, data={"numCopies":"1"})]) specified
Add a multi-blind round to the default competition.
Click "Generate".
This results in the error above. Clicking "More" gives:
org.worldcubeassociation.tnoodle.server.webscrambles.exceptions.ScrambleMatchingException: No multiBLD number for round Round(id=333mbf-r1, format=3, scrambleSetCount=1, scrambleSets=[], extensions=[Extension(id=org.worldcubeassociation.tnoodle.SheetCopyCount, specUrl=, data={"numCopies":"1"})]) specified
at org.worldcubeassociation.tnoodle.server.webscrambles.exceptions.ScrambleMatchingException$Companion.error(ScrambleMatchingException.kt:5)
at org.worldcubeassociation.tnoodle.server.webscrambles.wcif.WCIFScrambleMatcher.standardScrambleCountPerSet(WCIFScrambleMatcher.kt:151)
at org.worldcubeassociation.tnoodle.server.webscrambles.wcif.WCIFScrambleMatcher.totalScrambleCountPerSet(WCIFScrambleMatcher.kt:186)
at org.worldcubeassociation.tnoodle.server.webscrambles.wcif.WCIFScrambleMatcher.getScrambleCountsPerEvent(WCIFScrambleMatcher.kt:181)
at org.worldcubeassociation.tnoodle.server.webscrambles.routing.WcifHandler$ScramblingJob.getTargetState(WcifHandler.kt:62)
at org.worldcubeassociation.tnoodle.server.webscrambles.routing.WcifHandler$ScramblingJob.getTargetState(WcifHandler.kt:28)
at org.worldcubeassociation.tnoodle.server.webscrambles.routing.job.JobSchedulingHandler$registerJobPaths$3.invokeSuspend(JobSchedulingHandler.kt:112)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
I can seem to kick things into action by selecting the field for the number of scrambles and re-typing 35 to replace the existing value of 35. It seems a listener on the field needs to be triggered.
Desktop (please complete the following information):
Actual (problem) behavior
When trying to generate Multi-Blind scrambles, TNoodle errors with:
Expected behavior
I can generate Multi-Blind scrambles.
Steps To Reproduce
This results in the error above. Clicking "More" gives:
I can seem to kick things into action by selecting the field for the number of scrambles and re-typing 35 to replace the existing value of 35. It seems a listener on the field needs to be triggered.
Desktop (please complete the following information):
Screenshot
The text was updated successfully, but these errors were encountered: