reticivis-net / mediaforge

A Discord bot for editing and creating videos, images, GIFs, and more!
https://discord.com/oauth2/authorize?client_id=780570413767983122
GNU General Public License v3.0
84 stars 28 forks source link

Bot wont do as intended #120

Closed Intragste closed 2 years ago

Intragste commented 2 years ago

Describe the issue

Bot wont accept files but other commands do work traceback.1.txt

Expected Behavior

That the bot will accept the files

Steps To Reproduce

No response

Logs

image

Config

GNU nano 5.4 config.py * # COPY THIS FILE INTO A FILE CALLED config.py AND CHANGE THE VALUES AS NEEDED.

discord API bot token https://discord.com/developers/applications

bot_token = no

tenor API key https://tenor.com/developer/keyregistration

tenor_key = "KEYHERE"

BotBlock tokens. see https://pypi.org/project/discordlists.py/

bot_list_data = None

bot_list_data = {

"examplebotlist.com": {

"token": "exampletoken"

},

}

the number of instances of chromedriver to run for caption processing.

more means faster processing of videos and better under heavy load but also uses more PC resources!

chrome_driver_instances = 20

NOTICE is recommended, INFO prints more information about what bot is doing, WARNING only prints errors.

log_level = "NOTICE"

maximum number of frames for an input file.

max_frames = 1024

amount of seconds cooldown per user commands have. set to 0 to disable cooldown

cooldown = 3

minimum height/width that media will be sized up to if below

min_size = 100

maximum height/width that media will be downsized to if above

max_size = 2000

Hosting Provider

My own machine

Hosting Method

Docker is not in AutoMode

Hosting Resources

5gb of ram

Anything Else

No response

reticivis-net commented 2 years ago

Can you change the log level to "DEBUG" and send the output of the command?

Intragste commented 2 years ago

Yeah i'll try

Intragste commented 2 years ago

I attempted this, it just sent out this file. traceback (1).txt