Spaces:
Runtime error
Runtime error
Commit History
fix: channel_id/message_id field_validators accept int OR str (Pydantic coerce) a6b92d7
PipelineFix commited on
fix: add missing HTTPException import to app.py compat layer 7ff3fe2
PipelineFix commited on
fix: pass request to all compat archive endpoints (was missing → limiter crash) d949ea2
PipelineFix commited on
fix: archive router - better error handling, api_progress_url, fuzzy account resolve, HTTP status checks v3.1 3061692
PipelineFix commited on
fix: accept channel_id as int or str via field_validator 3b06b87 verified
Fix account resolution: handle display names, user keys, and namespaces b4c91eb
jamelloverz-sketch commited on
Fix storage endpoint: use usedStorage field instead of size db01b20
jamelloverz-sketch commited on
Add bot_token to archiver request, add per-account /storage endpoint a616ab1
jamelloverz-sketch commited on
feat: unified FastAPI v3 - merge all APIs into main org space 8c4dbdb
jamelloverz-sketch commited on
fix: SQL injection, auth required on db endpoints, broadcast escape c3f0395
jamelloverz-sketch commited on
Feat: forward channel_id + message_id to archiver instead of download_url b349e36
jamelloverz-sketch commited on
forward archiver_action + dataset_pushed to archiver 6ca8775
jamelloverz-sketch commited on
v2.1: progress tracking, quality, duplicate detection, status endpoints de0cd0f
jamelloverz-sketch commited on
fix: make API threaded to prevent deadlocks e69414e
jamelloverz-sketch commited on
fix: increase REQUEST_TIMEOUT to 120s, warm up archiver before receive 4f97499
jamelloverz-sketch commited on
fix: forward download_url to archiver, remove bot_token (archiver uses upload-bot relay) 065f33e
jamelloverz-sketch commited on
Fix: use correct Space runtime URL (hf.space domain) c5dcb1a
PopCorn Bot commited on
API 2.0: full rewrite with caching, retry logic, enhanced stats, proper routing c9124e0
Dev commited on