eLoopWoo/chrome-url-dumper

sqlite3.OperationalError on run with - k 0 -d 0

Opened this issue · 0 comments

C:\Users\StevenD\Documents\GitHub\chrome-url-dumper>python main.py -o WINDOWS7 - k 0 -d 0 Traceback (most recent call last): File "main.py", line 165, in <module> main(**vars(args)) File "main.py", line 154, in main dump_data(os=os, kill_chrome=int(kill_chrome), deep=int(deep)) File "main.py", line 135, in dump_data f.write(json.dumps(dump_downloads(path=path))) File "main.py", line 65, in dump_downloads 'SELECT tab_url, http_method, opened, site_url, last_access_time, start_time , tab_referrer_url, last_modified, by_ext_name, original_mime_type, referrer, cu rrent_path, target_path, transient FROM downloads') sqlite3.OperationalError: database is locked