nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.31k stars 3.89k forks source link

nw.js database bug #5121

Closed vkupar closed 7 years ago

vkupar commented 8 years ago

screenshot from 2016-07-19 10 27 56 I ran my app and it throws error:

[5383:5412:0719/102237:ERROR:connection.cc(1912)] History sqlite error 5, errno 0: database is locked, sql: DELETE FROM meta WHERE key=?
[5383:5383:0719/102237:ERROR:desktop_window_tree_host_x11.cc(905)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType)
[5383:5413:0719/102238:ERROR:data_store_impl.cc(129)] Failed to open Data Reduction Proxy DB: 3
[5253:5277:0719/102250:ERROR:connection.cc(1912)] History sqlite error 5, errno 0: database is locked, sql: INSERT OR REPLACE INTO meta (key,value) VALUES (?,?)

I have ubuntu desktop 14.04.4 LTS and nwjs-sdk-v0.16.0-rc1-linux-x64

rogerwang commented 8 years ago

How can we reproduce this?

kailniris commented 8 years ago

what is this? websql?

Christywl commented 7 years ago

@vatex , is this still reproduced for you? if yes, could you please provide a sample to reproduce this issue?

vkupar commented 7 years ago

@Christywl I stopped using nw.js and I don't remember about that :/

rogerwang commented 7 years ago

close until more information is available