tangyoha / telegram_media_downloader

基于Dineshkarthik的项目, 电报视频下载,电报资源下载,跨平台,支持web查看下载进度 ,支持bot下发指令下载,支持下载已经加入的私有群但是限制下载的资源, telegram media download,Download media files from a telegram conversation/chat/channel up to 2GiB per file
MIT License
2.29k stars 264 forks source link

[Bug]: 会自动停止 #185

Closed Yvan-W closed 1 month ago

Yvan-W commented 1 month ago

telegram_media_downloader version or commit

Telegram Media Downloader v2.2.4

What OS are you seeing the problem on?

Other Linux Distro

Python Version

Python 3.10.12

What happened?

A bug happened!

this is my config file

api_hash: 87b8656221e390f43a25*******
api_id: 236*******
chat:
- chat_id: YvanGroup
  last_read_message_id: 11
file_formats:
  audio:
  - all
  document:
  - all
  video:
  - all
file_path_prefix:
- chat_title
- media_datetime
media_types:
- audio
- photo
- video
- document
- voice
- video_note
# in linux please use /
save_path: /home/admin/TMD/TMDFiles
upload_drive:
  enable_upload_file: true
  remote_dir: Onedrive:/个人兴趣/Server_Upload
  upload_adapter: rclone
  rclone_path: /usr/bin/rclone
  after_upload_file_delete: true
hide_file_name: false
file_name_prefix:
- file_name
- caption
file_name_prefix_split: _

language: EN

Expected Behavior

  • shoud be running

Current Behavior

  • auto stop

Possible Solution

No response

Steps to Reproduce

  • just start

Relevant log output

No response

Yvan-W commented 1 month ago
Yvan-W commented 1 month ago

解决了 填上bot token就行了