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!

  • VioneT@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    What do you mean “can’t access”? Can you describe it more or provide screenshots to it? Can you also look into the Dev Console (F12 or Ctrl+Shift+J to open) and see if there are errors popping up upon opening/loading the page?

      • VioneT@lemmy.worldM
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 days ago

        Have you created an account for the website? Logging into an account will remove the Ads that might be causing the problems as said in the Dev’s comment on the post you linked.

        Were you able to see the load log: finished <number> on the Developer Console after loading the page? See picture:

        Note that you need to open the Dev Console first before reloading the page to refresh the console and see the whole loading log.

        • Sunniday@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          3 days ago

          I tried with both logged in and out. No difference. My render thread stops count stops at 5.

          Chrome crashed yesterday and every since I haven’t been able to access only the Character Chat. Everything else works. Also opening up character chat in incognito works too. That’s why I’d like to export my data, then I’ll clear chrome cache.

          • perchance@lemmy.worldM
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            2 days ago

            Hmm, the other linked user has the same stopping point, and also mentioned a Chrome crash. I wonder if a recent Chrome update has made IndexedDB more sensitive to crashes. Can you try two separate things:

            1. Reloading the page again now. I’ve just added a feature - you should see an ‘export’ button come up after several seconds when there’s an error like this, and that button allows you to do a data export which bypasses some of the “layers” to just grab the raw data. It’s possible that may hang/fail too, since I don’t yet know how “deep” we’ll need to go here. But also make sure you wait several minutes, and watch the console (like you screenshotted above), because if you’ve got a lot of data, the export could take a few minutes. If you see any errors in the console after you click the export button, please screenshot them.
            2. Can you please try temporarily turning off all your browser extensions? I notice some extra logs there which aren’t caused by Perchance, and they could be a confounding factor that it’d be useful to eliminate as a cause.

            Thanks @VioneT@lemmy.world for helping get the initial debug info!

            • Sunniday@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              2 days ago

              Thanks for the response! I attempted but it didn’t save anything.

              I don’t know if this is any help, but I was having a hard time opening the data store with code that I found online. I know its there, but it will keep saying there was nothing there.

              Also, I’m not having any problems using the chat in incognito mode.

              • perchance@lemmy.worldM
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 day ago

                Okay, please try again now. You’ll need to wait about 5 minutes. I’ve added some code that will hopefully download everything it can, instead of completely failing because there’s some specific data that it can’t get. And it takes a few minutes to “give up” on the data that it can’t seem to get.

                Please make sure you screenshot all the “downloadRawDb: …” logs in the console for me - I’ve added some important ones that I need to see to determine what the step after this is.