Mercurial > hg > pmhd
comparison mcserver-error.log @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 80a9556123da |
children |
comparison
equal
deleted
inserted
replaced
12:80a9556123da | 13:844d341cf643 |
---|---|
554 self._file = Chunk(file, bigendian = 0) | 554 self._file = Chunk(file, bigendian = 0) |
555 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py", line 63, in __init__ | 555 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py", line 63, in __init__ |
556 raise EOFError | 556 raise EOFError |
557 EOFError | 557 EOFError |
558 | 558 |
559 [26/Apr/2013:15:36:27] HTTP | |
560 Request Headers: | |
561 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
562 HOST: 127.0.0.1:8080 | |
563 CONNECTION: keep-alive | |
564 Remote-Addr: 127.0.0.1 | |
565 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
566 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
567 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
568 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=ac356691ad8c86a8a563165e5492409d070f53b7 | |
569 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
570 ACCEPT-ENCODING: gzip,deflate,sdch | |
571 [26/Apr/2013:15:36:27] HTTP Traceback (most recent call last): | |
572 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
573 response.body = self.handler() | |
574 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
575 self.body = self.oldhandler(*args, **kwargs) | |
576 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
577 return self.callable(*self.args, **self.kwargs) | |
578 File "start.py", line 125, in receiveinput | |
579 pitchshifting5('melody.wav','melody_ps5.wav') | |
580 File "start.py", line 157, in pitchshifting5 | |
581 audiofile = audio.LocalAudioFile(input_filename) | |
582 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 924, in __init__ | |
583 sampleRate=sampleRate, numChannels=numChannels) | |
584 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 388, in __init__ | |
585 self.load() | |
586 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 409, in load | |
587 w = wave.open(file_to_read, 'r') | |
588 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py", line 498, in open | |
589 return Wave_read(f) | |
590 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py", line 163, in __init__ | |
591 self.initfp(f) | |
592 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py", line 128, in initfp | |
593 self._file = Chunk(file, bigendian = 0) | |
594 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py", line 63, in __init__ | |
595 raise EOFError | |
596 EOFError | |
597 | |
598 [26/Apr/2013:15:36:27] Traceback (most recent call last): | |
599 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpwsgi.py", line 169, in trap | |
600 return func(*args, **kwargs) | |
601 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpwsgi.py", line 96, in __call__ | |
602 return self.nextapp(environ, start_response) | |
603 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpwsgi.py", line 379, in tail | |
604 return self.response_class(environ, start_response, self.cpapp) | |
605 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpwsgi.py", line 222, in __init__ | |
606 self.run() | |
607 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpwsgi.py", line 320, in run | |
608 request.run(meth, path, qs, rproto, headers, rfile) | |
609 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 603, in run | |
610 raise cherrypy.TimeoutError() | |
611 TimeoutError | |
612 | |
613 [26/Apr/2013:15:39:18] HTTP | |
614 Request Headers: | |
615 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
616 HOST: 127.0.0.1:8080 | |
617 CONNECTION: keep-alive | |
618 Remote-Addr: 127.0.0.1 | |
619 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
620 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
621 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
622 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=9020de6d20d6bea6ffcc68587d9d5192cb7a7f6d | |
623 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
624 ACCEPT-ENCODING: gzip,deflate,sdch | |
625 [26/Apr/2013:15:39:18] HTTP Traceback (most recent call last): | |
626 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
627 response.body = self.handler() | |
628 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
629 self.body = self.oldhandler(*args, **kwargs) | |
630 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
631 return self.callable(*self.args, **self.kwargs) | |
632 File "start.py", line 92, in receiveinput | |
633 (tracktitle, trackid) = get_trackid_from_text_search(userinput,'Justin Bieber') | |
634 TypeError: 'NoneType' object is not iterable | |
635 | |
636 [26/Apr/2013:15:40:32] HTTP | |
637 Request Headers: | |
638 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
639 HOST: 127.0.0.1:8080 | |
640 CONNECTION: keep-alive | |
641 Remote-Addr: 127.0.0.1 | |
642 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
643 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
644 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
645 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=044d5b98248fa80dc4d436ab6ae5a3b484a5fb78 | |
646 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
647 ACCEPT-ENCODING: gzip,deflate,sdch | |
648 [26/Apr/2013:15:40:32] HTTP Traceback (most recent call last): | |
649 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
650 response.body = self.handler() | |
651 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
652 self.body = self.oldhandler(*args, **kwargs) | |
653 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
654 return self.callable(*self.args, **self.kwargs) | |
655 File "start.py", line 126, in receiveinput | |
656 pitchshifting5('melody.wav','melody_ps5.wav') | |
657 File "start.py", line 158, in pitchshifting5 | |
658 audiofile = audio.LocalAudioFile(input_filename) | |
659 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 936, in __init__ | |
660 tempanalysis = AudioAnalysis(filename) | |
661 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 125, in __init__ | |
662 self.pyechonest_track = track.track_from_filename(initializer) | |
663 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 212, in track_from_filename | |
664 return track_from_file(open(filename, 'rb'), filetype) | |
665 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 191, in track_from_file | |
666 return _track_from_string(file_object.read(), filetype) | |
667 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 169, in _track_from_string | |
668 return _upload(param_dict, data = audio_data) | |
669 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 148, in _upload | |
670 return _track_from_response(result) | |
671 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 118, in _track_from_response | |
672 raise Exception('the track is still being analyzed') | |
673 Exception: the track is still being analyzed | |
674 | |
675 [26/Apr/2013:15:42:24] HTTP | |
676 Request Headers: | |
677 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
678 HOST: 127.0.0.1:8080 | |
679 CONNECTION: keep-alive | |
680 Remote-Addr: 127.0.0.1 | |
681 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
682 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
683 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
684 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=f1a725731b2b2fd1cc88f5fca18c983849d7e173 | |
685 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
686 ACCEPT-ENCODING: gzip,deflate,sdch | |
687 [26/Apr/2013:15:42:24] HTTP Traceback (most recent call last): | |
688 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
689 response.body = self.handler() | |
690 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
691 self.body = self.oldhandler(*args, **kwargs) | |
692 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
693 return self.callable(*self.args, **self.kwargs) | |
694 File "start.py", line 126, in receiveinput | |
695 pitchshifting5('melody.wav','melody_ps5.wav') | |
696 File "start.py", line 158, in pitchshifting5 | |
697 audiofile = audio.LocalAudioFile(input_filename) | |
698 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 936, in __init__ | |
699 tempanalysis = AudioAnalysis(filename) | |
700 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 125, in __init__ | |
701 self.pyechonest_track = track.track_from_filename(initializer) | |
702 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 212, in track_from_filename | |
703 return track_from_file(open(filename, 'rb'), filetype) | |
704 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 191, in track_from_file | |
705 return _track_from_string(file_object.read(), filetype) | |
706 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 169, in _track_from_string | |
707 return _upload(param_dict, data = audio_data) | |
708 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 148, in _upload | |
709 return _track_from_response(result) | |
710 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 118, in _track_from_response | |
711 raise Exception('the track is still being analyzed') | |
712 Exception: the track is still being analyzed | |
713 | |
714 [26/Apr/2013:15:43:45] HTTP | |
715 Request Headers: | |
716 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
717 HOST: 127.0.0.1:8080 | |
718 CONNECTION: keep-alive | |
719 Remote-Addr: 127.0.0.1 | |
720 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
721 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
722 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
723 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=d0c82a80ba36d13cc9ace3f9665ebc55983a1447 | |
724 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
725 ACCEPT-ENCODING: gzip,deflate,sdch | |
726 [26/Apr/2013:15:43:45] HTTP Traceback (most recent call last): | |
727 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
728 response.body = self.handler() | |
729 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
730 self.body = self.oldhandler(*args, **kwargs) | |
731 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
732 return self.callable(*self.args, **self.kwargs) | |
733 File "start.py", line 92, in receiveinput | |
734 (tracktitle, trackid) = get_trackid_from_text_search(userinput,'Justin Bieber') | |
735 TypeError: 'NoneType' object is not iterable | |
736 | |
737 [26/Apr/2013:15:44:04] HTTP | |
738 Request Headers: | |
739 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
740 HOST: 127.0.0.1:8080 | |
741 CONNECTION: keep-alive | |
742 Remote-Addr: 127.0.0.1 | |
743 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
744 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
745 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
746 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=8c2ed198a4a2f782795bde49f6d6ea867f0ce65c | |
747 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
748 ACCEPT-ENCODING: gzip,deflate,sdch | |
749 [26/Apr/2013:15:44:04] HTTP Traceback (most recent call last): | |
750 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
751 response.body = self.handler() | |
752 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
753 self.body = self.oldhandler(*args, **kwargs) | |
754 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
755 return self.callable(*self.args, **self.kwargs) | |
756 File "start.py", line 92, in receiveinput | |
757 (tracktitle, trackid) = get_trackid_from_text_search(userinput,'Justin Bieber') | |
758 TypeError: 'NoneType' object is not iterable | |
759 | |
760 [26/Apr/2013:15:44:49] HTTP | |
761 Request Headers: | |
762 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
763 HOST: 127.0.0.1:8080 | |
764 CONNECTION: keep-alive | |
765 Remote-Addr: 127.0.0.1 | |
766 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
767 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
768 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
769 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=a8c01f3b33ad16067a68d85704cc4fd67d710d36 | |
770 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
771 ACCEPT-ENCODING: gzip,deflate,sdch | |
772 [26/Apr/2013:15:44:49] HTTP Traceback (most recent call last): | |
773 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
774 response.body = self.handler() | |
775 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
776 self.body = self.oldhandler(*args, **kwargs) | |
777 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
778 return self.callable(*self.args, **self.kwargs) | |
779 File "start.py", line 126, in receiveinput | |
780 pitchshifting5('melody.wav','melody_ps5.wav') | |
781 File "start.py", line 158, in pitchshifting5 | |
782 audiofile = audio.LocalAudioFile(input_filename) | |
783 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 936, in __init__ | |
784 tempanalysis = AudioAnalysis(filename) | |
785 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 125, in __init__ | |
786 self.pyechonest_track = track.track_from_filename(initializer) | |
787 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 212, in track_from_filename | |
788 return track_from_file(open(filename, 'rb'), filetype) | |
789 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 191, in track_from_file | |
790 return _track_from_string(file_object.read(), filetype) | |
791 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 169, in _track_from_string | |
792 return _upload(param_dict, data = audio_data) | |
793 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 148, in _upload | |
794 return _track_from_response(result) | |
795 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 118, in _track_from_response | |
796 raise Exception('the track is still being analyzed') | |
797 Exception: the track is still being analyzed | |
798 | |
799 [26/Apr/2013:15:45:57] HTTP | |
800 Request Headers: | |
801 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
802 HOST: 127.0.0.1:8080 | |
803 CONNECTION: keep-alive | |
804 Remote-Addr: 127.0.0.1 | |
805 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
806 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
807 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
808 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=eed1f0c8ef3336a4a26c7e426a6a48a5427095e0 | |
809 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
810 ACCEPT-ENCODING: gzip,deflate,sdch | |
811 [26/Apr/2013:15:45:57] HTTP Traceback (most recent call last): | |
812 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
813 response.body = self.handler() | |
814 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
815 self.body = self.oldhandler(*args, **kwargs) | |
816 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
817 return self.callable(*self.args, **self.kwargs) | |
818 File "start.py", line 127, in receiveinput | |
819 pitchshifting5('melody.wav','melody_ps5.wav') | |
820 File "start.py", line 159, in pitchshifting5 | |
821 audiofile = audio.LocalAudioFile(input_filename) | |
822 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 936, in __init__ | |
823 tempanalysis = AudioAnalysis(filename) | |
824 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 125, in __init__ | |
825 self.pyechonest_track = track.track_from_filename(initializer) | |
826 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 212, in track_from_filename | |
827 return track_from_file(open(filename, 'rb'), filetype) | |
828 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 191, in track_from_file | |
829 return _track_from_string(file_object.read(), filetype) | |
830 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 169, in _track_from_string | |
831 return _upload(param_dict, data = audio_data) | |
832 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 148, in _upload | |
833 return _track_from_response(result) | |
834 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 118, in _track_from_response | |
835 raise Exception('the track is still being analyzed') | |
836 Exception: the track is still being analyzed | |
837 | |
838 [26/Apr/2013:15:51:08] HTTP | |
839 Request Headers: | |
840 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
841 HOST: 127.0.0.1:8080 | |
842 CONNECTION: keep-alive | |
843 Remote-Addr: 127.0.0.1 | |
844 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
845 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
846 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
847 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=eb12dd79ba7fc16515e41cd94861651b5a831df7 | |
848 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
849 ACCEPT-ENCODING: gzip,deflate,sdch | |
850 [26/Apr/2013:15:51:08] HTTP Traceback (most recent call last): | |
851 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
852 response.body = self.handler() | |
853 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
854 self.body = self.oldhandler(*args, **kwargs) | |
855 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
856 return self.callable(*self.args, **self.kwargs) | |
857 File "start.py", line 127, in receiveinput | |
858 pitchshifting5('melody.wav','melody_ps5.wav') | |
859 File "start.py", line 159, in pitchshifting5 | |
860 audiofile = audio.LocalAudioFile(input_filename) | |
861 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 936, in __init__ | |
862 tempanalysis = AudioAnalysis(filename) | |
863 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 125, in __init__ | |
864 self.pyechonest_track = track.track_from_filename(initializer) | |
865 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 212, in track_from_filename | |
866 return track_from_file(open(filename, 'rb'), filetype) | |
867 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 191, in track_from_file | |
868 return _track_from_string(file_object.read(), filetype) | |
869 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 169, in _track_from_string | |
870 return _upload(param_dict, data = audio_data) | |
871 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 148, in _upload | |
872 return _track_from_response(result) | |
873 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 118, in _track_from_response | |
874 raise Exception('the track is still being analyzed') | |
875 Exception: the track is still being analyzed | |
876 | |
877 [26/Apr/2013:15:56:22] HTTP | |
878 Request Headers: | |
879 REFERER: http://127.0.0.1:8080/MusicHackParis/index.html | |
880 HOST: 127.0.0.1:8080 | |
881 CONNECTION: keep-alive | |
882 Remote-Addr: 127.0.0.1 | |
883 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
884 ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
885 USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
886 COOKIE: YWP_VOLUME=0.5; ywadp10001467053656=2930432448; ywadp1000255860556=2186152686; fpc10001467053656=ZerF_XIe|hxYAFOYMaa|fses10001467053656=|GhvH8VXMaa|ZerF_XIe|fvis10001467053656=|8M007oTH01|8M007oTH01|8M007oTH01|s|8M007oTH01|8M007oTH01; fpc1000255860556=ZeBH2mlq|s73AFOYMaa|fses1000255860556=|pbCH8VXMaa|ZeBH2mlq|fvis1000255860556=|8M007oTH00|8M007oTH00|8M007oTH00|8|8M007oTH00|8M007oTH00; session_id=31852b472afb9e474d6271ce7713cfb7dc910bd7 | |
887 ACCEPT-LANGUAGE: en-US,en;q=0.8 | |
888 ACCEPT-ENCODING: gzip,deflate,sdch | |
889 [26/Apr/2013:15:56:22] HTTP Traceback (most recent call last): | |
890 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond | |
891 response.body = self.handler() | |
892 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/encoding.py", line 188, in __call__ | |
893 self.body = self.oldhandler(*args, **kwargs) | |
894 File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cpdispatch.py", line 34, in __call__ | |
895 return self.callable(*self.args, **self.kwargs) | |
896 File "start.py", line 127, in receiveinput | |
897 pitchshifting5('melody.wav','melody_ps5.wav') | |
898 File "start.py", line 159, in pitchshifting5 | |
899 audiofile = audio.LocalAudioFile(input_filename) | |
900 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 936, in __init__ | |
901 tempanalysis = AudioAnalysis(filename) | |
902 File "/usr/local/lib/python2.7/site-packages/echonest/remix/audio.py", line 125, in __init__ | |
903 self.pyechonest_track = track.track_from_filename(initializer) | |
904 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 212, in track_from_filename | |
905 return track_from_file(open(filename, 'rb'), filetype) | |
906 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 191, in track_from_file | |
907 return _track_from_string(file_object.read(), filetype) | |
908 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 169, in _track_from_string | |
909 return _upload(param_dict, data = audio_data) | |
910 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 148, in _upload | |
911 return _track_from_response(result) | |
912 File "build/bdist.macosx-10.7-intel/egg/pyechonest/track.py", line 118, in _track_from_response | |
913 raise Exception('the track is still being analyzed') | |
914 Exception: the track is still being analyzed | |
915 |