jaysquared73

joined 3 months ago
 

FYI: If you're using AI-RPG, and you get errors in localstorage because it's 5 meg or more already, you can use Firefox and expand it's localstorage quota.

https://arty.name/localstorage.html

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

Thanks, good to know! Is there any way I can raise that limit locally or is it controlled server-side?

[–] [email protected] 1 points 2 months ago

Also,

In the function called antiAntiLayoutJank within your lists editor, near line number 507, there's a mistake in your code that's causing this error:

QuotaExceededError: Failed to set a named property 'storySoFar' on 'Storage': Setting the value of 'storySoFar' exceeded the quota. Here's the line (or one near it) which seems to be the cause of the error:

 

This is what it says on the error page: JSON file is around 5Mb at this point. Let me know how to fix it? Perchance no longer has memories at this point.

VM881:81 error in onFinish: QuotaExceededError: Failed to set a named property 'storySoFar' on 'Storage': Setting the value of 'storySoFar' exceeded the quota. at Object.eval (eval at PERCH.createPerchanceTree (ai-rpg?__generatorLa…737262792605:597:36), :41:20) at doOnFinishStuff (eval at PERCH.createPerchanceTree (ai-rpg?__generatorLa…737262792605:597:36), :454:17) at eval (eval at PERCH.createPerchanceTree (ai-rpg?__generatorLa…737262792605:597:36), :557:1) at messageHandler (eval at PERCH.createPerchanceTree (

[–] [email protected] 2 points 2 months ago

I have a similar error, is there anyway I can set the quota to be higher locally?

[–] [email protected] 1 points 3 months ago

Got it! Much appreciated!

[–] [email protected] 1 points 3 months ago (2 children)

If that's the case, what's the best thing to do when the share button says error: file_too_big? (When the text is already too damn long) and you want to try to play it between devices? use saved JSON's saved files? Thanks