You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a wikipedia.exceptions.DisambiguationError occurs, the program simply prints a list of disambiguation options without allowing the user to select an appropriate option. This results in a poor user experience, as the search cannot continue without manual intervention or retry.
💡 Expected Behavior
When a DisambiguationError occurs, the program should display a list of possible options to the user and prompt them to select the correct one. Once the user selects an option, the program should retry the search with the chosen term and display the summary accordingly.
📷 Screenshots
If applicable, add screenshots to help explain your problem.
🖥️ System Information
OS: [e.g., Windows, MacOS]
Python version: [e.g., 3.9]
Library versions: [e.g., 1.4.0]
📜 Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
🐞 Bug Description
When a wikipedia.exceptions.DisambiguationError occurs, the program simply prints a list of disambiguation options without allowing the user to select an appropriate option. This results in a poor user experience, as the search cannot continue without manual intervention or retry.
💡 Expected Behavior
When a DisambiguationError occurs, the program should display a list of possible options to the user and prompt them to select the correct one. Once the user selects an option, the program should retry the search with the chosen term and display the summary accordingly.
📷 Screenshots
If applicable, add screenshots to help explain your problem.
🖥️ System Information
📜 Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: