Problem with bot authentication
Problem with bot authentication
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
`2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].`
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
```
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
```
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
`2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].`
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
```
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
```
#sandbox
#bdk
#python
Problem with bot authentication
Problem with bot authentication
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
`2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].`
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
```
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
```
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
`2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].`
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
```
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
```
#bdk
#python
Problem with bot authentication
Problem with bot authentication
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
`2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].`
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
```
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
```
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
#question
Problem with bot authentication
Problem with bot authentication
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
The one thing I have done which has sort of helped a little bit was to specify port 8843 at the root of the config file. Initially it was complaingin about port 443, and it wasn't getting anywhere close to starting. Now, at least, it does the initial steps, and fails when it comes to Starting the datafeed loop, as you can see below:
(env) C:\Users\Blessing\OneDrive\Symphony\PythonBDK\bots\orders-bot>py -m src
2021-11-19 21:54:18,232 - root - INFO - Running bot application...
2021-11-19 21:54:18,233 - asyncio - DEBUG - Using selector: SelectSelector
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.EchoCommandActivity object at 0x00000212FF7EB340>
2021-11-19 21:54:18,382 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.activities.GreetUserJoinedActivity object at 0x00000212FF7EB3A0>
2021-11-19 21:54:18,390 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifSlashCommand object at 0x00000212FF7EB400>
2021-11-19 21:54:18,395 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <src.gif_activities.GifFormReplyActivity object at 0x00000212FF7EB430>
2021-11-19 21:54:18,396 - symphony.bdk.core.activity.registry - DEBUG - Registering slash command with command=/hello, mention_bot=True
2021-11-19 21:54:18,397 - symphony.bdk.core.activity.registry - DEBUG - Registering new activity <symphony.bdk.core.activity.command.SlashCommandActivity object at 0x00000212FF7EB550>
2021-11-19 21:54:18,398 - symphony.bdk.core.service.datafeed.abstract_datafeed_loop - DEBUG - Starting datafeed loop
2021-11-19 21:54:39,579 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
2021-11-19 21:55:02,671 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticato
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
#question
Problem with bot authentication
Problem with bot authentication
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key provided" mean? Provided by whom? And what do I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key prvided" mean? Provided by whom? And what co I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.
#question
Problem with bot authentication
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src
I am getting the error below.
2021-11-19 19:28:48,363 - symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 64.0 seconds as it raised ClientConnectorError: Cannot connect to host develop2.symphony.com:8443 ssl:default [Connect call failed ('35.196.115.60', 8443)].
There is a point during the lesson where Vinay says to ignore the RSA key generated, and to use the one provided. For a beginner like me, it's far from clear what he means by this. What does it mean to "ignore" the key generated? What does "use the key prvided" mean? Provided by whom? And what co I need to do to "use" those "provided" keys? I think Vinay needs to spend a bit more time expplaining these things, as I can assume that authentication is probably the number 1 reason for bots' failure to connect. For beginners like me, it kills the excitement of the lesson if I can't connect and follow the tutorial by actually doing things.