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

Some adapters wrong or not working #11

Open
alexb148 opened this issue Aug 28, 2018 · 3 comments
Open

Some adapters wrong or not working #11

alexb148 opened this issue Aug 28, 2018 · 3 comments

Comments

@alexb148
Copy link

I'm not sure if you can help, but I'm trying to get the PouchDB LevelDB adapter working with Electron, and downloaded this repo to see if it worked.

I noticed that whilst LevelDB works fine when running via npm start but if I install electron-builder and package the app up properly, then I see the 'Error for LevelDB' message.

Any ideas why LevelDB wouldn't be working when packaged?

I also tried updating to the latest versions of Electron and PouchDB with no luck.

@nolanlawson
Copy link
Owner

I wrote this demo years ago, and it seems to break every year or so because of changes to Electorn, LevelDB, PouchDB, or something else. Not sure what the issue is here. 🙁

@alex-schmitt
Copy link

I created a PR #12 that as this repo working with electron-builder. I believe this issue was something to do with file path for LevelDB.

@YadavAnurag
Copy link

YadavAnurag commented Mar 15, 2019

This is because of the install required execution of python script with python2.x.
If any system does not have installed python2.x it will break as this error.

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

No branches or pull requests

4 participants