udipta
udipta
dash==0.30.0 dash-core-components==0.38.0 dash-html-components==0.13.2 dash-renderer==0.15.0
` #lock the cursor lock.acquire(True) # get data from cache result = self.cursor.execute("SELECT value FROM {} WHERE key = ?".format(pool), (key,)).fetchone() #release the cursor lock.release()` but still getting the same...
@Sailor74 i tried with your code but it still giving the same error  please help me to find out the exact issue.
@Sailor74 did you try to run the code before in your system? because I am again and again getting the same error and I am not able to figure it...
@Sentdex @Sailor74 How to resolve the error. **socialsentiment/cache.py", line 48, in get result = self.cursor.execute("SELECT value FROM {} WHERE key = ?".format(pool), (key,)).fetchone() sqlite3.ProgrammingError: Recursive use of cursors not allowed.**...