sabouserbot / pyUltroid /__init__.py

Commit History

revert: Remove bot.session implementation - Revert assistant bot to original bot_token method - Remove BOT_SESSION config variable - Remove bot session file support - Update .gitignore to allow .session files to be committed
1c48a4a

dragxd commited on

fix: Enhanced database error handling with automatic fallback - Always try fallback to create bot without database on any error - Better error detection for database/file access issues - Added final fallback in outer exception handler - Improved logging at each step
cde66f1

dragxd commited on

fix: Improve database error handling for assistant bot initialization - Add error handling for database access failures - Fallback to creating bot without database if db access fails - Better error messages for database-related issues - Handle database read errors gracefully
837aa10

dragxd commited on

feat: Support bot.session file and improve bot session handling - Add support for bot.session file in root/sessions directory - Prioritize bot.session file over session strings - Improve bot_session_gen.py with better error handling - Fix async send_message warning - Update config template with bot session instructions
0a3d7a9

dragxd commited on

feat: Add bot session support for assistant bot - Changed assistant bot to use BOT_SESSION instead of bot_token - Auto-generate session from bot_token if session not provided - Added BOT_SESSION config variable - Falls back to bot_token method if session creation fails
c576c12

dragxd commited on

sabouserbot
607505f

dragxd commited on