Skip to content

typeerror when executing jot #8

@Hans-Maulwurf

Description

@Hans-Maulwurf

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions