My python bot in cgi-bin occurs internal server error but i can't figure out what is wrong. I set permission as 755, and uploaded all lib files at same folder. It works on my pc and online python IDE(lepi) but not on here.   *this code also causes same error #!/usr/bin/python3.7 print("test") This is my bot code #!/usr/bin/python3.7 import asyncio import discord import time from parse import * client = discord.Client() remCount = 0 remHList = [] remMList = [] remTList = [] channelList = [] is