Open JonhnyDev opened 4 years ago
FYI: IBM deprecated access via Username and Password starting 10/30/2019, with limited support until 1/10/2020. For me on all my IBM endpoints using Username and Password, as of 1/10/2020 they stopped working. I do not believe that this library can mitigate the issue. The right fix would be removing the option for username and password from the library entirely
Read more here: https://medium.com/ibm-watson/identity-and-access-management-updates-for-watson-services-12b6344b9cf
just run into this - curl with just API key is fine, but only username/password option available here. Is there a fix planned?
I managed to get around this myself following guidance here:
IBM Speech to Text: SpeechRecognition’s method recgonize_ibm() didn’t work due to credential issue as IBM has udpated the credential system. So we didn’t use it. Instead we used IBM’s library for that.
See heading "4. IBM Watson Speech to Text".
But it'd be great if recognize_ibm
could be brought up to date 😄
recognize_ibm() now only works with API key and not but with username and password, could you add this fix?