You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since pg 2.8 I cannot connect to a database. Visual Studio throws the following:
Failed to deserialize Cordova.Extension.Commands.SQLitePlugin+SQLitePluginOpenCloseOptions with JSON value :: ["System.Collections.Generic.Dictionary`2[System.String,System.Object]","SQLitePlugin991260919"]
ERROR: Exception in ProcessCommand :: Exception has been thrown by the target of an invocation.
ERROR: failed to InvokeMethodNamed :: open on Object :: SQLitePlugin
CommandString : DebugConsole/log/DebugConsole991260920/"Error openening DB: undefined"
Log:["Error openening DB: undefined","DebugConsole991260920"]
Code used to connect:
db = sqlitePlugin.openDatabase("mydatabase.sqlite3", '', '', '', function () {
if (db) {
console.log('successfully connected to database');
}
});
if I catch the error message it says "Invalid action".
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
since pg 2.8 I cannot connect to a database. Visual Studio throws the following:
Code used to connect:
if I catch the error message it says "Invalid action".
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: