SolutionsAI420/AI-Note-Summarizer-Web-App

Bug - Summarizer fails on very long text inputs

Aberta

#8 aberto em 13 de out. de 2025

 (0 comentário) (0 reação) (0 responsável)Python (5 forks)auto 404
bugenhancementgood first issue

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador