davidlazar/jotmuch

typeerror when executing jot

Hans-Maulwurf opened this issue · 0 comments

When I try to use jotmuch jot bookmark https://www.google.de , i get error

Traceback (most recent call last): File "./jot", line 421, in <module> @click.argument('terms', nargs=-1, default='*', required=False) File "/usr/lib/python2.7/site-packages/click/decorators.py", line 151, in decorator _param_memo(f, ArgumentClass(param_decls, **attrs)) File "/usr/lib/python2.7/site-packages/click/core.py", line 1695, in __init__ raise TypeError('nargs=-1 in combination with a default value ' TypeError: nargs=-1 in combination with a default value is not supported.

I'm on Arch Linux and the line
gcc urlsnap.c $(pkg-config --cflags --libs webkit2gtk-3.0) -o urlsnap
didnt work, i used
gcc urlsnap.c $(pkg-config --cflags --libs webkit2gtk-4.0) -o urlsnap

Any hints to get jotmuch working properly?