tgvc-userbot icon indicating copy to clipboard operation
tgvc-userbot copied to clipboard

Error in running with userbot.py

Open GoldExynos opened this issue 3 years ago • 1 comments

Hi. When I want to run the bot with userbot.py with command sudo python3.8 userbot.py it returns error: [tgvc] [LOAD] Ignoring non-existent module "plugins.vc.player" [tgvc] [LOAD] Ignoring non-existent module "plugins.sysinfo" >>> USERBOT STARTED It seems that the bot can't import two plugins, but ping plugin works completely and without error. I used the examples that you wrote in readme file for config.ini file and I'm sure that all information sets carefully. I really appreciate it if someone could help me.

GoldExynos avatar Sep 13 '21 15:09 GoldExynos

you have some python package dependencies are not installed probably, so some pyrogram plugins failed to load.

dashezup avatar Sep 14 '21 04:09 dashezup