earlSt1 / vtt-compendium-folders

Collapsable folders in the compendium directory and folder structures inside compendiums for FoundryVTT
21 stars 18 forks source link

Exception when moving/exporting folders - Client settings storage full #147

Open wmve opened 2 years ago

wmve commented 2 years ago

i get the following error in the log, but nothing happens, i don't even get a warning on the map

image

image

let me know what more info you need. i'm pretty sure this was working for me a week or two ago.

wmve commented 2 years ago

these are some more intermediate steps i went through...

image

image

earlSt1 commented 2 years ago

Hmm, never seen this issue before. Looks like the last-pack setting (used to remember the last compendium you exported to) cant be set, perhaps because the settings storage is full?

Are you running a lot of modules by chance? Could you try disabling a few and seeing if you get the same error?

wmve commented 2 years ago

i will try to unload all others and see what that does

On Tue, 14 Jun 2022 at 13:17, Craig Earl @.***> wrote:

Hmm, never seen this issue before. Looks like the last-pack setting (used to remember the last compendium you exported to) cant be set, perhaps because the settings storage is full?

Are you running a lot of modules by chance? Could you try disabling a few and seeing if you get the same error?

— Reply to this email directly, view it on GitHub https://github.com/earlSt1/vtt-compendium-folders/issues/147#issuecomment-1155482637, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANK7YOJBYBCKVVA3MAVA7S3VPC5AXANCNFSM5YX4VRZA . You are receiving this because you authored the thread.Message ID: @.***>

earlSt1 commented 2 years ago

Hi, can you try to run these commands in a macro and see if that fixes it?

await game.settings.set('compendium-folders','open-folders',[]);
await game.settings.set('compendium-folders','open-temp-folders',{});
await game.settings.set('compendium-folders','last-search-packs',{});
await game.settings.set('compendium-folders','last-pack','');