You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the issue that my code change didn't applied because the data were stored in the cache and was not parsed again.
So it would be helpful in the development process to clear the cache while installing an update of the addon
The text was updated successfully, but these errors were encountered:
So it would be helpful in the development process to clear the cache while installing an update of the addon
the addon already clear the cache with an update process (version bump),
but i think you are doing other things like editing addon files on kodi directory or similar ways
the only "problem" for you is the persistent cache, because the cache stored in memory will be lost when the addon will be disabled
for the few times that was needed to me investigate for problems like infolabels
i know that there is needed go to addon Expert settings and select "Clear cache to disk" before opening any of the addon menus
but I could understand that it's not an immediate thing to understand
i think the more easy way to prevent storing any data in cache is to add an early exit from cache methods, otherwise its needed rework too much things
i can try investigate on next weeks
so that add a new child setting to the debug setting
Feature request
I'm submitting a proposal to ...
Describe your request
I ran into the issue that my code change didn't applied because the data were stored in the cache and was not parsed again.
So it would be helpful in the development process to clear the cache while installing an update of the addon
The text was updated successfully, but these errors were encountered: