Spaces:
Runtime error
Runtime error
Commit History
fix: cast CHANNEL_ID to str before sending to API (avoids Pydantic int rejection) 31ca3d7
PipelineFix commited on
fix: stats endpoint path (stats/archive → archive/stats) a70a00c
PipelineFix commited on
fix: dynamic dataset name per account (was hardcoded to user1) 542efb1
PipelineFix commited on
fix: cast CHANNEL_ID to str before sending to archive API 2e2c53e verified
fix: safe_filename handles None, re.sub type error 2c3d11a verified
fix: run api_call in thread executor so Pyrogram event loop stays responsive f0beb38 verified
fix: save archive to DB on completion, fix quality/status columns de95e8f verified
feat: live progress updates every 5s, extended to 2h polling, better arabic messages 409b85d verified
cleanup: remove unused get_user_token from config c210e9a
jamelloverz-sketch commited on
v3: channel-based archiving, MainBot dispatches, archivers download from channel via Pyrogram 2b06901
jamelloverz-sketch commited on
Feat: live Telegram download progress bar + push status messages + 10min timeout 1f65c35
jamelloverz-sketch commited on
fix env var names to match secrets 17d1e54
jamelloverz-sketch commited on
fix env var naming conflict 1ea98bb
jamelloverz-sketch commited on
push to user dataset directly, bypass org relay fdef385
jamelloverz-sketch commited on
add quality selection, duplicate detection, progress polling, job status tracking 6234c64
jamelloverz-sketch commited on
fix search: reorder quality tag removal before special char cleanup a60acdc
jamelloverz-sketch commited on
strip arabic chars from auto-search query to fix TMDB search aef2e49
jamelloverz-sketch commited on
fix TMDB arabic search (en-US first), add progress messages, improve error display 70b0fbf
jamelloverz-sketch commited on
add /debug endpoint to monitor served files 9bc42f9
jamelloverz-sketch commited on
fix: add CURRENT_SESSION tracking + cb_session_id helper so text/callback handlers find the right session without relying on reply_to_message chain c13a17d
jamelloverz-sketch commited on
fix: add callback.answer() to all callback handlers (prevents loading freeze); add download timeout; increase api_call timeout to 180s e028b86
jamelloverz-sketch commited on
fix: download file via Pyrogram before dispatch, serve via HTTP for archiver (user spaces can't reach Telegram) 2eeb8b6
jamelloverz-sketch commited on
Fix: use direct api runtime URL instead of hugginface.co/spaces proxy 8211302
PopCorn Bot commited on
Fix: add HTTP health server alongside Pyrogram for HF Space port check a2a0d63
PopCorn Bot commited on
Fix: add missing import os 7e51482
PopCorn Bot commited on
Fix: f-string backslash issues in tmdb.py 41fd0de
PopCorn Bot commited on
Fix: add build-essential for stdint.h 173854d
PopCorn Bot commited on
Fix: add gcc for tgcrypto compilation 3292822
PopCorn Bot commited on
Fix: Python 3.12 for f-string backslash support, env var for TMDB key 25ebc6e
PopCorn Bot commited on
Fix: remove COPY *.json, load secrets from env vars 504569e
PopCorn Bot commited on
Clean config 17ed30d
Dev commited on
Major upgrade: session persistence, better TMDB integration, improved error handling, advanced stats 74fd66a
Dev commited on