There is a problem with the ‘text-to-image-plugin’ generator. An error has occurred somewhere in your code (in lists or HTML): In the function called $output within your lists editor, near line number 143, there’s a mistake in your code that’s causing this error:
TypeError: Cannot read properties of undefined (reading ‘toString’) Here’s the line (or one near it) which seems to be the cause of the error:
d.prompt = data.evaluateItem.toString(); And here’s the surrounding code:
let d = {};
if(data.prompt === undefined) { d.prompt = data.evaluateItem.toString(); } else { d.prompt = data.prompt.evaluateItem.toString(); } (Note that any line numbers and/or snippets given above could be inaccurate e.g. due to an unclosed bracket much earlier in your script, or something like that.)
There is no
imageUrl
orinstruction
property/option to pass in thetext-to-image-plugin
so it doesn’t work. There is no AI Image Editor (Image to Image) in Perchance.