TimmyGahmen
TimmyGahmen
do you still have the problem? ..... I only solve it "quick and dirty for myself"..... i add for every filetype (here as example for type photo): ``` except Exception...
> #99 > > add the following code: > > `msg = await userbot.get_messages(chat, msg_id)` > > after > > ``` > if 't.me/c/' in msg_link: #... > else: >...
.env File existing?
Use insteat of the "channel name" the "channel ID without the -100 Your link: `https://t.me/bulkdealsfk/50428` Channel ID: `-1002135760223` Working Link: `https://t.me/c/2135760223/50428`
> ✔ Network saverestrictedcontentbot_default Created 0.1s ✔ Container srcbot Created 0.1s Attaching to srcbot srcbot | starting Bot ~@DroneBots srcbot | Userbot Error ! Have you added SESSION while deploying??...
>  there no *session files > > > > ✔ Network saverestrictedcontentbot_default Created 0.1s ✔ Container srcbot Created 0.1s Attaching to srcbot srcbot | starting Bot ~@DroneBots srcbot |...
forced channel in the code? if you have in your config (.env) for example: `FORCESUB = "Tim_Bots"` then you have to join the "FORCESUB" Channel with your **Telegram-Useraccound + the...
I do not know in heroku but in line 19 is a error I guess: fast solution: delete them "set" funktion completely... never have used it till now ;-) "fixed"...
same here ... but it is not only a problem of this bot, other bots have this problem too
Fix, add this to pyroplug.py: ``` # Fix: Error: Peer id invalid import pyrogram.utils as utils def get_peer_type(peer_id: int) -> str: print('get_peer_type call') peer_id_str = str(peer_id) if not peer_id_str.startswith("-"): return...