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

pyechonest.util.EchoNestIOError: Echo Nest Unknown Error #2

Open
pankajkumar48 opened this issue Nov 9, 2018 · 0 comments
Open

pyechonest.util.EchoNestIOError: Echo Nest Unknown Error #2

pankajkumar48 opened this issue Nov 9, 2018 · 0 comments

Comments

@pankajkumar48
Copy link

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
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