SolutionsAI420/AI-Note-Summarizer-Web-App

Bug - Summarizer fails on very long text inputs

Aperta

#8 aperta il 13 ott 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Python (5 fork)auto 404
bugenhancementgood first issue

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor