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

AttributeError: 'AudioQuantumList' object has no attribute 'that' #2

Open
austinhquinn opened this issue Aug 30, 2015 · 0 comments
Open

Comments

@austinhquinn
Copy link

Had an issue with part of the module for remix(?) and i'm super new to the python lang. Any pointers?

i understand that the error is stating that 'that' isnt an attribute of AudioQuantumList, but was it removed from remix at one time? or is it something you put in the wubmachine that is not working in the version i've downloaded? I've had to fix other issues such as importing subprocess, but havent gotten very far very fast.

Thanks!

(env)root@ubuntu14:~/wub-machine# python -m remixers/electrohouse nolove.mp3
INFO:root:Config file has changed, updating...
(5.0%) Looking up track...
(10.0%) Listening to song...
INFO:echonest.remix.local_db:Found local database.
INFO:echonest.remix.audio:Loading audio from local db
INFO:echonest.remix.audio:Loading analysis from local db
(20.0%) Choosing key and tempo...
(28.0%) Arranging intro...
Traceback (most recent call last):
File "remixer.py", line 256, in _remix
self.tag['remixed'] = self.remix()
File "/root/wub-machine/remixers/electrohouse.py", line 320, in remix
self.partialEncode(self.compileIntro(0, intro))
File "/root/wub-machine/remixers/electrohouse.py", line 242, in compileIntro
samples = self.searchSamples(section, (item.pitch + self.tonic) % 12)
File "/root/wub-machine/remixers/electrohouse.py", line 172, in searchSamples
a = self.getSamples(pool, key)
AttributeError: 'AudioQuantumList' object has no attribute 'that'
(28.0%) Sorry, that song didn't work. Try another!

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