Fix Pixeldrain upload support and rclone integration#171
Open
cybercyberz wants to merge 4 commits intoSam-Max:masterfrom
Open
Fix Pixeldrain upload support and rclone integration#171cybercyberz wants to merge 4 commits intoSam-Max:masterfrom
cybercyberz wants to merge 4 commits intoSam-Max:masterfrom
Conversation
cybercyberz
commented
Dec 24, 2025
- Update Dockerfile to install latest rclone with Pixeldrain backend support
- Fix asyncio event loop initialization for uvloop compatibility
- Fix is_gdrive_remote() missing await in rclone_mirror.py
- Fix cmd_exec() return value unpacking in tasks_listener.py (3 values not 2)
- Add sudo() helper method to CustomFilters
- Update .gitignore to exclude rclone configs, IDE files, and temp files
added 4 commits
December 24, 2025 12:01
- Update Dockerfile to install latest rclone with Pixeldrain backend support - Fix asyncio event loop initialization for uvloop compatibility - Fix is_gdrive_remote() missing await in rclone_mirror.py - Fix cmd_exec() return value unpacking in tasks_listener.py (3 values not 2) - Add sudo() helper method to CustomFilters - Update .gitignore to exclude rclone configs, IDE files, and temp files
…ions - Fixed batch.py to iterate through user dialogs to populate Pyrogram's peer cache before fetching messages from private/restricted channels - Added better error handling with descriptive error messages for batch command failures - Updated README to document fork improvements over the original repository
- Added Fork Improvements & Changelog section with version history - Added step-by-step guide for generating User Session String - Added detailed instructions for using private channel batch operations - Documented the root cause and solution for the Peer id invalid fix
Changes: - README: Added ARM64 branch documentation and quick start guide - Fixed bug in rclone_utils.py: Use sync CustomFilters.sudo() instead of async sudo_filter which was causing 'coroutine never awaited' warning and preventing DEFAULT_OWNER_REMOTE from being auto-selected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.