cacheModels config question #255
Replies: 4 comments 2 replies
-
i've created an issue #256 for this as its an actual bug (and i've just fixed it, see the issue for details) |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity, do you know in what situation this error shows up? I can't really pin-point it because I've seen it when all the models I'm using are available in a models folder and are saved in the indexedDB both on PC & Mac. |
Beta Was this translation helpful? Give feedback.
-
first time each model gets loaded from folder and stored in browser indexdb for use as future cache. in this case, seems like model somehow got registered in cache, but actual cache content is empty.
additional info can be gathered by enabling |
Beta Was this translation helpful? Give feedback.
-
btw, if you manage to reproduce, let me know - i'd like to handle any exceptions in the code. |
Beta Was this translation helpful? Give feedback.
-
Hi Vlad,
If I set the cacheModels configuration to FALSE, it still saves and loads the models from the IndexedDB. I think that may be a bug but I am not sure, so I wanted to ask what is the expected behavior when it's set to FALSE? I'm using the latest version 2.6.4.
When using version 2.5.8, some users reported an error regarding loading the models, see screenshot:
I am not sure if this is still an issue and it's not something that can be reproduced easily, it happens rarely. I was hoping to have a way to disable loading the models from the IndexedDB in case I run into this issue again, that is why I'm asking if setting cacheModels to false will help with that. The weirdest part from getting this error is that when I reproduced it I had all models available in a folder and the IndexedDB as well...
Beta Was this translation helpful? Give feedback.
All reactions