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
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?
The text was updated successfully, but these errors were encountered:
When I try to use jotmuch
jot bookmark https://www.google.de
, i get errorTraceback (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?
The text was updated successfully, but these errors were encountered: