callsmusic / tgvc-userbot

Telegram voice chat userbot made with Pyrogram and MarshalX/tgcalls with playlist support
https://t.me/VCSets
GNU Affero General Public License v3.0
162 stars 337 forks source link

Error in running with userbot.py #23

Open GoldExynos opened 2 years ago

GoldExynos commented 2 years ago

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.

dashezup commented 2 years ago

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