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

jotta-ls AttributeError #134

Open
Cubox opened this issue Dec 20, 2016 · 0 comments
Open

jotta-ls AttributeError #134

Cubox opened this issue Dec 20, 2016 · 0 comments

Comments

@Cubox
Copy link

Cubox commented Dec 20, 2016

Hi,

<root@Lif>-<~> λ jotta-ls /Jotta                                                                                                                                                  Traceback (most recent call last):
  File "/usr/local/bin/jotta-ls", line 11, in <module>
    load_entry_point('jottalib==0.5.1', 'console_scripts', 'jotta-ls')()
  File "/usr/local/lib/python2.7/site-packages/jottalib/cli.py", line 260, in ls
    print(' '.join([str(item.created), print_size(item.size, humanize=args.humanize), item.name]))
  File "src/lxml/lxml.objectify.pyx", line 229, in lxml.objectify.ObjectifiedElement.__getattr__ (src/lxml/lxml.objectify.c:4279)
  File "src/lxml/lxml.objectify.pyx", line 450, in lxml.objectify._lookupChildOrRaise (src/lxml/lxml.objectify.c:7059)
AttributeError: no such child: created

and

<root@Lif>-<~> λ jotta-ls /Jotta
Traceback (most recent call last):
  File "/usr/local/bin/jotta-ls", line 11, in <module>
    load_entry_point('jottalib==0.5.1', 'console_scripts', 'jotta-ls')()
  File "/usr/local/lib/python2.7/site-packages/jottalib/cli.py", line 260, in ls
    print(' '.join([str(item.created), print_size(item.size, humanize=args.humanize), item.name]))
AttributeError: 'JFSDevice' object has no attribute 'created'

I also have:

<root@Lif>-<~> λ jotta-ls /Jotta/Archive
                           Lif

Using FreeBSD with Python 2.7.12

If you need more information, or logs, tell me where to find them and I will send them to you.

Thanks for the lib (awesome lib, the fuse function works flawlessly) !

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