AttributeError: 'function' object has no attribute 'name'

121 views
Skip to first unread message

Drew

unread,
Jun 18, 2012, 4:50:46 PM6/18/12
to beets...@googlegroups.com
Hello y'all, I've been trying to develop a plugin to upload music from the beets library to Google Music. The plugin was working fine until about a week ago, at which time simply trying to execute the main beet command began to give this error message:

Traceback (most recent call last):
  File "/usr/local/bin/beet", line 8, in <module>
    load_entry_point('beets==1.0b15', 'console_scripts', 'beet')()
  File "/Library/Python/2.7/site-packages/beets/ui/__init__.py", line 697, in main
    parser = SubcommandsOptionParser(subcommands=commands)
  File "/Library/Python/2.7/site-packages/beets/ui/__init__.py", line 549, in __init__
    (self.get_prog_name(), subcommand.name)
AttributeError: 'function' object has no attribute 'name'

If any more information is needed, I can provide it.

Drew

unread,
Jun 18, 2012, 7:55:05 PM6/18/12
to beets...@googlegroups.com
*facepalm* I should have probably posted this on the bug tracker...

Adrian Sampson

unread,
Jun 18, 2012, 10:56:53 PM6/18/12
to beets...@googlegroups.com
It's cool -- for future reference, I'm happy to answer this kind of thing on the mailing list, but I'll respond on the bug tracker for now (either way is fine).

http://code.google.com/p/beets/issues/detail?id=402

Adrian
Reply all
Reply to author
Forward
0 new messages