BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Samples (python/teams/search) fail due to the disabled XMLRPC Search feature
Context
For more information, see the parent issue. #3436
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: 50.teams-messaging-extension-search and 52.teams-messaging-extensions-search-auth-config
Describe the bug
The Bots throw an error due to the disabled feature PyPI's XMLRPC API
. For the current status, see https://status.python.org/.
The Bots failed when communicating through MS Teams.
Bots | Status |
---|---|
samples/python/50.teams-messaging-extension-search | • The Bot fails due to PyPi XMLRPC Search being disabled. • Fails due to, RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information. |
samples/python/52.teams-messaging-extensions-search-auth-config | • The Bot fails due to PyPi XMLRPC Search being disabled. • Fails due to, RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information. |
Expected behavior
Being able to communicate with the bot in through MS Teams
Actual behavior
Fails due to the XMLRPC
disabled feature.
Is there any update on this issue?