You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: