Perchance - Create a Random Text Generator
⚄︎ Perchance
This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.
Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)
This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.
See this post for the Complete Guide to Posting Here on the Community!
Rules
1. Please follow the Lemmy.World instance rules.
- The full rules are posted here: (https://legal.lemmy.world/)
- User Rules: (https://legal.lemmy.world/fair-use/)
2. Be kind and friendly.
- Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)
3. Be thankful to those who try to help you.
- If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)
4. Only post about stuff related to perchance.
- Please only post about perchance related stuff like generators on it, bugs, and the site.
5. Refrain from requesting Prompts for the AI Tools.
- We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (
text-to-image-plugin
andai-text-plugin
) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?" - See Perchance AI FAQ for FAQ about the AI tools.
- You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
- We will still be helping/answering questions about the plugins as long as it is related to building generators with them.
6. Search through the Community Before Posting.
- Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.
view the rest of the comments
Is there any chance you could share an example file that isn't working? A bunch of users have reported similar issues, but I haven't been able to replicate it. I'll fix it almost instantly if anyone can provide either 1. an example file that doesn't import properly, or 2. a sequence of steps that can reproduce the issue (i.e. allow me to create my own broken file)
I really want to fix this, but for whatever reason, I'm not able to replicate it, despite testing on every OS (Windows, Mac, Linux, Android, iOS) and every browser (Chrome, Edge, Safari, Firefox). So I just kind of desperately need someone to share an example file, or reproduction steps.
You can share with me via DM if needed. You can also open the file in a text editor and use find+replace if you need to replace any text before sharing. But you may need to right click and decompress/extract if it's a
.json.gz
file - i.e. to turn it into a.json
text file.I wouldn't mind sharing it, it's SFW, but the problem with this one seems to have been due to me changing the "reply as" option. Resetting it to the default user before exporting seems to have fixed this. I think all my other threads work okay as of now.
I'm new to Lemmy, not sure the best way to attach or send a file.
Ah, I found the bug, thanks so much!! I've fixed it and I'll be deploying the update within the next 30 minutes or so.
Edit: Just deployed the update - let me know if you have any issues.
Dude, you are the GOAT! I hope you're able to fix the other issues people are having, as well.
Just checked the previously non-working file, and it imported fine. Awesome work, thanks!
No worries, thanks for your help!
Please let me know if you run into any other issues, since I've just deployed a fairly big update which overhauls the summary system, and fixed a few other issues. There are already some bug reports due to those new changes that people have submitted via the feedback button, but there aren't enough details yet for me to track down the issue. Might have something to do with memory handling.
Is there a changelog somewhere I can read? I'm interested in learning more about how the memory and summaries are used. Like whether pruning duplicate memories would speed up response time, or how to keep the a.i. from bringing up the same (already resolved) issue over and over, lol.