Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiles duplicate for seemingly no reason #384

Open
DeanKellham opened this issue Apr 3, 2023 · 3 comments
Open

Profiles duplicate for seemingly no reason #384

DeanKellham opened this issue Apr 3, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@DeanKellham
Copy link

Describe the bug
Can't pinpoint what's causing it but my single profile duplicates seemingly at random, and won't delete nicely within the UI. I've had to resort to opening the profiles.db and removing all but the 0th entry to remove the duplicates.

To Reproduce
Unsure as seems to happen at random.

Expected behavior
Profiles should only be created when invoked by the user.

Log file
Please upload the latest log file (Help -> Export latest log)
2023-04-03.log

@DeanKellham DeanKellham added the bug Something isn't working label Apr 3, 2023
@Disdaen
Copy link

Disdaen commented Apr 15, 2023

Same issue, I hadn't realized it either until it was eating 80% of my RAM.
I also had 2 profiles before they started duplicating, so it probably spread worse on mine.

The profiles.db folder is 21 gigs. damn.
image
so I can't really edit the file... UI it is?

@DeanKellham
Copy link
Author

@Disdaen - I was able to identify duplicates using SQLite's provided browser. Each entry in the db just seems to be a JSON string so you can't exactly query it, but if you may have some luck deleting multiple entries at once using external tools such as sqlitebrowser (provided you can identify the duplicates).

@DeanKellham
Copy link
Author

Accidentally closed

@DeanKellham DeanKellham reopened this Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants