V3 custom scheduler not working

place this in the custom scheduling code box

console.log(JSON.stringify(states, null, 4));

in the webinspector it doesnt log anything, it just gives the error
Uncaught ReferenceError: anki is not defined at <anonymous>:1:1
with this being the file the error is occuring at (debugger:///VM130):

anki.mutateNextCardStates('785303122174544279', (states) => {
console.log(JSON.stringify(states, null, 4)); })

Thanks, fix coming in next update.

1 Like