josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
367 stars 63 forks source link

My entire chat history and characters are suddenly gone. #9

Closed RichWolfmann closed 1 year ago

RichWolfmann commented 1 year ago

I mostly use OpenCharacters from my phone, on the default Chrome browser. Everything was fine, I went to have lunch, and when I came back to keep chatting, I got an error message (can't really remember what it said). I refreshed the tab and now everything is gone. Is there any way to recover what I lost? This is extremely frustrating.

josephrocca commented 1 year ago

Hey Rich, very sorry about this!! But I'm hopeful that this is just a bug. I've just pushed some code which should make the bug's error message visible to you. Please refresh the page a few times to make sure your browser's page cache is cleared. Then copy/screenshot the error and paste here. Also, try clicking the export button and let me know if you get an error for that too.

josephrocca commented 1 year ago

Hey @RichWolfmann, any update on this?

RichWolfmann commented 1 year ago

Sorry, I've been gone for quite a bit, but it's fixed! Thank you! Everything went back to normal and I have all my convos and characters back.

josephrocca commented 1 year ago

Glad to hear! It's likely that it was just a UI bug (that I've since fixed) that was preventing the convo/character lists from rendering.