The hosted version has hit its API rate limits or the free server ran out of memory. This is a limitation of the free hosting tier, not a bug.
Trap is fully open-source. Clone the repo, add your own free Groq API key, and you'll have the exact same app running locally with zero limits.
git clone https://github.com/amanaanubhav/trap.git
cd trap
pip install -r requirements.txt
streamlit run app.py