this post was submitted on 03 Oct 2024
3 points (100.0% liked)
Casual Perchance
85 readers
1 users here now
Casual Perchance
A nonspecific casual place for anything Perchance, including generator outputs, memes, prompts, casual discussion, advertising your generator, and anything else you wouldn't post in the more technical Perchance Forum.
This is where to post Community Events.
Resources:
- a quick link to a wealth of prompting info for any Text to Image Generator.
- Google Docs of info and characters for the ai-character-chat.
- AdComsUsefulLinks
Rules:
- friendly discussion only please.
- No loli/shota/etc and mark as NSFW anything NSFW
founded 8 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Turns out this also happens in one of my oldest generators, Power Hangman, and not just in the Generator Manager. Someone in the comments of that page reported this quite recently, so I just fixed that generator to use the
var i
solution instead oflet i
. I should probably create a post on the Perchance community about this so everyone can have a catch.In short, multiple
let
declarations on thescript
tag in the HTML would now cause an error in the generator. I haven't encountered these errors before, so if you happen to experience that same error as well, let me know!