Hello,
i am using Python 3.5.2 and i want to migrate from AssistantV1 to AssistantV2.
AssistantV1 with API Version "2018-09-20" works for me, so i tried the V2 example script (https://github.com/watson-developer-cloud/python-sdk/blob/master/examples/assistant_v2.py).
However, when i want to make an initial session, i always get this error:
Error: Unknown error, Code: 404 , X-dp-watson-tran-id: gateway02-2695223437 , X-global-transaction-id: ffea405d5bb6058ca0a5d88d".
Of course, i also changed the URL from https://gateway.watsonplatform.net/assistant/api' to https://gateway.watsonplatform.net/assistant/api/v2'.
My IBM Assistant Agents are hosted in UK.
Any suggestions?
Regards, Josef
Hello,
i am using Python 3.5.2 and i want to migrate from AssistantV1 to AssistantV2.
AssistantV1 with API Version "2018-09-20" works for me, so i tried the V2 example script (https://github.com/watson-developer-cloud/python-sdk/blob/master/examples/assistant_v2.py).
However, when i want to make an initial session, i always get this error:
Of course, i also changed the URL from
https://gateway.watsonplatform.net/assistant/api'tohttps://gateway.watsonplatform.net/assistant/api/v2'.My IBM Assistant Agents are hosted in UK.
Any suggestions?
Regards, Josef