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
There seems to some error while running the code. I am doing it for the first time & have installed all packages required.
C:\Users\myAcc\Documents\AutoDJ>python main.py
About to try to load
['en-ffmpeg', '-i', 'mp3/Jealous.mp3', '-y', '-ac', '2', '-ar', '44100', 'c:\\users\\pankaj~1\\appdata\\local\\temp\\tmptyxbic.wav']
Computed MD5 of file is 692f49770c7ee7600d0b432accc8c053
Probing for existing analysis
Analysis not found. Uploading...
No handlers could be found for logger "echonest.remix.audio"
Traceback (most recent call last):
File "main.py", line 216, in <module>
main()
File "main.py", line 196, in main
key=song['Key']
File "main.py", line 36, in __init__
self.AudioFile = audio.LocalAudioFile("mp3/" + fname)
File "C:\Python27\lib\site-packages\echonest\remix\audio.py", line 956, in __init__
tempanalysis = AudioAnalysis(filename)
File "C:\Python27\lib\site-packages\echonest\remix\audio.py", line 125, in __init__
self.pyechonest_track = track.track_from_filename(initializer)
File "C:\Python27\lib\site-packages\pyechonest\track.py", line 271, in track_from_filename
result = track_from_file(file_object, filetype, timeout, force_upload)
File "C:\Python27\lib\site-packages\pyechonest\track.py", line 243, in track_from_file
return track_from_md5(md5)
File "C:\Python27\lib\site-packages\pyechonest\track.py", line 331, in track_from_md5
return _profile(param_dict, timeout)
File "C:\Python27\lib\site-packages\pyechonest\track.py", line 209, in _profile
result = util.callm('track/profile', param_dict)
File "C:\Python27\lib\site-packages\pyechonest\util.py", line 257, in callm
raise EchoNestIOError(error=e.reason)
pyechonest.util.EchoNestIOError: Echo Nest Unknown Error
The text was updated successfully, but these errors were encountered:
There seems to some error while running the code. I am doing it for the first time & have installed all packages required.
The text was updated successfully, but these errors were encountered: