this post was submitted on 19 Jul 2024
3 points (100.0% liked)

Perchance - Create a Random Text Generator

445 readers
8 users here now

⚄︎ 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.

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 and ai-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.

founded 1 year ago
MODERATORS
 

Edit #2: This is now a bug-report. I changed the "reply as" option back to the default user, exported the thread, and it imported correctly.

Because I'm paranoid, I export my data frequently, but when testing to see how easy it was to re-import data, I keep running into this error.

I've tried exporting the thread multiple times, but it will not import properly. The imported thread appears and is interactable, but if you click on it, it starts an infinite loading screen that locks up the tab.

Considering the amount of time I've spent on some of these stories, it makes me uneasy that the official method of saving them just...doesn't work.

Windows 11, Chrome on desktop.

Anything I can do to save the thread aside from the soulless text export? (which I'm grateful for, don't get me wrong!)

Edit I tried a couple other threads that work, so it's only the current one I'm on that's messed up somehow. The only differences I can think of between it and the other threads are that I had added some styling in the character sheet, like a background and opacity to the text boxes. I also set user responses to respond as an imported character, instead of the default "user".

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

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.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

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.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (2 children)

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.

[–] [email protected] 2 points 3 months ago

Dude, you are the GOAT! I hope you're able to fix the other issues people are having, as well.

[–] [email protected] 1 points 3 months ago (1 children)

Just checked the previously non-working file, and it imported fine. Awesome work, thanks!

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

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.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

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.