IBM / watson-voice-bot

Create a Watson Assistant chatbot that uses voice over a web browser.

Home Page:https://developer.ibm.com/patterns/create-a-web-based-voice-chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: authenticator must be provided

ogbeh opened this issue · comments

Traceback (most recent call last): File "C:\Users\MI\Desktop\ForReal\Voices\watson-voice-bot\app.py", line 128, in <module> assistant = AssistantV1(version="2021-06-14", authenticator=authenticator) File "C:\Users\MI\Desktop\ForReal\Voices\mytestenv\lib\site-packages\ibm_watson\assistant_v1.py", line 71, in __init__ BaseService.__init__(self, File "C:\Users\MI\Desktop\ForReal\Voices\mytestenv\lib\site-packages\ibm_cloud_sdk_core\base_service.py", line 96, in __init__ raise ValueError('authenticator must be provided') ValueError: authenticator must be provided

I have already copied and paste the api key and url, it still does not work, I have restarted the entire setup and it still throws the same error, what am i doing wrong? Thanks in advance