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.