Kodi Community Forum

Full Version: ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been playing around with writing some addons. I seem to alway get this error message after exiting the addon:

Code:
23:17:58 T:856 M:2646872064   ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Wouter\AppData\Roaming\XBMC\addons\script.ts3query

I exit the WindowXMLDialog with self.close()

Should I be doing something else to get rid of this message in the log?
It's likely a "feature" in XBMC - there's no real problem with it. If you have a very simple script that shows the behaviour clearly, then please open a trac ticket and attach the script to the ticket so that folk can test, reproduce and (potentially) fix.

Cheers,
Jonathan