fqnd / src /main.rs

Commit History

fix: retry loop every 30s after panic, auto-reconnect on network recovery
0bbdc4d

Haruka041 commited on

fix: catch_unwind for telegram dispatcher panic (network timeout)
2f33d9a

Haruka041 commited on

fix: add tracing subscriber in Telegram block for teloxide debug output
5b0fefe

Haruka041 commited on

fix: Telegram block back to TOP, cfg!() macro, before any init_logging
e0b29d1

Haruka041 commited on

fix: use cfg!() instead of #[cfg] block (compat issue)
5e14ef8

Haruka041 commited on

fix: move telegram block after init_logging (tracing subscriber now active)
5db091d

Haruka041 commited on

fix: telegram block at top of main(), #[cfg] no-label block, wait PID fix
16bd0d0

Haruka041 commited on

nuclear: clean target dir, force full rebuild with latest source
236b422

Haruka041 commited on

debug: [TGRAM] markers to trace telegram flow
3da402a

Haruka041 commited on

fix: keep process alive in bot error case, TcpListener stays up
f4e68c4

Haruka041 commited on

fix: don't exit(1) on missing token, sleep to keep process alive
2db0c1b

Haruka041 commited on

fix: telegram mode always on when feature enabled, clear error if token missing
0af1c56

Haruka041 commited on

fix: fallback to manual env var read for token (clap env feature unreliable)
91a675f

Haruka041 commited on

debug: add eprintln tracing to see exactly where binary stops
2bbdca2

Haruka041 commited on

Telegram Bot完整实现 + HF Space部署
bc32e7b

Haruka041 commited on