bayleeadamoss / zazu-chrome-bookmarks

Chrome bookmark searcher for Zazu.
10 stars 5 forks source link

"Error: Cannot find module 'traverse'" until reinstall. #3

Open cecoates opened 7 years ago

cecoates commented 7 years ago

Expected Behavior

Open Zazu and type ,b and the name of a bookmark. List of results from your Chrome bookmarks appear.

Actual Behavior

Open Zazu and type ,b and the name of a bookmark. Nothing displays but the fallback search engines.

If running the plugin debugger, you can see "Error: Cannot find module 'traverse'".

Steps to reproduce the behavior

Alt+Space to start Zazu. Type ,b and the name of a bookmark.

From the advice in https://github.com/tinytacoteam/zazu-calculator/issues/2, I decided to take a chance and use "rm -rf ~/.zazu/plugins/tinytacoteam/zazu-chrome-bookmarks".

Once Zazu was restarted, the bookmarks plugin reinstalled was functioning as you'd expect. No "Error: Cannot find module 'traverse'".

I was also unable to set the Variable by adding the { "name": "tinytacoteam/zazu-chrome-bookmarks", "variables": { "file": "~/.config/google-chrome/Default/Bookmarks" } }

example from the Readme to .zazurc.json. No luck. Editing the search.js directly worked, however.

Versions

Zazu: 2.3 OS: Linux debian 4.8.0-2-amd64 #1 SMP Debian 4.8.11-1 (2016-12-02) x86_64 GNU/Linux jan 6 2017 7-45 pm - edited

GIT (if you have it installed):

Please, include a link to gist of most applicable ~/.zazu/log/ file.

zazu.log.2017-01-07-2.txt

bayleedev commented 7 years ago

This seems like a common issue. I'm trying to fix this now. [:

cecoates commented 7 years ago

Much appreciated! It's good to have an active launcher for Linux again.