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

NameError: global name 'musicbrainz' is not defined #16

Closed
neitsab opened this issue Jan 12, 2016 · 2 comments
Closed

NameError: global name 'musicbrainz' is not defined #16

neitsab opened this issue Jan 12, 2016 · 2 comments
Labels
Bug Generic bug: can be used together with more specific labels

Comments

@neitsab
Copy link

neitsab commented Jan 12, 2016

I have the following error when trying to run whipper after building the latest checkout:

# rip -h
Traceback (most recent call last):
  File "/usr/bin/rip", line 41, in <module>
    sys.exit(main.main(sys.argv[1:]))
  File "/usr/lib/python2.7/site-packages/morituri/rip/main.py", line 39, in main
    musicbrainz.set_useragent("morituri", configure.version,
NameError: global name 'musicbrainz' is not defined

No matter what I try (installing python2-musicbrainz2 besides python2-musicbrainzngs...), it doesn't change anything. Suspecting 89f3ba3 to be at play here :)

This is on Arch Linux, running in a clean x64 chroot used for the build (I'm trying to package whipper for the AUR).

Thanks for your work on reviving morituri!

@JoeLametta
Copy link
Collaborator

@neitsab Please test again with my latest commit to check if this solves the issue you are reporting.
Thanks for the feedback!

@JoeLametta JoeLametta added the Bug Generic bug: can be used together with more specific labels label Jan 12, 2016
@neitsab
Copy link
Author

neitsab commented Jan 12, 2016

Success it works, thanks for your prompt answer @JoeLametta!

@neitsab neitsab closed this as completed Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Generic bug: can be used together with more specific labels
Projects
None yet
Development

No branches or pull requests

2 participants