lzzy12 / python-aria-mirror-bot

A telegram bot for all your mirror needs | OG Repo
https://t.me/pythonmirrorsupport
GNU General Public License v3.0
739 stars 1.3k forks source link

Telegram File mirror Error ( even if I mirror the file as document) #198

Closed meeker0 closed 3 years ago

meeker0 commented 3 years ago

whenever I try to mirror a video it gives me an error but I also tried on documents as well ! It gives me no error ...but the bot also does nothing ! no active downloads in "status" !

srijansaxena11 commented 3 years ago

It throws this error: image

kzinthant-kas commented 3 years ago

I have got that error too. Is there any solution?

lzzy12 commented 3 years ago

Probably missing some step, maybe generating string session. Can't reproduce this error

kzinthant-kas commented 3 years ago

I just edit the config.env. Is string session py mandatory to run?

lzzy12 commented 3 years ago

I just edit the config.env. Is string session py mandatory to run?

So you skip a step writen in the readme and expect everything to work fine?

kzinthant-kas commented 3 years ago

I might try it in some ways. I am using GitHub action for the bot hence user input cannot be easily done. Thanks for reply.

kzinthant-kas commented 3 years ago

Just got it now! For those who can't figure out, the session string needs to be generated for the config.env as described in the readme.

srijansaxena11 commented 3 years ago

Doing something wrong here? image

lzzy12 commented 3 years ago

Doing something wrong here? image

you need to provide the bot token and not your phone number while running generate_string_session.py

Closing this for now as it is user side deployment issue