719wangqi / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

database errors #300

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I can't save / load request. Can't create projects and can't use history. The 
javascript console throws a lot of errors:

 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,364 [DEBUG] 6 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,376 [DEBUG] Initialize shortcuts handlers.
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,382 [DEBUG] Has shortcuts list. Set handlers.
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,393 [DEBUG] 5 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,396 [DEBUG] 4 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,398 [DEBUG] 3 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,400 [DEBUG] 2 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:11,401 [DEBUG] 1 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:12,402 [DEBUG] 0 tasks left to do of: 21
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:14,584 [ERROR] getFormEncodingsStore.all in 
RequestActivity
DataServiceException: #5 - could not prepare statement (1 no such table: 
form_encoding) - Executed SQL: SELECT * FROM form_encoding ORDER BY encoding
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:21,280 [ERROR] Database error. Unable read history data.
DataServiceException: #5 - could not prepare statement (1 no such table: 
request_data) - Executed SQL: SELECT * FROM request_data WHERE project = 0 
ORDER BY id DESC LIMIT ?, ?, args: [0, 30]
 restclient.nocache.js:37_.Ib restclient.nocache.js:37
(-:-) 2015-02-02 18:34:23,562 [ERROR] Database error. Unable read history data.
DataServiceException: #5 - could not prepare statement (1 no such table: 
history) - Executed SQL: SELECT id,url,method,time FROM history ORDER BY time 
DESC LIMIT ? OFFSET ?, args: [30, 0]
 restclient.nocache.js:37
(-:-) 2015-02-02 18:34:26,002 [ERROR] getFormEncodingsStore.all in 
RequestActivity
DataServiceException: #5 - could not prepare statement (1 no such table: 
form_encoding) - Executed SQL: SELECT * FROM form_encoding ORDER BY encoding
 restclient.nocache.js:37
'webkitRequestAnimationFrame' is vendor-specific. Please use the standard 
'requestAnimationFrame' instead.
(-:-) 2015-02-02 18:34:28,132 [ERROR] Unable to read stored projects. Error 
during read operation.
DataServiceException: #5 - could not prepare statement (1 no such table: 
projects) - Executed SQL: SELECT * FROM projects WHERE 1
 restclient.nocache.js:37_.Ib restclient.nocache.js:37
(-:-) 2015-02-02 18:34:48,678 [ERROR] Unable to save project data. Can't save 
project to store.
DataServiceException: #5 - could not prepare statement (1 no such table: 
projects) - Executed SQL: INSERT INTO projects (name, time) VALUES (?,?), args: 
[onbill, 1422898488671]
 restclient.nocache.js:37

Original issue reported on code.google.com by da...@md-web-solutions.de on 2 Feb 2015 at 5:38