SolutionsAI420/AI-Note-Summarizer-Web-App
Bug - Summarizer fails on very long text inputs
Offen
#8 geöffnet am 13.10.2025
bugenhancementgood first issue
Repository-Metriken
- Stars
- (0 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
When a user pastes a very long text document (e.g., >10,000 words), the summarization process either hangs indefinitely or crashes with a timeout error. The UI does not provide any feedback to the user about the input limit or the error. Implement input validation to check the character/word count before sending the request to the backend.