Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSQL threw an error {"framesToPop":1,"code":"SQLiteError"} #49

Open
mohannad-mamo opened this issue Jan 20, 2019 · 2 comments
Open

WebSQL threw an error {"framesToPop":1,"code":"SQLiteError"} #49

mohannad-mamo opened this issue Jan 20, 2019 · 2 comments

Comments

@mohannad-mamo
Copy link

mohannad-mamo commented Jan 20, 2019

I am facing this error recently which it leading to the library.
any idea how solve it?
my packages at the moment (related to sqlite 2 and pouchdb):
"pouchdb-adapter-react-native-sqlite": "^1.0.3",
"pouchdb-find": "^6.4.1",
"pouchdb-react-native": "^6.4.1",
"react": "16.6.1",
"react-native": "0.57.7",
"react-native-sqlite-2": "^1.7.0"

Android version 7

the full stack trace:
screenshot_2019-01-20-22-35-09

@craftzdog
Copy link
Owner

Please put the code to reproduce.

@mohannad-mamo
Copy link
Author

I am not doing much:

import SQLite from 'react-native-sqlite-2';

import SQLiteAdapterFactory from 'pouchdb-adapter-react-native-sqlite';

const SQLiteAdapter = SQLiteAdapterFactory(SQLite);

PouchDB.plugin(SQLiteAdapter);

the error does not appear all the time, I am not able so far to reproduce the error consistently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants