aalireza / SimpleAudioIndexer

Searching for the occurrence seconds of words/phrases or arbitrary regex patterns within audio files
Apache License 2.0
102 stars 13 forks source link

Watson API has changed #12

Open aalireza opened 5 years ago

aalireza commented 5 years ago

The way to communicate with IBM has changed. IBM's new API endpoints should be used.

enviz commented 5 years ago

Hey looks like i ran into the same issue (attached screenshot) This time I had no trouble locating the path. (Sorry,I had to struggle a little coz i couldn't understand ubuntu commands) This time the error is this:

{'code': 401, 'error': 'Unauthorized'} The resulting request from Watson was unintelligible. and also,bool object is not iterable.

Screenshot (22)

enviz commented 5 years ago

so i tried it with mode="cmu" as well instead. Got the same error again. HERE i am using the same wav file that is used in the code. It's just renamed to america.wav that's all

Screenshot (20)