My application using sqlite.connect is trying to connect Cookies file present in \AppData\Local\Google\Chrome\User Data\Default\Network and we were able to read cookies but suddenly issue started coming that its unable to open the Cookie file. \
During my investigation I found that, when Chrome is open I'm unable to open the file manually as well. Only when the chrome is closed I can open the file. This is causing lot of issues.
I believe the cookie file is being locked by chrome and not allowing anyone to read the file.
Can someone please help me?