Basically the title. I can’t access the actual AI-Character-Chat. I just wanted to download my characters.

I found the localDB in chrome, but I’m having trouble exporting. The exporters on the extension store don’t work.

Thanks!

  • @SunnidayOP
    link
    English
    19 hours ago

    characters was able to open, but there’s a lot of entries. I drew over a entry because it is chringey lol.

    When the crash happened, I think I accidentally pasted the wrong thing into one of the character profile fields. I can’t remember, but I’m thinking it was the image field or something. But then chrome froze up and I had to restart it.

    • @perchanceM
      link
      English
      1
      edit-2
      7 hours ago

      Oh, looks like you’re in luck, since all your character data appears to be there. Are you able to tell whether any characters are missing? I’m wondering if it got “caught” at one of the characters and stopped there. In that case it may be as simple as finding the ID of the ‘corrupted’ character and deleting it, which would ‘unclog’ the database pipes, so to speak.

      Also, can you try closing the console with the “x” button in the top-right (if you currently have it open), and then right-clicking in the middle of the page, and selecting “Inspect” in the menu that appears. It’ll open up the console thing, but it’ll be on the “Elements” tab. Click the “Console” tab and scroll to the bottom, and type/paste await db.characters.get(58) (you must type/paste that exact text) and press enter, and let me know if some text appears underneath it about “Nyx” (which based on your screenshot has an id of 58). If so, then that is excellent. If not (i.e. if nothing happens, or you see “undefined”), then the plot thickens.

      I think I accidentally pasted the wrong thing into one of the character profile fields

      This is a extremely useful clue, thank you! If you can strain your brain for any more detail there I would be immensely grateful, since it suggests that I may be able to reproduce the issue on my own computer, and prevent this sort of issue from ever occurring again. For example, was the thing you were pasting a huge amount of text? E.g. a data: URL? Any other details you can remember, even if you’re half-guessing, would be useful.