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

Get error when trying to run it #13

Open
nikitavoloboev opened this issue Jan 14, 2018 · 0 comments
Open

Get error when trying to run it #13

nikitavoloboev opened this issue Jan 14, 2018 · 0 comments

Comments

@nikitavoloboev
Copy link

nikitavoloboev commented Jan 14, 2018

I tried to type tldr ls and got this in console:

[2018-01-14 15:59:00][ERROR: input.scriptfilter] Code 1: Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "tldr.py", line 47, in query
    rowList = parse_man_page(command)
  File "tldr.py", line 142, in parse_man_page
    page_path = find_page_location(command)
  File "tldr.py", line 65, in find_page_location
    index = json.load(f)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load
    **kw)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
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

1 participant