udipta

Results 5 comments of 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 ![Screenshot from 2019-04-10 02-23-33](https://user-images.githubusercontent.com/28093579/55834794-4d054d00-5b38-11e9-8df5-2dc5d063c2d6.png) 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.**...