You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/17 04:56:32 UTC

[GitHub] krm0219 opened a new issue #622: window.openDatabase Error..

krm0219 opened a new issue #622: window.openDatabase Error.. 
URL: https://github.com/apache/cordova-android/issues/622
 
 
   I am creating and using DB at Cordova javascript.
   This issue occurs with Android 9.0
   
   The first time you run window.openDatabase, there is no problem.
   If you insert a value and restart the app, the problem occurs.
   
   [INFO:CONSOLE(591)] "unable to open database, failed to start transaction (14 enable to open database file)"
   [INFO:CONNSOLE(591)] "Uncaught InvalidState Error: Failed to execute 'openDatabase' on Window: enable to open database, failed to start transaction (14)"
   [INFO:CONNSOLE(643)] "Uncaught TypeError: Cannot read property 'transaction' of excluded"
   
   The above error message occurs and the app is unavailable.
   Please give me some advice on how I can solve it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org